[Webkit-unassigned] [Bug 25308] New: REGRESSION (r42182): Build fails after following build instructions on webkit.org fail when using VC++ Express

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 08:22:10 PDT 2009


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

           Summary: REGRESSION (r42182): Build fails after following build
                    instructions on webkit.org fail when using VC++ Express
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


r42182 changed build-webkit to invoke pdevenv instead of invoking Visual Studio
or VC++ Express directly. But this has caused the build to fail when following
the build instructions on webkit.org and using VC++ Express. The build fails
because windows.h cannot be found. Presumably this is because pdevenv passes
the /useenv switch to VC++ Express, and this causes VC++ Express to ignore the
Platform SDK paths that were added to it as part of the build instructions.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list