[Rcpp-devel] [ANN] RInside 0.2.9

David Ibarra Gómez dibarra at aqualogy.net
Thu Nov 8 15:39:06 CET 2012


Sorry for the word "crash".

That happend with Linux Debian (not windows). I just invoked make at "standard" folder of RInside examples in order to build some examples (just testing a new installation).




David Ibarra Gomez
Jefe de Proyectos





-----Mensaje original-----
De: Dirk Eddelbuettel [mailto:edd at debian.org]
Enviado el: jueves, 08 de noviembre de 2012 14:07
Para: David Ibarra Gómez
CC: rcpp-devel at r-forge.wu-wien.ac.at
Asunto: Re: [Rcpp-devel] [ANN] RInside 0.2.9


On 8 November 2012 at 12:37, David Ibarra Gómez wrote:
| Just for information.
|
| When I call make (for RInside using RInside_0.2.9.tar.gz) I get a crash here:
| ...
| g++ -I/usr/local/lib/R/include -I/usr/local/lib/R/site-library/Rcpp/include -I/usr/local/lib/R/site-library/RInside/include -g -O2 -Wall -I/usr/local/include   rinside_sample11.cpp  -L/usr/local/lib/R/lib -lR  -L/usr/local/lib/R/lib -lRblas -L/usr/local/lib/R/lib -lRlapack -L/usr/local/lib/R/site-library/Rcpp/lib -lRcpp -Wl,-rpath,/usr/local/lib/R/site-library/Rcpp/lib -L/usr/local/lib/R/site-library/RInside/lib -lRInside -Wl,-rpath,/usr/local/lib/R/site-library/RInside/lib -o rinside_sample11
| rinside_sample11.cpp: In function âint main(int, char**)â:
| rinside_sample11.cpp:24:25: error: âunlinkâ was not declared in this
| scope
| make: *** [rinside_sample11] Error 1
| ...

That is not a "crash", that is a failure to build.  Is unlink() not available on Windows?

Use 'make -k -f Makefile.win' to proceed after the error.

Dirk

--
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com

Disclaimer: http://disclaimer.aqualogy.net/


More information about the Rcpp-devel mailing list