[Webkit-unassigned] [Bug 153176] [CMake][GTK][OSX] ThreadIdentifierData::initialize assertion fails because there are two copies of WTF in process (one as part of webkit2, one as part of jsc)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 16 15:30:20 PST 2016


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #4)
> In webkit-gtk 2.4.x, WTF is not exported by libwebkitgtk.  It's exported by
> libjavascriptcoregtk.  Thus, I suspect the appropriate fix is to remove WTF
> from libwebkit2gtk.  This was likely fallout from the autoconf -> cmake
> transition.

Sounds fine to me. In Source/WebKit2/CMakeLists.txt, try removing JavaScriptCore (which depends on WTF) from here:

set(WebKit2_LIBRARIES
    JavaScriptCore
    WebCore
)

Then see if it builds....

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160116/1a1ea77d/attachment.html>


More information about the webkit-unassigned mailing list