<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&#39;<br>make[2]: Entering directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/qpy/QtDesigner&#39;<br>make[2]: Nothing to be done for `first&#39;.<br>make[2]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1
/qpy/QtDesigner&#39;
<br>make[1]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/qpy&#39;<br>make[1]: Entering directory `/home/vash/Downloads/PyQt-x11-gpl-4.3.1/QtCore&#39;<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 &#39;PyObject* func_qQNaN(PyObject*, PyObject*)&#39;:<br>sipQtCorecmodule.cpp:8114: error: &#39;qQNaN&#39; was not declared in this scope<br>sipQtCorecmodule.cpp

: In function &#39;PyObject* func_qSNaN(PyObject*, PyObject*)&#39;:<br>sipQtCorecmodule.cpp:8139: error: &#39;qSNaN&#39; was not declared in this scope<br>sipQtCorecmodule.cpp: In function &#39;PyObject* func_qIsNaN(PyObject*, PyObject*)&#39;:
<br>
sipQtCorecmodule.cpp:8191: error: &#39;qIsNaN&#39; was not declared in this scope<br>sip/QtCore/qobject.sip: In function &#39;void initQtCore()&#39;:<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&#39;<br>make: *** [all] Error 2<br><br>The latest SIP installed correctly so I dont know what&#39;s causing the failure.
<br>