<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [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)"
   href="https://bugs.webkit.org/show_bug.cgi?id=153176#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [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)"
   href="https://bugs.webkit.org/show_bug.cgi?id=153176">bug 153176</a>
              from <span class="vcard"><a class="email" href="mailto:jeremyhu&#64;apple.com" title="Jeremy Huddleston Sequoia &lt;jeremyhu&#64;apple.com&gt;"> <span class="fn">Jeremy Huddleston Sequoia</span></a>
</span></b>
        <pre>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...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>