Hi everyone,<br><br>sip version: 4.9.1<br>pyqt version: PyQt-x11-gpl-4.6.1<br><br>I&#39;m having a problem in compiling pyqt and sip for an ansi version of python2.5 on Fedora 11 platform. It&#39;s the application requirement that I have to use the ansi version of the python.<br>
<br>here&#39;s an output when tring to compile sip afetr running make,<br><br>make[1]: Entering directory `/home/dev/python/houdini/sip-4.9.1/sipgen&#39;<br>make[1]: Nothing to be done for `all&#39;.<br>make[1]: Leaving directory `/home/dev/python/houdini/sip-4.9.1/sipgen&#39;<br>
make[1]: Entering directory `/home/dev/python/houdini/sip-4.9.1/siplib&#39;<br>gcc -c -pipe -fPIC -O2 -w -DNDEBUG -I. -I/usr/local/include/python2.5 -o siplib.o siplib.c<br>siplib.c: In function ‘convertToWCharArray’:<br>
siplib.c:9754: error: ‘PyUnicodeObject’ undeclared (first use in this function)<br>siplib.c:9754: error: (Each undeclared identifier is reported only once<br>siplib.c:9754: error: for each function it appears in.)<br>siplib.c:9754: error: expected expression before ‘)’ token<br>
siplib.c: In function ‘convertToWChar’:<br>siplib.c:9805: error: ‘PyUnicodeObject’ undeclared (first use in this function)<br>siplib.c:9805: error: expected expression before ‘)’ token<br>siplib.c: In function ‘convertToWCharString’:<br>
siplib.c:9861: error: ‘PyUnicodeObject’ undeclared (first use in this function)<br>siplib.c:9861: error: expected expression before ‘)’ token<br>make[1]: *** [siplib.o] Error 1<br>make[1]: Leaving directory `/home/dev/python/houdini/sip-4.9.1/siplib&#39;<br>
make: *** [all] Error 2<br><br>is there any flags that I should send to configure.py to generate the right makefile? Plus, may be there are some more steps that I should take care of?<br><br>I really really appreciate any help on this (been trying to compile sip and pyqt for a few number of days to no avail).<br>
<br>TIA.<br><br>best regards,<br>Faizol<br><br><br>