[Webkit-unassigned] [Bug 22347] New: Chromium Scons build does not work on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 18 16:24:48 PST 2008


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

           Summary: Chromium Scons build does not work on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


I knew this when I wrote it.  I didn't have any idea how hard it would be to
fix the build to work on Windows though. :(  Scons + CYGWIN + MSVC do not get
along, at all.

I've got most of it building now.  I'll attach my first pass patch shortly.

It is *not possible* to build using a cygwin shell.  Sadly Scons requires
Windows Python in order to handle MSVC.  This is superbly lame, but do to
needing to grab at the registry to find out where MSVC is installed.  The scons
folks know about the issue, and will likely fix it at some point, but for now,
we have to install Windows Python, + the win32 python additions, (not to
mention scons itself) in order to build.


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