Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-13 Thread Dirk Eddelbuettel
On 13 November 2014 at 11:47, Devin Heer wrote: | Thanks. | | I think, I messed up with the setting of the environment variable...due to the | following new error message: | | g++ -m64 -I"C:/PROGRA~1/R/R-31~1.1/include" -DNDEBUG -IC:\Program Files (x86)\ | CodeLibraries/include     -I"C:/PROGRA~

Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-13 Thread Devin Heer
Thanks. I think, I messed up with the setting of the environment variable...due to the following new error message: g++ -m64 -I"C:/PROGRA~1/R/R-31~1.1/include" -DNDEBUG -IC:\Program Files (x86)\CodeLibraries/include -I"C:/PROGRA~1/R/R-31~1.1/library/Rcpp/include" -I"C:/PROGRA~1/R/R-31~1.1/library

Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-12 Thread Dirk Eddelbuettel
On 12 November 2014 at 18:08, Devin Heer wrote: | Thanks for your quick reply! | | Indeed, the file you described within RcppGSL\examples\RcppGSLExample\src  looks | as follows: | | ## This assumes that the LIB_GSL variable points to working GSL libraries | PKG_CPPFLAGS=-I$(LIB_GSL)/include | PK

Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-12 Thread Devin Heer
Thanks for your quick reply! Indeed, the file you described within RcppGSL\examples\RcppGSLExample\src looks as follows: ## This assumes that the LIB_GSL variable points to working GSL libraries PKG_CPPFLAGS=-I$(LIB_GSL)/include PKG_LIBS=-L$(LIB_GSL)/lib -lgsl -lgslcblas I can now simply replac

Re: [Rcpp-devel] Compiler errors with RcppGSL

2014-11-12 Thread Dirk Eddelbuettel
Hi Devin, On 12 November 2014 at 15:13, Devin Heer wrote: | Thus, I would really like to get the RcppGSL package up and running. I have | downloaded the GSL library and saved it in the same folder where the header | file Rcpp.h is located (I assume this is the default place RcppGSL is looking | f