[Webkit-unassigned] [Bug 10832] New: Webkit WebCore build fails on Windows.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 13 05:12:38 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10832

           Summary: Webkit WebCore build fails on Windows.
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: karthikkumar at gmail.com


Apparently in {$WebKit}/WebCore/bindings/scripts/CodeGenerator.pm, Line 211:

 $thisDir = "$ENV{SOURCE_ROOT}/$directory";

breaks. The only real way to fix it is to change it to:

 $thisDir = "/cygdrive/c/Webkit/WebCore/$directory";

 (or some other absolute path)

or change the cygwin config (.bashrc) and set the variable.

Setting too many messy environmental variables is also hard. 

Suggestions: 

1. Please make the script get the current directory and scan in it.
2. Use basename of the target idl file to be scanned and scan in it.
3. Re-document the build procedure.


-- 
Configure bugmail: http://bugzilla.opendarwin.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