You’re configuration works for me on 10.9 with clang from the XCode command line tools.
$ xcode-select --install $ clang --version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.2.0 Thread model: posix Best, Fabian On 19 May 2014, at 10:19, Peter Maydell <[email protected]> wrote: > On 19 May 2014 01:06, Peter Bartoli <[email protected]> wrote: >> On May 18, 2014, at 4:09 PM, Peter Maydell <[email protected]> wrote: >> >> and looking at the preprocessor output it's defined in >> /usr/lib/clang/5.0/include/limits.h >> >> >> Thanks, Peter ... I don't have a /usr/lib/clang ... where are you getting it >> from? > > Pretty sure this is just the standard way XCode command line > tools install on 10.8. Googling suggests that 10.9 does things > differently (leaving the headers under /Applications/Xcode.app, > and using shim executables to redirect the paths it looks for). In > that case the header is likely to be > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/5.1/include/limits.h > > thanks > -- PMM > >
