[PyQt] PyQt-x11-gpl-4.5-snapshot-20090303 compilation problem

Kay D dtc.kay at gmail.com
Wed Mar 4 17:47:53 GMT 2009


Hello

I'm trying to compile PyQt4 on RHEL server.

I've successfully compiled and installed qt-x11-opensource-src-4.5.0 and
sip-4.8-snapshot-20090303
For PyQt-x11-gpl-4.5-snapshot- 20090303 I've successfully completed
configure step as follows:
python configure.py -q /usr/local/Trolltech/Qt-4.5.0/bin/qmake
Only warning was something about missing DBus 1.

However, make generates following result:
.....
qpycore_pyqtproxy.cpp: In constructor 'PyQtProxy::PyQtProxy(sipWrapper*,
const char*, PyObject*, const char*, const char**, int)':
qpycore_pyqtproxy.cpp:188: error: 'struct _sipWrapper' has no member named
'ob_type'
qpycore_pyqtproxy.cpp:188: error: 'struct _sipWrapper' has no member named
'ob_type'
make[2]: *** [qpycore_pyqtproxy.o] Error 1
make[2]: Leaving directory
`/home/xxxxx/pyqt/PyQt-x11-gpl-4.5-snapshot-20090303/qpy/QtCore'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/xxxxx/pyqt/PyQt-x11-gpl-4.5-snapshot-20090303/qpy'
make: *** [all] Error 2

Before sip-4.8 I compiled and installed sip-4.7.9 - I thought stable version
is better.
If problem above is connected with it, how I can clean old SIP?
If it's not, please let me know, how I can fix this error.

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090304/c29a9eb4/attachment.html


More information about the PyQt mailing list