<div dir="ltr">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.<div><div><br></div>
<div>This is overly restrictive as e.g. __LP64__ platforms with _LONG_LONG_MAX set will also certainly have a suitable long long type.</div><div><br></div><div>Patch attached or at :</div><div><br></div><div><a href="http://www.stokely.org/patches/compiler.int64.diff">http://www.stokely.org/patches/compiler.int64.diff</a></div>
<div><br></div><div>      - Murray</div></div></div>