Bug 37749 - [Qt] MSVC X86_64 build failure
Summary: [Qt] MSVC X86_64 build failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-17 01:47 PDT by John Brooks
Modified: 2010-04-27 16:49 PDT (History)
0 users

See Also:


Attachments
Patch against Qt 4.7 (2.86 KB, patch)
2010-04-17 01:47 PDT, John Brooks
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Brooks 2010-04-17 01:47:42 PDT
Created attachment 53593 [details]
Patch against Qt 4.7

Incorrect usage of PLATFORM(X86_64) instead of CPU(X86_64) in #if sections results in build failure with MSVC x64 with webkit in Qt's latest 4.7 (git HEAD 140a96d0b860b045c18d53c1ac96e77b3893d31c). A working patch is attached.
Comment 1 John Brooks 2010-04-27 16:49:37 PDT
Appears to have been fixed independently.