Re: [Rcpp-devel] Compile errors in first attempt to use Rcpp/RInside

2013-04-13 Thread Dirk Eddelbuettel
Paul, On 13 April 2013 at 15:10, Paul Johnson wrote: | My test program is: | | #include | int main(int argc, const char * argv[]) | { |     RInside R(argc, argv);              // create an embedded R instance |     R["txt"] = "Hello, world!\n"; // assign a char* (string) to 'txt' |     R.parseE

[Rcpp-devel] Compile errors in first attempt to use Rcpp/RInside

2013-04-13 Thread Paul Johnson
I'm using Mac OS X 10.8.3 with Xcode 4.6.1 and Mountain Lion Command Line Tools (March 2013). I've installed R.app v.3.0 and in R.app I've installed the packages Rcpp and RInside. In Xcode I've set Framework Search Paths to /Library/Frameworks and Header Search Paths to /Library/Frameworks/R.fram