<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello, </DIV>
<DIV> </DIV>
<DIV>I am trying to get the "Rcpp" and "inline" libraries to work with R 2.14.2 on a Windows XP platform and have followed all of the instructions I was able to find with Google's help:<BR> <BR> 1) Installed R 2.14.2 in a directory without white spaces in its name (C:\R\R-2.14.2);<BR> <BR> 2) Installed the latest version of R tools in C:\R\Rtools, which comes with a folder named gcc-4.6.3;<BR> <BR> 3) Changed the PATH environment to C:\R\Rtools\bin;C:\R\Rtools\gcc-4.6.3\bin;C:\R\R-2.14.2\bin\i386;C:\WINDOWS;C:\WINDOWS\system32 <BR> <BR> 4) Installed the R packages rcpp and inline in R. <BR> <BR> However, when trying to execute a simple Rcpp/inline example in R, I get an error message which seems to suggest that Rcpp cannot link to the gcc compiler.
Here is part of the error message:</DIV>
<DIV> </DIV>
<DIV>cygwin warning:<BR> MS-DOS style path detected: C:/R/R-214~1.2/etc/i386/Makeconf<BR> Preferred POSIX equivalent is: /cygdrive/c/R/R-214~1.2/etc/i386/Makeconf<BR> CYGWIN environment variable option "nodosfilewarning" turns off this warning.<BR> Consult the user's guide for more details about POSIX paths:<BR> <A href="http://cygwin.com/cygwin-ug-net/using.html#using-pathnames">http://cygwin.com/cygwin-ug-net/using.html#using-pathnames</A><BR>g++.exe: error: C:/Documents: No such file or directory<BR>g++.exe: error: and: No such file or directory<BR>g++.exe: error: Settings/dv6110ca/My: No such file or directory<BR>g++.exe: error: Documents/R/win-library/2.14/Rcpp/lib/i386/libRcpp.a: No such file </DIV>
<DIV> </DIV>
<DIV>Any ideas on what might cause Rcpp to not work and how to overcome this?</DIV>
<DIV> </DIV>
<DIV>Thank you!</DIV>
<DIV> </DIV>
<DIV>Isabella </DIV>
<DIV> </DIV></td></tr></table>