Hello<br>
<br>I&#39;m trying to compile PyQt4 on RHEL server.<br><br>I&#39;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&#39;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 &#39;PyQtProxy::PyQtProxy(sipWrapper*, const char*, PyObject*, const char*, const char**, int)&#39;:<br>


qpycore_pyqtproxy.cpp:188: error: &#39;struct _sipWrapper&#39; has no member named &#39;ob_type&#39;<br>qpycore_pyqtproxy.cpp:188: error: &#39;struct _sipWrapper&#39; has no member named &#39;ob_type&#39;<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&#39;<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/xxxxx/pyqt/PyQt-x11-gpl-4.5-snapshot-20090303/qpy&#39;<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&#39;s not, please let me know, how I can fix this error.<br>


<br>Thank you.</div>