Re: [Rcpp-devel] Help needed for clang++ testing on OS X and Linux

2012-10-07 Thread Steve Lianoglou
Hi Dirk, Running OSX.8.2, R 2.15.1 (x86_64) $ clang++ --version Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix I rigged up ~/.R/Makevars to set clang++ to be the compiler and Rcpp v0.9.14.2 installed fine -- for so

Re: [Rcpp-devel] Help needed for clang++ testing on OS X and Linux

2012-10-07 Thread Dirk Eddelbuettel
On 8 October 2012 at 00:47, Theodore Lytras wrote: | Στις Κυρ 07 Οκτ 2012, ο/η Dirk Eddelbuettel έγραψε: | > On 7 October 2012 at 12:50, Davor Cubranic wrote: | > | On 12-10-06 11:14 AM, Dirk Eddelbuettel wrote: | > | > But we need to hear from OS X users with different clang++ versions, | > | > a

Re: [Rcpp-devel] Help needed for clang++ testing on OS X and Linux

2012-10-07 Thread Theodore Lytras
Στις Κυρ 07 Οκτ 2012, ο/η Dirk Eddelbuettel έγραψε: > On 7 October 2012 at 12:50, Davor Cubranic wrote: > | On 12-10-06 11:14 AM, Dirk Eddelbuettel wrote: > | > But we need to hear from OS X users with different clang++ versions, > | > and possibly clang++ users on other Linux setups --- particular

Re: [Rcpp-devel] Resolving NativeSymbolInfos from Rcpp

2012-10-07 Thread Davor Cubranic
Luckily, the functionality was all contained in two files. I just copied those from R source into my package, removed the NativeSymbolInfo trick from my code, and everything worked fine. The licenses are both GPL, so it's OK in that respect. Davor On 12-10-07 01:59 PM, Dirk Eddelbuettel wrot

Re: [Rcpp-devel] Resolving NativeSymbolInfos from Rcpp

2012-10-07 Thread Dirk Eddelbuettel
On 7 October 2012 at 13:40, Davor Cubranic wrote: | Just a heads up that the hack to convert NativeSymbolInfo of an object | in one package to a function pointer that is called from another (in my | case, calling "loess_raw" in stats from rgam), is not allowed any more | in development versions

Re: [Rcpp-devel] Resolving NativeSymbolInfos from Rcpp

2012-10-07 Thread Davor Cubranic
Just a heads up that the hack to convert NativeSymbolInfo of an object in one package to a function pointer that is called from another (in my case, calling "loess_raw" in stats from rgam), is not allowed any more in development versions of R and will cause a crash. Davor On 10-06-10 03:28 P

Re: [Rcpp-devel] Help needed for clang++ testing on OS X and Linux

2012-10-07 Thread Dirk Eddelbuettel
On 7 October 2012 at 12:50, Davor Cubranic wrote: | On 12-10-06 11:14 AM, Dirk Eddelbuettel wrote: | > But we need to hear from OS X users with different clang++ versions, and | > possibly clang++ users on other Linux setups --- particularly with clang++ | > 2.* and 3.1. | > | > The test is easy:

Re: [Rcpp-devel] Help needed for clang++ testing on OS X and Linux

2012-10-07 Thread Davor Cubranic
On 12-10-06 11:14 AM, Dirk Eddelbuettel wrote: But we need to hear from OS X users with different clang++ versions, and possibly clang++ users on other Linux setups --- particularly with clang++ 2.* and 3.1. The test is easy: just do 'R CMD INSTALL Rcpp_0.9.14.2.tar.gz' and it will either build