WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 116467
116522
[Qt][MAC]
r150277
broke Qt Mountain Lion Release build
https://bugs.webkit.org/show_bug.cgi?id=116522
Summary
[Qt][MAC] r150277 broke Qt Mountain Lion Release build
Zoltan Arvai
Reported
2013-05-21 01:03:29 PDT
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
Comment 1
2013-05-21 01:04:40 PDT
*** This bug has been marked as a duplicate of
bug 116467
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug