[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 21:16:58 PST 2016


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

--- Comment #6 from Jeremy Huddleston Sequoia <jeremyhu at apple.com> ---
That does nothing because WebCore also depends on JavaScriptCore.

Also removing JavaScriptCore and WTF from WebCore gets us a link line that lacks both  libjavascriptcoregtk-4.0.18.3.2.dylib and libWTFGTK.a.  Thus we fail because we need to link against libjavascriptcoregtk-4.0.18.3.2.dylib (but not libWTFGTK).

Just removing WTF from WebCore_LIBRARIES doesn't work either.  We still end up linking against both.

Just removing both JavaScriptCore and WTF from WebCore_LIBRARIES doesn't work either.  We still end up linking against both.

I can't see how to get the build system to link against libjavascriptcoregtk but not libWTFGTK.

cmake drives me crazy...

-- 
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/20160117/55cdf425/attachment.html>


More information about the webkit-unassigned mailing list