PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1017 - FTBFS with Qt Mobility 1.2.0
: FTBFS with Qt Mobility 1.2.0
Status: RESOLVED FIXED
Product: PySide Mobility
Classification: Unclassified
Component: MultimediaKit
: HEAD
: All All
: P1 major
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2011-09-30 18:32 EEST by Didier Raboud
Modified: 2011-11-03 23:37 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2011-09-30 18:32:33 EEST
Hi, 

according to http://bugs.debian.org/640342 (and I can actually confirm this),
PySide-Mobility currently fails to build against Qt Mobility 1.2.0 with the
following error:

QtMobility/MultimediaKit/QtMobility/MultimediaKit/qgraphicsvideoitem_wrapper.cpp:121:60:
error: no 'const QMetaObject* QGraphicsVideoItemWrapper::metaObject() const'
member function declared in class 'QGraphicsVideoItemWrapper'
Comment 1 Lauro Moura 2011-11-03 23:37:12 EET
Looks like it's related to the change in the way generatorrunner handles the
api-version argument.

Cherry-picking the following commits into a 0.2.2 tarball fixed the issue
(along with another bug).

https://github.com/PySide/Mobility/commit/a07123368f6887b8be24edaa6761c416fdcf9f26
https://github.com/PySide/Mobility/commit/7b5e696ab16a3e04cefe90c22cb43abab2603dda

This week a 0.2.3 tarball will be released with other improvements.