[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:13:39 PST 2013


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





--- Comment #16 from Brent Fulgham <bfulgham at webkit.org>  2013-02-04 20:15:45 PST ---
(In reply to comment #15)
> 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.

Is this a problem caused by linking against two different runtime libraries (the VS2005 and VS2010 versions?)

You can probably get around installing VS2005 by just downloading the "Visual Studio Redistributable Libraries" installer.  These come with VS2005, but I believe Microsoft provides a separate set of downloads for them as well.  These will make sure the proper stuff is available in your Windows partition.

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