[Webkit-unassigned] [Bug 56098] [Qt] MSVC Build Error - need to link advapi32.lib for jsc.exe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 11:34:39 PST 2011


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





--- Comment #3 from Jarred Nicholls <jarred.nicholls at gmail.com>  2011-03-10 11:34:39 PST ---
(In reply to comment #2)
> I wonder why it does not happen on my windows XP.

You are building the Qt port?

"perl build-webkit --qt --release"

VC++ 9 reports unresolved symbols when linking jsc.exe, requiring an explicit addition of advapi32.lib on the link command line.  `#pragma comment(lib, "advapi32")` works as well.

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