Bug 26378 - Webkit/Qt fails to build on Windows due to name conflicts
Summary: Webkit/Qt fails to build on Windows due to name conflicts
Status: RESOLVED DUPLICATE of bug 26293
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-13 15:37 PDT by Justin Haygood
Modified: 2009-06-13 15:42 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 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.
Comment 1 Justin Haygood 2009-06-13 15:42:41 PDT

*** This bug has been marked as a duplicate of 26293 ***