[Rcpp-devel] Rcpp and inline, compiler configuration errors, windows 7
Darren Cook
darren at dcook.org
Tue Jul 3 15:49:40 CEST 2012
>> From what I understand of the error messages, g++ (the compiler, I
>> think) cannot be found. On this thread, someone had a problem that
>> looks like mine, it was a path problem :
>> http://lists.r-forge.r-project.org/pipermail/rcpp-devel/2012-March/003597.html
Their problem is distinct, in that g++ is being found ('cos it is g++
that gives their error message).
However note that their PATH contains:
C:\R\Rtools\gcc-4.6.3\bin
Whereas yours does not. So try adding that (but with the correct gcc
version for your system of course :-)
Darren
> ### error message at the begining of output text ### cygwin warning:
> MS-DOS style path detected: C:/R/R-215~1.1/etc/i386/Makeconf
> Preferred POSIX equivalent is:
> /cygdrive/c/R/R-215~1.1/etc/i386/Makeconf CYGWIN environment variable
> option "nodosfilewarning" turns off this warning. Consult the user's
> guide for more details about POSIX paths:
> http://cygwin.com/cygwin-ug-net/using.html#using-pathnames g++: not
> found
--
Darren Cook, Software Researcher/Developer
http://dcook.org/work/ (About me and my work)
http://dcook.org/blogs.html (My blogs and articles)
More information about the Rcpp-devel
mailing list