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
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
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
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