<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><br>Maybe I should follow the advice here:<br><br>  <a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a><br><br>or more specifically the item 5:<br><br># If you intend to work on Clang C++ support, you may need to tell it<br>how to find your C++ standard library headers. If Clang cannot find your<br>system libstdc++ headers, please follow these instructions:<br><br>    * 'gcc -v -x c++ /dev/null -fsyntax-only' to get the path.<br>    * Look for the comment "FIXME: temporary hack: hard-coded paths" in<br>clang/lib/Frontend/InitHeaderSearch.cpp and change the lines below to<br>include that path.<br><br>Is that right?  I thought that it was finding the headers; hence,<br>I ignored this advice, but was I wrong?<br></div></blockquote><br></div><div>If you can successfully compile "hello world" it should be able to find</div><div>your headers - unless there's something c++0x ish that's missing from</div><div>your headers.</div><div><br></div><div>-eric</div></body></html>