Bug 26378

Summary: Webkit/Qt fails to build on Windows due to name conflicts
Product: WebKit Reporter: Justin Haygood <jhaygood>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   

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 ***