Hi - In case somebody else encounters this error... I encountered this error after upgrading Xcode in Chapel repositories that have built LLVM:
clang: error: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Devel oper/SDKs/MacOSX10.10.sdk' make[6]: *** [gen/darwin.clang-included.arch-native.loc-flat.comm-none.tasks-qthreads.tm r-generic.mem-cstdlib.atomics-intrinsics.gmp.hwloc.re-none.wide-struct.fs-n one/comm-none.o] Error 1 Running the following command (from $CHPL_HOME) fixes it for me: ./util/config/gather-clang-sysroot-arguments > \ third-party/llvm/install/darwin-clang/configured-clang-sysroot-arguments I believe that make clobber; make would also work. Cheers, -michael ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
