Skip to content
Prev 5454 / 10988 Next

[Rcpp-devel] Compilation ERROR

Sorry it was not en error but warning! I could get the same results as in
that website.
+ 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
[1] 3


Do you think this warning is a problem and should be fixed/can be fixed?

Best,

Sedat
On Fri, Mar 8, 2013 at 2:13 AM, Sedat Sen <sedatsen06 at gmail.com> wrote: