[Webkit-unassigned] [Bug 36047] New: [Qt] File path escaping issue generating derived sources on Win XP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 20:01:33 PST 2010


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

           Summary: [Qt] File path escaping issue generating derived
                    sources on Win XP
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: siddharth.mathur at nokia.com


When build-webkit --qt --symbian is run via Windows command-line, generation of
JSC's derived sources fails. Error below. Notice the badly formed file path in
the error message: 
"No such file o:WebKitJavaScriptCoreruntimeArrayPrototype.cpp at
O:/WebKit/JavaScriptCore/create_hash_table line 38."

--------------------

O:\WebKit>perl WebKitTools\Scripts\build-webkit --qt --symbian
Generating derived sources

Calling 'qmake -r -r O:/WebKit/DerivedSources.pro -o Makefile.DerivedSources'
in O:\WebKit

Reading O:/WebKit/JavaScriptCore/DerivedSources.pro
Reading O:/WebKit/WebCore/DerivedSources.pro
Reading O:/WebKit/WebKit/qt/Api/DerivedSources.pro
Calling 'make  -f Makefile.DerivedSources generated_files' in
O:\WebKit/JavaScriptCore

make: Entering directory `O:/WebKit/JavaScriptCore'
perl O:/WebKit/JavaScriptCore/create_hash_table
o:\WebKit\JavaScriptCore\runtime\ArrayPrototype.cpp -i >
o:\WebKit\JavaScriptCore\generated\ArrayPrototype.lut.h
Creating hashtable for o:WebKitJavaScriptCoreruntimeArrayPrototype.cpp
No such file o:WebKitJavaScriptCoreruntimeArrayPrototype.cpp at
O:/WebKit/JavaScriptCore/create_hash_table line 38.
make: *** [generated\ArrayPrototype.lut.h] Error 2
make: Leaving directory `O:/WebKit/JavaScriptCore'
Failed to generate JavaScriptCore's derived sources!

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



More information about the webkit-unassigned mailing list