[Webkit-unassigned] [Bug 129223] Build breaking due to linking error on clang with libc++

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 23 20:31:57 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=129223





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2014-02-23 20:29:05 PST ---
"Libsupc++ is a support library for g++ that contains functions dealing with run-time type information (RTTI) and exception handling. If you attempt to use either exceptions or RTTI in a C++ kernel you have compiled with a GCC Cross-Compiler you will also need the libsupc++ library." (quoting from http://wiki.osdev.org/Libsupcxx). We shouldn't be using exceptions or RTTI in WebKit, so perhaps this fix isn't correct.

I don't see anywhere that atspi_is_initialized is in WebKit, so it's quite likely that the missing symbols might be a bug in your packages.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list