Re: [Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10

2013-06-25 Thread Dirk Eddelbuettel
riginal Message----- | From: Dirk Eddelbuettel [mailto:[email protected]] | Sent: Monday, June 24, 2013 9:07 PM | To: MAYER Hans | Cc: '[email protected]' | Subject: Re: [Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10 | | | Hans, | | Ie in these two lines of src

Re: [Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10

2013-06-25 Thread MAYER Hans
l/lib/R/library/httpuv/libs/httpuv.so: symbol sendfile64: referenced symbol not found Error: loading failed Execution halted ERROR: loading failed * removing '/usr/local/lib/R/library/httpuv' -Original Message----- From: Dirk Eddelbuettel [mailto:[email protected]] Sent: Monday, June 24, 201

Re: [Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10

2013-06-24 Thread Dirk Eddelbuettel
Hans, Ie in these two lines of src/api.cpp you may just add a suitable defined(__sun) and the end: #if defined(__GNUC__) #if defined(WIN32) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__CYGWIN__) // Simpler version for Windows and *BSD SEXP stack_trace

Re: [Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10

2013-06-24 Thread Dirk Eddelbuettel
Hi Hans, On 24 June 2013 at 16:30, MAYER Hans wrote: | | | Hello | | My colleagues asked me to install "R" with module "shiny". | R version 3.0.1 compiled fine on Solaris 10 and is running well. | | I tried to install "shiny". With the dependencies "Rcpp" should be installed before. But t

[Rcpp-devel] compiling Rcpp with 3.0.1 on Solaris 10

2013-06-24 Thread MAYER Hans
Hello My colleagues asked me to install "R" with module "shiny". R version 3.0.1 compiled fine on Solaris 10 and is running well. I tried to install "shiny". With the dependencies "Rcpp" should be installed before. But the compile step did fail. See below. The initial error message is "Err