<span class="gmail_quote"><br></span>When attempting to compile the latest PyQT from source, I receive an error on the make operation. <br><br>vash@darktempest:~/Downloads/PyQt-x11-gpl-4.3.1$ make<br>make[1]: Entering directory `/home/vash/Downloads/PyQt-
x11-gpl-4.3.1
/qpy'<br>make[2]: Entering directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/qpy/QtDesigner'<br>make[2]: Nothing to be done for `first'.<br>make[2]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1
/qpy/QtDesigner'
<br>make[1]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/qpy'<br>make[1]: Entering directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/QtCore'<br>g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/X11R6/include -o
sipQtCorecmodule.o sipQtCorecmodule.cpp<br>sipQtCorecmodule.cpp: In function 'PyObject* func_qQNaN(PyObject*, PyObject*)':<br>sipQtCorecmodule.cpp:8114: error: 'qQNaN' was not declared in this scope<br>sipQtCorecmodule.cpp
: In function 'PyObject* func_qSNaN(PyObject*, PyObject*)':<br>sipQtCorecmodule.cpp:8139: error: 'qSNaN' was not declared in this scope<br>sipQtCorecmodule.cpp: In function 'PyObject* func_qIsNaN(PyObject*, PyObject*)':
<br>
sipQtCorecmodule.cpp:8191: error: 'qIsNaN' was not declared in this scope<br>sip/QtCore/qobject.sip: In function 'void initQtCore()':<br>sip/QtCore/qobject.sip:3025: warning: dereferencing type-punned pointer will break strict-aliasing rules
<br>make[1]: *** [sipQtCorecmodule.o] Error 1<br>make[1]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/QtCore'<br>make: *** [all] Error 2<br><br>The latest SIP installed correctly so I dont know what's causing the failure.
<br>