Hello<br>
<br>I'm trying to compile PyQt4 on RHEL server.<br><br>I've successfully compiled and installed qt-x11-opensource-src-4.5.0 and sip-4.8-snapshot-20090303<br>For PyQt-x11-gpl-4.5-snapshot-<div>
20090303 I've successfully completed configure step as follows:<br>
python configure.py -q /usr/local/Trolltech/Qt-4.5.0/bin/qmake<br>Only warning was something about missing DBus 1.<br><br>However, make generates following result:<br>.....<br>qpycore_pyqtproxy.cpp: In constructor 'PyQtProxy::PyQtProxy(sipWrapper*, const char*, PyObject*, const char*, const char**, int)':<br>
qpycore_pyqtproxy.cpp:188: error: 'struct _sipWrapper' has no member named 'ob_type'<br>qpycore_pyqtproxy.cpp:188: error: 'struct _sipWrapper' has no member named 'ob_type'<br>make[2]: *** [qpycore_pyqtproxy.o] Error 1<br>
make[2]: Leaving directory `/home/xxxxx/pyqt/PyQt-x11-gpl-4.5-snapshot-20090303/qpy/QtCore'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/xxxxx/pyqt/PyQt-x11-gpl-4.5-snapshot-20090303/qpy'<br>
make: *** [all] Error 2<br><br>Before sip-4.8 I compiled and installed sip-4.7.9 - I thought stable version is better.<br>If problem above is connected with it, how I can clean old SIP?<br>If it's not, please let me know, how I can fix this error.<br>
<br>Thank you.</div>