[Webkit-unassigned] [Bug 106989] Get WebKit projects compiling in VS2010 (32 bit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 20:15:09 PST 2013


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





--- Comment #17 from Brent Fulgham <bfulgham at webkit.org>  2013-02-04 20:17:15 PST ---
(In reply to comment #13)
> It would appear that the WebKitExportGenerator does not work in release mode.
> Oddly everything still compiles. I guess the effect isn't seen until a project that needs to import the symbols comes along.
> 
> When I run the WebKitExportGenerator.exe it just crashes saying some dll's are missing (in particular MSVCR80.dll, shouldn't be searching for that anyways...wrong version. This leads to the actual exports file being completely empty.
> 
> Side Note: the same thing also happens when I tried to use my JavaScriptExportGenerator except it complained that pthreadVC2.dll was missing (although it seems to be there). The build actually does fail there though because jsc tries to import the symbols.

This sounds like the manifest file for the export generator is referencing a DLL you don't have.  Maybe CoreFoundation or something was built with VS2005 version X, and you don't happen to have the runtime libraries for Version X on your system.  This is called DLL HELL.

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