[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 19:31:49 PST 2013


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





--- Comment #15 from Roger Fong <roger_fong at apple.com>  2013-02-04 19:33:54 PST ---
After doing some research it looks like this problem will arise if you have dll's that are compiled with VS2005 which I undoubtedly have. (A lot of the dll's that come in the WebKitSupportLibrary). 

I believe if I want this to work I have to install VS2005 and I'll get all the dll's/lib's I need with it. However I'd rather not have any dependence on old stuff. Ideally, these libs are recompiled in VS2010. Maybe they already are somewhere?

This problem will prevent me from developing in release mode. Debug mode seems to be fine however, I'm not sure why, but it seems to automatically link against MSVCR100. In fact, the dependency walker shows that the debug executable has no dependency on pthreadsVC2.dll and the like at all. I probably don't understand something about how debug mode works.

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