<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello everyone. I'm trying to install a software that needs pyQt4 to function (GNS3, Cisco router emulator).<br><br>I'm running Linux CentOS 5.2 on a i386 type processor. I based the compilation process on <a href="https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&amp;order=DESC&amp;topic_id=21216&amp;forum=38">this page</a><br><br>For that, I've successfully installed the following :<br><span style="font-style: italic;">python python-devel xorg-x11-proto-devel libXext-devel  </span><br><br>and built the following :<br><span style="font-style: italic;">qt-x11-opensource-src-4.5.0</span><br style="font-style: italic;"><span style="font-style: italic;">sip-4.9.tar.gz</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">I'm now trying to build </span>PyQt-x11-gpl-4.6<br>The <span style="font-style:
 italic;">python configure</span> part went ok. But the <span style="font-style: italic;">make</span> part gives the following message :<br><br style="font-style: italic;"><span style="font-style: italic;">make[1]: entrant dans le répertoire « /tmp/PyQt-x11-gpl-4.6/QtCore »</span><br style="font-style: italic;"><span style="font-style: italic;">g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/tmp/PyQt-x11-gpl-4.6/qpy/QtCore -I/usr/include/python2.4 -I/usr/local/Trolltech/Qt-4.4.1/mkspecs/default -I/usr/local/Trolltech/Qt-4.4.1/include/QtCore -I/usr/local/Trolltech/Qt-4.4.1/include -I/usr/X11R6/include -o sipQtCoreQUrl.o sipQtCoreQUrl.cpp</span><br style="font-style: italic;"><span style="font-style: italic;">sip/QtCore/qurl.sip: In function ‘long int slot_QUrl___hash__(PyObject*)’:</span><br style="font-style: italic;"><span style="font-style: italic;">sip/QtCore/qurl.sip:74: erreur: ‘qHash’ was not
 declared in this scope</span><br style="font-style: italic;"><span style="font-style: italic;">make[1]: *** [sipQtCoreQUrl.o] Erreur 1</span><br style="font-style: italic;"><span style="font-style: italic;">make[1]: quittant le répertoire « /tmp/PyQt-x11-gpl-4.6/QtCore »</span><br style="font-style: italic;"><span style="font-style: italic;">make: *** [install] Erreur 2</span><br style="font-style: italic;"><br>I don't know what this mistake is about. I tried to look on the internet and on this mailing-list, but I found nothing.<br><br>Any help appreciated !<br><br>Thanks in advance !<br><br></td></tr></table><br>