Bug 26378
Summary: | Webkit/Qt fails to build on Windows due to name conflicts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Haygood <jhaygood> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows Vista |
Justin Haygood
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Haygood
*** This bug has been marked as a duplicate of 26293 ***