On Wed, 4 Mar 2009 19:47:53 +0200, Kay D <[email protected]> wrote: > 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.
Should be fixed in tonights snapshot. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
