[cfe-dev] Building libc++
Howard Hinnant
hhinnant at apple.com
Wed Jun 30 06:40:16 PDT 2010
On Jun 30, 2010, at 1:44 AM, Toralf Niebuhr wrote:
> /Users/gmthor85/Downloads/libcppabi/include/cxxabi.h:30:62: error: no struct named 'type_info' in namespace 'std'
> extern void __cxa_throw(void * thrown_exception, struct std::type_info * tinfo,
> ~~~~~^
> /Users/gmthor85/Downloads/libcppabi/include/cxxabi.h:37:13: error: no type named 'type_info' in namespace 'std'
> extern std::type_info * __cxa_current_exception_type();
> ~~~~~^
I've seen this error before and could've sworn I fixed it. I've fixed it (again I think). If you could re-download:
http://home.roadrunner.com/~hinnant/libcppabi.zip
The cxxabi.h has been patched to forward declare std::type_info.
-Howard
More information about the cfe-dev
mailing list