Bug 116522
Summary: | [Qt][MAC] r150277 broke Qt Mountain Lion Release build | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abecsi, andersca, jturcotte, kadam, michael.bruning, sam |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 116335 |
Zoltan Arvai
Build fails after new header added:
#if defined(__APPLE__)
#include <WebKit2/WKBaseMac.h>
#endif
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Shared/API/c/WKGeometry.cpp:27:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Shared/API/c/WKGeometry.h:29:
In file included from ../include/WebKit2/WKBase.h:1:
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WebKit2/Shared/API/c/WKBase.h:45:10: fatal error: 'WebKit2/WKBaseMac.h' file not found
#include <WebKit2/WKBaseMac.h>
Probably, this "defined(__APPLE__)" should be different.
Which guard would be better? "PLATFORM(MAC)" or "defined(__APPLE__) && !PLATFORM(QT)"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael BrĂ¼ning
*** This bug has been marked as a duplicate of bug 116467 ***