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 1150 - PySide fails to compile if Qt is compiled without accessibility support
: PySide fails to compile if Qt is compiled without accessibility support
Status: NEW
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: PC Linux
: P4 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2012-02-21 21:43 EET by Jerome Leclanche
Modified: 2012-03-08 17:00 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 Jerome Leclanche 2012-02-21 21:43:13 EET
adys@azura ~/src/qt/pyside/build % make -j1
[  2%] Built target pyside
[  3%] Built target uiplugin
[ 18%] Built target QtCore
[ 19%] Generating __/moc_qpytextobject.cxx
[ 19%] Running generator for QtGui...                                           
Generating class model...                    [OK]
Generating enum model...                     [WARNING]                          
        enum 'SP_CustomTabVideos' does not have a type entry or is not an enum  


Generating namespace model...                [OK]
Resolving typedefs...                        [OK]
Fixing class inheritance...                  [OK]
Detecting inconsistencies in class model...  [OK]
[OK]
        type 'QAccessibleEvent' is specified in typesystem, but not defined.
This could potentially lead to compilation errors.
        type 'QGtkStyle' is specified in typesystem, but not defined. This
could potentially lead to compilation errors.



        There's no user provided way (conversion rule, argument removal, custom
code, etc) to handle the primitive argument type 'bool *' in function
'QInputDialog::getText(QWidget * parent, const QString & title, const QString &
label, QLineEdit::EchoMode echo, const QString & text, bool * ok,
QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)'.
        There's no user provided way (conversion rule, argument removal, custom
code, etc) to handle the primitive argument type 'bool *' in function
'QInputDialog::getItem(QWidget * parent, const QString & title, const QString &
label, const QStringList & items, int current, bool editable, bool * ok,
QFlags<Qt::WindowType> flags, QFlags<Qt::InputMethodHint> inputMethodHints)'.


Done, 5 warnings (963 known issues)
[ 19%] Building CXX object
PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstractbutton_wrapper.cpp.o
[ 19%] Building CXX object
PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o   
c++: error:
/home/adys/src/qt/pyside/build/PySide/QtGui/PySide/QtGui/qaccessibleevent_wrapper.cpp:
No such file or directory                                                       
make[2]: ***
[PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o]
Error 1
make[1]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Matti Airas 2012-03-08 16:57:19 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!
Comment 2 Jerome Leclanche 2012-03-08 17:00:11 EET
(In reply to comment #1)
> PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
> Please verify that the bug is still valid and re-submit it in the address
> below:
> 
> https://bugreports.qt-project.org/
> 
> Sorry for the inconvenience!

Done.

https://bugreports.qt-project.org/browse/PYSIDE-14