<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Am 29.06.2010 um 15:41 schrieb रजनीश:<br><br><blockquote type="cite">On Jun 29, 2009, at 6:30 PM, Toralf Niebuhr wrote:<br></blockquote><blockquote type="cite"><blockquote type="cite">As the standard headers are not included, I suspect that cxxabi.h should be in the libc++ project?<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-May/009112.html">http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-May/009112.html</a><br></blockquote><br>This is still not compiling for me. I didn't install the headers, but instead modified the build script so that the libc++abi includes are found too. Still the code is not compiling through.<br>Is there some quick start documentation somewhere online?<br>Thread model: posix<br>"/usr/local/bin/clang" -cc1 -triple i386-apple-darwin10.0.0 -emit-obj -disable-free -main-file-name exception.cpp -pic-level 1 -mdisable-fp-elim -masm-verbose -target-cpu yonah -v -g -nostdinc++ -resource-dir /usr/local/lib/clang/2.8 -I ../include -I /Users/gmthor85/Downloads/libcppabi/include -Os -ferror-limit 19 -fmessage-length 148 -stack-protector 1 -fblocks -fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o /var/folders/3C/3Cjb8XqLGZ4CudBSDgvEJE+++TI/-Tmp-/cc-0M3mY3.o -x c++ ../src/exception.cpp<br>clang -cc1 version 2.8 based upon llvm 2.8svn hosted on x86_64-apple-darwin10<br>#include "..." search starts here:<br>#include <...> search starts here:<br>../include<br>/Users/gmthor85/Downloads/libcppabi/include<br>/usr/local/include<br>/usr/local/lib/clang/2.8/include<br>/usr/include<br>/System/Library/Frameworks (framework directory)<br>/Library/Frameworks (framework directory)<br>End of search list.<br>In file included from ../src/exception.cpp:14:<br>/Users/gmthor85/Downloads/libcppabi/include/cxxabi.h:30:62: error: no struct named 'type_info' in namespace 'std'<br>extern void __cxa_throw(void * thrown_exception, struct std::type_info * tinfo, <br>                                                       ~~~~~^<br>/Users/gmthor85/Downloads/libcppabi/include/cxxabi.h:37:13: error: no type named 'type_info' in namespace 'std'<br>extern std::type_info * __cxa_current_exception_type();<br>      ~~~~~^<br><br>Toralf</body></html>