Skip to content
Prev 10746 / 15075 Next

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

To be precise this seems like a bug in Rcpp/RInside - whichever is adding the -I../Rcpp include. Since Rcpp contains String.h it will break everything due to the conflict with standard string.h (HFS is case-insensitive by default).

Cheers,
Simon
On Jul 28, 2014, at 2:13 AM, Kevin Ushey <kevinushey at gmail.com> wrote: