Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just to share my "experiences" with Rcpp and Rinside until now in Windows 7 64 bit and Windows XP SP3 32 bit. I installed the latest version of R (2.15.1) and installed Rcpp and RInside from source. </p> <blockquote> <p>install.packages("path/Rcpp_x.x.x.tar.gz",repos=NULL,type="source",INSTALL_opts="--no-multiarch")</p> </blockquote> <ul> <li>In win7, I could not install without the --no-multiarch option. </li> <li>I could compile all the standard examples of RInside in both systems (always with --arch32 in Makefile.win)</li> <li>I can run all the executable in Win7. In WinXP, I have the error "unable to load base package"</li> <li>for the QT example qtdensity, I don't have anymore the "__gxx_personality_sj0" and co. error (which is a little improvement). Instead, I have the following errors:</li> </ul> <blockquote> <p>C:/R/R-2.15.1/library/RInside/lib/i386/libRInside.a(RInside.o):RInside.cpp:(.text+0xbd1): undefined reference to <code>Rcpp::Function::Function(std::string const&amp;)' C:/R/R-2.15.1/library/RInside/lib/i386/libRInside.a(RInside.o):RInside.cpp:(.text+0xccd): undefined reference to</code>vtable for Rcpp::Language' C:/R/R-2.15.1/library/RInside/lib/i386/libRInside.a(RInside.o):RInside.cpp:(.text+0xcd9): undefined reference to <code>Rcpp::Language::update()' C:/R/R-2.15.1/library/RInside/lib/i386/libRInside.a(RInside.o):RInside.cpp:(.text+0xce1): undefined reference to</code>Rcpp::Function::~Function()' C:/R/R-2.15.1/library/RInside/lib/i386/libRInside.a(RInside.o):RInside.cpp:(.text+0xd2c): undefined reference to `Rcpp::DottedPair::operator'</p> </blockquote> <p>which I believe is only related in libraries not properly included. - Another thing I found: the script dealing with headers and libs for rcpp and rinside in qtdensity.pro work only when I changed simple quotes to double quotes : instead of :</p> <blockquote> <p>$$system($$R_HOME/bin/Rscript -e \'Rcpp:::CxxFlags()\')</p> </blockquote> <p>I changed to :</p> <blockquote> <p>$$system($$R_HOME/bin/Rscript -e \"Rcpp:::CxxFlags()\")</p> </blockquote> <p>Still playing around with it and will let you know what's coming next :) Andry</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload