Skip to content
Prev 10748 / 15075 Next

Request for guidance on compiling C++ using RInside within Xcode 5, OSX 10.9.4, R 3.1.1 (mavericks version)

On Jul 28, 2014, at 10:14 AM, Dirk Eddelbuettel <edd at debian.org> wrote:

            
You'll have to ask the author of this thread (it's a bit cryptic - and/or check out the SO post), but as I understand it something is adding -I...Rcpp to CPPFLAGS which is bad and not needed since the proper include is #include <Rcpp/String.h> which is fine. I don't know who/what is adding the internal Rcpp directory to the include path.

Cheers,
Simon