[Webkit-unassigned] [Bug 58737] [GTK] Undefined Symbol build error "_objc_registerThreadWithCollector" when building WebKit GTK Mac OS X on Snow Leopard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 9 07:41:34 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=58737
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #211348|review? |review+
Flags| |
--- Comment #14 from Darin Adler <darin at apple.com> ---
Comment on attachment 211348
--> https://bugs.webkit.org/attachment.cgi?id=211348
Patch
This does no harm on iOS, but our long term direction is to use PLATFORM directly as little as possible and use more specific #if statements so the platform configuration system works and is not tied to specific platforms. I guess the real issue here is that GTK is choosing not to support garbage collection, so ideally the condition would be #if USE(COCOA_GC) or something along those lines.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141209/564e3e29/attachment-0002.html>
More information about the webkit-unassigned
mailing list