Bug 17798 - build-webkit script environment differs from Visual Studio build environment
Summary: build-webkit script environment differs from Visual Studio build environment
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 10:50 PDT by Brent Fulgham
Modified: 2022-06-24 13:51 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2008-03-12 10:50:31 PDT
A recent build failure (see http://bugs.webkit.org/show_bug.cgi?id=17797) occurred because the project files did not explicitly reference the necessary core libraries needed to produce a valid Windows executable.

This was missed because Visual Studio's project inheritance behavior caused the project to incorporate the needed libraries by default.

I'm not sure if there is any good way to work around this problem (aside from using vsprops files as we are doing more and more), but I am filing this bug to document the issue.