When I use inline in winxp, I have met a problem: ..... Error in compileCode(f, code, language = language, verbose = verbose) : Compilation ERROR, function(s)/method(s) not created! cygwin warning: MS-DOS style path detected: c:/PROGRA~1/r/R-213~1.1/etc/i386/Makeconf Preferred POSIX equivalent is: /cygdrive/c/PROGRA~1/r/R-213~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++.exe: c:/Program: No such file or directory g++.exe: Files/R/R-2.13.1/library/Rcpp/lib/i386/libRcpp.a: No such file or directory
The g++.exe can not find the path "c:/Program Files/R/R-2.13.1/library/Rcpp/lib/i386/libRcpp.a" because there is a space between "Program" and "Files". How can I overcome this problem, should I change the installing location of Rcpp package or change some env variable to make the g++ work? _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel