[Webkit-unassigned] [Bug 75002] New: Webkit compilation error without statemachine feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 02:00:39 PST 2011


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

           Summary: Webkit compilation error without statemachine feature
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laborer2008 at gmail.com


After Qt configure stage with "-no-feature-statemachine" option and make I got

make[3]: Entering directory `/home/sergey/code/qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebhistoryinterface'
moc tst_qwebhistoryinterface.cpp
compiling .rcc/debug-shared-emb-x86_64/qrc_tst_qwebpage.cpp
compiling tst_qgraphicswebview.cpp
compiling tst_qwebframe.cpp
compiling tst_qwebhistoryinterface.cpp
compiling tst_qwebpage.cpp
compiling tst_qwebelement.cpp
tst_qwebpage.cpp:3071:53: error: expected class-name before ‘{’ token
tst_qwebpage.cpp: In constructor ‘SpyForLoadSignalsOrder::SpyForLoadSignalsOrder(QWebPage*, QObject*)’:
tst_qwebpage.cpp:3075:11: error: class ‘SpyForLoadSignalsOrder’ does not have any field named ‘QStateMachine’
tst_qwebpage.cpp:3077:75: error: ‘connect’ was not declared in this scope
tst_qwebpage.cpp:3079:9: error: ‘QState’ was not declared in this scope
tst_qwebpage.cpp:3079:17: error: ‘waitingForLoadStarted’ was not declared in this scope
tst_qwebpage.cpp:3079:45: error: expected type-specifier before ‘QState’
tst_qwebpage.cpp:3079:45: error: expected ‘;’ before ‘QState’
tst_qwebpage.cpp:3080:17: error: ‘waitingForLastLoadProgress’ was not declared in this scope

Reproduced with Qt 4.8.0, not Qt 4.7.4

-- 
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