[Webkit-unassigned] [Bug 9120] New: Windows doesn't build if windows (ActiveState) perl is installed

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu May 25 21:13:52 PDT 2006


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

           Summary: Windows doesn't build if windows (ActiveState) perl is
                    installed
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kkowalczyk at gmail.com


Windows build depends on using cygwin's version of perl for running *.pl
scripts.

However, installing Windows (ActiveState) version of perl associates *.pl files
with ActiveState version so some of the scripts fail to execute because they're
being run with ActiveState perl version which doesn't understand Unix paths.

The fix is to change WebCore/DerivedSources.make to explicitly run perl on *.pl
files instead of relying on Windows shell figuring out which program to run for
this extention.

This shouldn't break other platforms like linux or mac.

Patch attached.


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