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 1112 - Does not build against PySide 1.1.0 and/or Qt 4.7.4-1
: Does not build against PySide 1.1.0 and/or Qt 4.7.4-1
Status: RESOLVED ALREADYFIXED
Product: PySide Mobility
Classification: Unclassified
Component: PySide.Mobility
: HEAD
: PC Linux
: P5 major
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-04 17:38 EET by Didier Raboud
Modified: 2012-01-06 12:04 EET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2012-01-04 17:38:52 EET
Hi, 

after upgrading all my PySide stack to 1.1.0, I tried (out of curiosity mainly
:-> ) to rebuild pyside-mobility against the new PySide 1.1.0.

It fails at: 

        enum 'QX11EmbedContainer::Error' is specified in typesystem, but not
declared
        enum 'QtMobility::QGalleryAbstractRequest::Status' is specified in
typesystem, but not declared
        type 'QPyTextObject' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.
        enum 'QX11EmbedWidget::Error' is specified in typesystem, but not
declared
        type 'QX11EmbedContainer' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
        type 'QX11EmbedWidget' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.


Could not find type 'QGalleryMetaDataFilter' for use in 'toPython' conversion.
Make sure to use the full C++ name, e.g. 'Namespace::Class'.

Aborted
make[4]: *** [QtMobility/Gallery/QtMobility/Gallery/gallery_module_wrapper.cpp]
Error 134

I can provide the full log if needed.

Cheers, OdyX
Comment 1 Marcelo Lira 2012-01-06 00:49:47 EET
Didier, the build is fixed in pyside-mobility's git head.
Maybe there are other failures, though.
Comment 2 Didier Raboud 2012-01-06 12:04:14 EET
Damn; forgot that. I can confirm that 0.2.3+git4~8118106 builds correctly
against latest pyside+shiboken. Is a release (tag / tarball) planned soon ?
(Otherwise, I'll just upload a git snapshot :-> )