RESOLVED FIXED Bug 66770
[Qt] Build fails on Lion
https://bugs.webkit.org/show_bug.cgi?id=66770
Summary [Qt] Build fails on Lion
Tor Arne Vestbø
Reported 2011-08-23 06:06:04 PDT
[Qt] Build fails on Lion
Attachments
Patch (5.04 KB, patch)
2011-08-23 06:12 PDT, Tor Arne Vestbø
kling: review+
Tor Arne Vestbø
Comment 1 2011-08-23 06:12:41 PDT
WebKit Review Bot
Comment 2 2011-08-23 06:14:58 PDT
Attachment 104833 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:20: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tor Arne Vestbø
Comment 3 2011-08-23 06:18:28 PDT
(In reply to comment #2) > Source/WebCore/ChangeLog:20: Line contains tab character. [whitespace/tab] [5] > Total errors found: 1 in 5 files Gah, I'll fix before landing.
Benjamin Poulain
Comment 4 2011-08-23 06:22:59 PDT
Comment on attachment 104833 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104833&action=review > w/Source/WebKit/qt/ChangeLog:17 > + We were mistakenly picking up mac/WebCoreSystemInterface.h instead of > + the Qt one, and building on Lion revealed this when a typedef for > + IOSurfaceRef was wrapped in PLATFORM(MAC). > + > + For now we fix this by including WebCoreSystemInterface using > + brackets, so that we'll pick up the right file based on the > + include paths. This also means exposing a few missing enums > + in our own version of the file, so those were added. > + Not relevant for this particular Changelog
Andreas Kling
Comment 5 2011-08-23 06:23:59 PDT
Comment on attachment 104833 [details] Patch rs=me
Tor Arne Vestbø
Comment 6 2011-08-23 06:27:29 PDT
Landed in r93600
Alexis Menard (darktears)
Comment 7 2011-08-23 06:44:22 PDT
Good job
Ademar Reis
Comment 8 2011-08-25 12:26:38 PDT
Revision r93600 cherry-picked into qtwebkit-2.2 with commit f011bd5 <http://gitorious.org/webkit/qtwebkit/commit/f011bd5>
Note You need to log in before you can comment on or make changes to this bug.