[Webkit-unassigned] [Bug 39108] New: WebKit build failure on Linux for Qt4.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 20:28:47 PDT 2010


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

           Summary: WebKit build failure on Linux for Qt4.5
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn
                CC: staikos at kde.org


latest revision (59438) build failure on Linux for Qt 4.5.

There are 2 problems,   first WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp includes a QT4.6 header file <QScopedPointer> ,  but it's never used in the source code;  2nd,  in WebKit/qt/Api/qgraphicswebview.cpp,  QGraphicsWebViewPrivate::syncLayers()  is conditional compiled with USE ACCELERATED_COMPOSITING,  why the header says : 

// we don't want to change the moc based on USE() macro, so this function is here 
// but will be empty if ACCERATED_COMPOSITING is disabled
Q_PRIVATE_SLOT(d, void syncLayers())

All these causes the build failure of WebKit for Qt4.5 on Linux platform.

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



More information about the webkit-unassigned mailing list