[Webkit-unassigned] [Bug 26340] New: [Qt] Build break introduced by r44550

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 11 20:04:25 PDT 2009


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

           Summary: [Qt] Build break introduced by r44550
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


I found two problems:
 1. JavaScriptCore/runtime/JSONObject.cpp needs to be listed as a LUT_FILE as
well
 2. name collision between WebCore/inspector/JSONObject.cpp and the newly
created JavaScriptCore/runtime/JSONObject.cpp (all .o's are generated in the
same dir for QtWebKit)

I was not sure how to resolve 2. I few ideas:
 - rename one of the JSONObject.cpp (e.g. to InspectorJSONObject.cpp)
 - create JavaScriptCore library first and and link it to WebCore to avoid
collision

Will submit patch for 1. (LUT_FILE); this should at least fix the standalone
jsc 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