RESOLVED DUPLICATE of bug 26293 26378
Webkit/Qt fails to build on Windows due to name conflicts
https://bugs.webkit.org/show_bug.cgi?id=26378
Summary Webkit/Qt fails to build on Windows due to name conflicts
Justin Haygood
Reported 2009-06-13 15:37:13 PDT
On Windows, WebKit/Qt fails to build since JSONObject in JavaScriptCore and JSONObject in WebCore are both built and their .obj files dropped into the same directory (WebKitBuild\<build>\WebCore\obj) using the build-webkit --qt script. Thus, link errors occur since either JSC::JSONObject or WebCore::JSONObject fail to build.
Attachments
Justin Haygood
Comment 1 2009-06-13 15:42:41 PDT
*** This bug has been marked as a duplicate of 26293 ***
Note You need to log in before you can comment on or make changes to this bug.