Skip to content
Prev 5453 / 10988 Next

[Rcpp-devel] Compilation ERROR

Dear Kevin,

Thanks for your quick reply and suggestions. I followed your instructions.

Here's what I did:

I removed cygwin and all related files then rebooted PC.
I also removed Rtools.
I reinstalled Rtools30.exe because I use R version 2.15.3 (2013-03-01) --
"Security Blanket"
After I adjust my PATH as below:
C:\R\batchfiles_0.6-6;C:\R\Rtools\bin;C:\R\Rtools\gcc-4.6.3\bin

based on your suggestion, I ran the same code but still getting errors. I
restarted my PC  but it did not change anything.  It looks like I am
getting a different error this time but it seems to be related to CYGWIN.
Please see the below for new error.
+ NumericVector xx(x);
+ return wrap( std::accumulate( xx.begin(), xx.end(), 0.0));'
*cygwin warning:*
*  MS-DOS style path detected: C:/R/etc/x64/Makeconf*
*  Preferred POSIX equivalent is: /cygdrive/c/R/etc/x64/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*
Am I missing something?

Thanks for your time.

Sedat
On Fri, Mar 8, 2013 at 1:24 AM, Kevin Ushey <kevinushey at gmail.com> wrote: