<div dir="ltr">You may want to check out the recent thread "[cfe-dev] clang++ build from source is not able to find C++ headers". Ideally we could filter the result of all these discussions into an FAQ.<br><div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 21, 2016 at 5:42 PM, Piotr Padlewski via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>the question os mostly addressed to Apple folks.</div><div><br></div><div>I am having some issues with clang compiled on Mac OS. First thing is the search path for libc++ - running llvm+clang from build bin on basic c++ file</div><div>results in preprocessor errors because clang can't find libc++. It seems that the main problem is that the default installed clang with libc++ with XCode is somewhere</div><div>in Application, and build clang is trying to find it somewhere in /usr/bin.</div><div><br></div><div>Building clang with libcxx and libcxxabi solves the problem, but then all the libc++ fails with error like</div><div>clang-3.9: error: no such file or directory: '/Users/prazek/llvm/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"'.</div><div><br></div><div>I would like to not compile libc++ every time when I clear the build.</div><div>So I feel that there should be either good documentation for how to set it up on mac, or the default behaviour should not be so crappy. This makes me a little bit sad</div><div>because I would not expect to have problems like this on mac.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>Piotr</div><div><br></div><div><br></div></font></span></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>