Bug 35906
Summary: | [Qt] Build on Maemo 5 is broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Hausmann <hausmann> |
Component: | New Bugs | Assignee: | Simon Hausmann <hausmann> |
Status: | RESOLVED INVALID | ||
Severity: | Blocker | CC: | laszlo.gombos |
Priority: | P1 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 35784 |
Simon Hausmann
It appears that the trunk needs to be adapted to QAbstractKineticScroller API changes that were done shortly before the release of Qt 4.6 for Maemo 5.
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:71: warning: direct base 'QObject' inaccessible in 'QWebViewKineticScroller' due to ambiguity
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp: In member function 'void QWebViewKineticScroller::setWidget(QWebView*)':
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:84: error: 'QObject' is an ambiguous base of 'QWebViewKineticScroller'
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:91: error: reference to 'setParent' is ambiguous
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: candidates are: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:91: error: reference to 'setParent' is ambiguous
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: candidates are: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtCore/qobject.h:193: error: void QObject::setParent(QObject*)
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:98: error: 'QObject' is an ambiguous base of 'QWebViewKineticScroller'
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp: In member function 'virtual bool QWebViewKineticScroller::eventFilter(QObject*, QEvent*)':
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:106: error: cannot call member function 'virtual bool QObject::eventFilter(QObject*, QEvent*)' without object
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:121: error: 'handleMouseEvent' was not declared in this scope
3/8/10 5:13:12 PM CET: ../WebKit/qt/Api/qwebview.cpp:126: error: cannot call member function 'virtual bool QObject::eventFilter(QObject*, QEvent*)' without object
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp: In constructor 'QWebView::QWebView(QWidget*)':
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp:306: error: cannot allocate an object of abstract type 'QWebViewKineticScroller'
3/8/10 5:13:13 PM CET: ../WebKit/qt/Api/qwebview.cpp:71: note: because the following virtual functions are pure within 'QWebViewKineticScroller':
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:123: note: virtual void QAbstractKineticScroller::attachToWidget()
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:124: note: virtual void QAbstractKineticScroller::removeFromWidget()
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:125: note: virtual QRect QAbstractKineticScroller::positionRange() const
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:127: note: virtual QPoint QAbstractKineticScroller::position() const
3/8/10 5:13:13 PM CET: /targets/FREMANTLE_ARMEL/opt/qt4-maemo5/include/QtGui/qabstractkineticscroller.h:128: note: virtual void QAbstractKineticScroller::setPosition(const QPoint&, const QPoint&)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Hausmann
Hrm, this may actually be a CI problem ;(. I'm looking into this now.
Simon Hausmann
It _was_ a CI problem :( Wrong version of the Qt package installed with the old API. Sorry :(