<div dir="ltr">This is a continuation of <a href="http://lists.llvm.org/pipermail/cfe-dev/2017-June/054411.html">http://lists.llvm.org/pipermail/cfe-dev/2017-June/054411.html</a>, which I could not reply to because I wasn't actually subscribed to the list. My apologies.<br><br>>> But when I build it on MacOS, it doesn't find any gcc installation (though I do <br>>> have it installed with homebrew). Since I'm building out-of-tree, the <br>>> "../lib/clang/x.y.z/include" path is invalid. So the tool cannot locate <br>>>C/C++ header files. My current workaround is to use the C_INCLUDE_PATH <br>>> and CPLUS_INCLUDE_PATH environment variables to point to my C/C++ <br>>> installations. Is there a better way of doing this on Mac? <br><br>>I don't think that homebrew installs anything in any of the default <br>>paths. I would recommend installing Xcode and the command line tools. Or <br>>alternatively only the command line tools. <div><br></div><div>I had already installed Xcode and the command line tools, but I don't see how this would help.</div><div><br></div><div>Scott</div></div>