[Rcpp-devel] [PATCH] Be more liberal in accepting pre-processor defines for 64-bit HAS_LONG_LONG

Romain Francois romain at r-enthusiasts.com
Thu Sep 12 12:02:30 CEST 2013


Le 12/09/13 04:05, Murray Stokely a écrit :
> The default llvm/clang compiler on MacOS X 10.8 doesn't get 64-bit
> support with Rcpp because compilers.h is specifically looking for
> -std=c++0x as is required by some versions of gcc.
>
> This is overly restrictive as e.g. __LP64__ platforms with
> _LONG_LONG_MAX set will also certainly have a suitable long long type.
>
> Patch attached or at :
>
> http://www.stokely.org/patches/compiler.int64.diff
>
>        - Murray

I put it in. Thank you.

Romain

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30



More information about the Rcpp-devel mailing list