Re: [Rcpp-devel] problems using libc++ on ubuntu

2014-12-11 Thread Mark Lilback
is coming from. For now, I’m running that ld command without that extra flag and then copying the .so into place. On Dec 10, 2014, at 5:26 PM, Dirk Eddelbuettel wrote: > > On 10 December 2014 at 15:28, Mark Lilback wrote: > | I’m trying to intall Rcpp using clang and libc++

[Rcpp-devel] problems using libc++ on ubuntu

2014-12-10 Thread Mark Lilback
I’m trying to intall Rcpp using clang and libc++ instead of gcc and libstdc++. However, something is adding =lstdc++ to the call to ld and I can’t figure out what it is. Here is the link command that is happening: vagrant@vagrant-ubuntu-trusty-64:/vagrant/Rcpp$ R CMD INSTALL --no-test-load -d

[Rcpp-devel] define RINSIDE_CALLBACKS in install.packages

2014-07-07 Thread Mark Lilback
Is there any way to install RInside using install.packages that will pass a -DRINSIDE_CALLBACKS flag to the preprocessor? The callback code works perfectly for my application, but I’d like an easy way to install it on other machines. ___ Rcpp-devel m

[Rcpp-devel] RInside and the source command

2014-05-14 Thread Mark Lilback
error results if I put a typo in the file name). _R->parseEvalQNT("source(file=\"sample123.R\", print.eval=TRUE, verbose=TRUE)”); Am I messing something obvious? Looking through the source for source I don’t see how the verbose stuff isn’t being printed. -- Mark Lilback West V