[Webkit-unassigned] [Bug 20841] New: QtWebkit build broken (PlatformScrollBar)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 14 10:38:20 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20841

           Summary: QtWebkit build broken (PlatformScrollBar)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeandanielguyot at yahoo.fr


- Version of Qt : 4.4.1 
- Mac OS X.5

Here are some steps to reproduce the issue :

1. Get a fresh svn version of Webkit
2. Set QMAKESPEC to "macx-g++" (#15614)
3. Run ./WebKitTools/Scripts/build-webkit --qt --release

One get the error:

../../../WebCore/platform/qt/PlatformScrollBarQt.cpp: In constructor
‘WebCore::PlatformScrollbar::PlatformScrollbar(WebCore::ScrollbarClient*,
WebCore::ScrollbarOrientation, WebCore::ScrollbarControlSize)’:
../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:69: error:
‘horizontalScrollbarHeight’ was not declared in this scope
../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:73: error:
‘verticalScrollbarWidth’ was not declared in this scope
../../../WebCore/platform/qt/PlatformScrollBarQt.cpp: In member function
‘virtual void WebCore::PlatformScrollbar::paint(WebCore::GraphicsContext*,
const WebCore::IntRect&)’:
../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:180: error:
‘horizontalScrollbarHeight’ was not declared in this scope
../../../WebCore/platform/qt/PlatformScrollBarQt.cpp:183: error:
‘verticalScrollbarWidth’ was not declared in this scope


horizontalScrollbarHeight & verticalScrollbarWidth functions were removed at
rev. 36400 but some references remain in
WebCore/platform/qt/PlatformScrollBarQt.cpp.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list