Missing were the command line tools for xcode. Suffice to run "xcode-select --install"
Cheers, Shmul On Fri, May 2, 2014 at 4:21 PM, Shmulik Regev <[email protected]> wrote: > I'm trying to build Terra on my OSX. Rather than unpacking llvm directly > into /usr/local, I used macports to install it (clang). I added a > Makefile.inc and placed > > LLVM_CONFIG=/opt/local/libexec/llvm-3.5/bin/llvm-config > > in it. However I get compilation errors which are due to standard headers > not being found (stdio.h, string.h) as well as other which I believe aren't > used by OSX (pthreads, execinfo). Help would be appreciated. > > Cheers, > > Shmul >
_______________________________________________ terralang mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/terralang
