[Webkit-unassigned] [Bug 88301] [Qt][Win] Fix broken jsc.exe linking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 07:51:20 PDT 2012


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





--- Comment #4 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-07 07:51:17 PST ---
(In reply to comment #3)
> All of the symbols in question have declspec(dllimport) in them, which means they were compiled with the WTF_EXPORT macros in a way that the macro expanded to declspec(dllimport), but the symbols in question are not exposed in the DLL sense. Instead we link WTF statically into jsc.exe, so no dllimport/export foo should be needed for those symbols. I think the fix is to disable the WTF_EXPORT macros when compiling the sources for jsc.exe.

I don't understand it ... We don't compile sources only for jsc.exe. 
We compile JavaScriptCore and WTF which are used by jsc.exe, WebCore, WebKit, ...

-- 
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