<div dir="ltr">Thanks for the info.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 6, 2016 at 2:24 PM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 6 July 2016 at 14:17, Sean Silva via llvm-dev<br>
<span class=""><<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> This gives an error for me. Any ideas?<br>
><br>
> ```<br>
> Sean:~/pg/llvm % ~/pg/release/bin/clang++ -v -isysroot `xcrun<br>
> --show-sdk-path` -fsyntax-only test.cpp<br>
</span>> [...]<br>
<span class="">> test.cpp:1:10: fatal error: 'iostream' file not found<br>
> #include <iostream><br>
<br>
</span>Clang expects libc++ headers to be in /path/to/clang/../include/c++ on<br>
OS X because they're provided with the toolchain rather than the SDK.<br>
Either symlink them there, or build Clang with libc++ (I tend to<br>
symlink).<br>
<br>
Cheers.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>