<div>Hello Phil,</div><div><br></div>I did a test with xubuntu on a virtual machine, and I ran into the exact same error.  I can try on a non-ubuntu/non-debian based environment when I have more time, but I would want to believe that someone else got this version to build.<div>

<br></div><div><br><div>All my files were downloaded from their respective websites:</div><div><br></div><div>Python 2.6.7: <a href="http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tgz">http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tgz</a><br>

Sip 4.13.1: <a href="http://www.riverbankcomputing.com/static/Downloads/sip4/sip-4.13.1.tar.gz">http://www.riverbankcomputing.com/static/Downloads/sip4/sip-4.13.1.tar.gz</a></div><div>Qt 4.8.0: <a href="ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz">ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz</a></div>

<div>PyQt 4.9: <a href="http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.9.tar.gz">http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-4.9.tar.gz</a></div><div><br></div><div>Just for the sake of trying, I re-downloaded everything for both test environments, but that made no difference.  I do not think corruption is an issue.  Any suggestion as to what might be worth trying next?</div>

<div>I got a hold of an older build of PyQt that meets my needs and works with Nuke, but I really would like to be able to build this one properly on my own, for the sake of getting it to work. =)</div><div><br></div><div>

Thanks in advance.</div><div>nico</div><div><br><div class="gmail_quote">On Tue, Dec 27, 2011 at 12:04 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, 27 Dec 2011 11:55:57 +0100, Nico Dufort <<a href="mailto:ndufort@gmail.com">ndufort@gmail.com</a>> wrote:<br>


> Hi Phil,<br>
><br>
> Thanks for the quick answer.  It does return the correct sip (4.13.1),<br>
and<br>
> the output of the configure reported the correct version as well.<br>
><br>
> I just noticed a few errors from the output, but I do not think that<br>
would<br>
> be related to my problem (sorry for the long output).  Anything I should<br>
> worry about, or that I may be missing?<br>
> I am installing Ubuntu on virtualbox to see if it's my environment.<br>
><br>
> Thanks. nico.<br>
><br>
> nico@slimline:~/Downloads/py4nk/PyQt-x11-gpl-4.9$<br>
> /opt/python-2.6.7/bin/python2.6 ./configure.py -q<br>
> /usr/local/Trolltech/Qt-4.8.0/bin/qmake -w<br>
> Determining the layout of your Qt installation...<br>
> /usr/local/Trolltech/Qt-4.8.0/bin/qmake -o <a href="http://qtdirs.mk" target="_blank">qtdirs.mk</a> <a href="http://qtdirs.pro" target="_blank">qtdirs.pro</a><br>
> make -f <a href="http://qtdirs.mk" target="_blank">qtdirs.mk</a><br>
> g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB<br>
> -DQT_SHARED -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/linux-g++-64 -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtCore<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -I. -o qtdirs.o qtdirs.cpp<br>
> g++ -m64 -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -o qtdirs<br>
> qtdirs.o    -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread<br>
> ./qtdirs<br>
> This is the GPL version of PyQt 4.9 (licensed under the GNU General<br>
Public<br>
> License) for Python 2.6.7 on linux3.<br>
><br>
> Type '2' to view the GPL v2 license.<br>
> Type '3' to view the GPL v3 license.<br>
> Type 'yes' to accept the terms of the license.<br>
> Type 'no' to decline the terms of the license.<br>
><br>
> Do you accept the terms of the license? yes<br>
> Found the license file pyqt-gpl.sip.<br>
> Checking to see if the QtGui module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_GUI_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtGui<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -I/usr/X11R6/include -m64 -pipe<br>
-O2<br>
> -w -D_REENTRANT cfgtest_QtGui.cpp -o cfgtest_QtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64 -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lXext -lX11 -lm -lpthread<br>
> Checking to see if the QtHelp module should be built...<br>
> g++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtHelp<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtHelp.cpp -o cfgtest_QtHelp -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtHelp<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtSql<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtGui -L/usr/X11R6/lib64<br>
-lQtNetwork<br>
> -lQtCore -lpthread -lpthread<br>
> Checking to see if the QtMultimedia module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtMultimedia<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtMultimedia.cpp -o cfgtest_QtMultimedia<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtMultimedia<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64 -lQtCore<br>
-lpthread<br>
> -lpthread<br>
> Checking to see if the QtNetwork module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_NETWORK_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtNetwork<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtNetwork.cpp -o cfgtest_QtNetwork<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtNetwork<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lpthread<br>
> Checking to see if the QtDBus module should be built...<br>
> g++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtDBus<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtDBus.cpp -o cfgtest_QtDBus -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtDBus -lpthread<br>
> cfgtest_QtDBus.cpp:1:29: fatal error: qdbusconnection.h: No such file or<br>
> directory<br>
> compilation terminated.<br>
> Checking to see if the QtDeclarative module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtDeclarative<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtDeclarative.cpp -o cfgtest_QtDeclarative<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtDeclarative<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtScript<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtSvg -L/usr/X11R6/lib64 -lQtSql<br>
> -lQtXmlPatterns -lQtGui -lQtNetwork -lQtCore -lpthread -lpthread<br>
> Checking to see if the QtOpenGL module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_CORE_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtOpenGL<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtCore<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -I/usr/X11R6/include -m64 -pipe<br>
-O2<br>
> -w -D_REENTRANT cfgtest_QtOpenGL.cpp -o cfgtest_QtOpenGL<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtOpenGL -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lGL -lXext -lX11 -lm<br>
> -lpthread<br>
> cfgtest_QtOpenGL.cpp:1:17: fatal error: qgl.h: No such file or directory<br>
> compilation terminated.<br>
> Checking to see if the QtScript module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_SCRIPT_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtScript<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtScript.cpp -o cfgtest_QtScript<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtScript<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lpthread<br>
> Checking to see if the QtScriptTools module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_SCRIPTTOOLS_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtScriptTools<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtScriptTools.cpp -o cfgtest_QtScriptTools<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtScriptTools<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtScript<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtGui -L/usr/X11R6/lib64 -lQtCore<br>
> -lpthread -lpthread<br>
> Checking to see if the QtSql module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_SQL_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtSql<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtGui<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -I/usr/X11R6/include -m64 -pipe<br>
-O2<br>
> -w -D_REENTRANT cfgtest_QtSql.cpp -o cfgtest_QtSql<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtSql<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lQtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64 -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lXext -lX11 -lm -lpthread<br>
> Checking to see if the QtSvg module should be built...<br>
> g++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtSvg<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtSvg.cpp -o cfgtest_QtSvg -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtSvg<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64 -lQtCore<br>
-lpthread<br>
> -lpthread<br>
> Checking to see if the QtTest module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_TEST_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtTest<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtTest.cpp -o cfgtest_QtTest -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtTest<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lpthread<br>
> Checking to see if the QtWebKit module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_CORE_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtWebKit<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtCore<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtWebKit.cpp -o cfgtest_QtWebKit<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtWebKit -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lpthread<br>
> Checking to see if the QtXml module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_XML_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtXml<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtXml.cpp -o cfgtest_QtXml -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtXml<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lpthread<br>
> Checking to see if the QtXmlPatterns module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtXmlPatterns<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtXmlPatterns.cpp -o cfgtest_QtXmlPatterns<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtXmlPatterns<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtNetwork<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore -lpthread -lpthread<br>
> Checking to see if the phonon module should be built...<br>
> g++ -DQT_NO_DEBUG -DQT_PHONON_LIB -I.<br>
> -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/phonon<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_phonon.cpp -o cfgtest_phonon -L/usr/local/Trolltech/Qt-4.8.0/lib<br>
>  -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lphonon -lpthread<br>
> cfgtest_phonon.cpp:1:32: fatal error: phonon/videowidget.h: No such file<br>
or<br>
> directory<br>
> compilation terminated.<br>
> Checking to see if the QtAssistant module should be built...<br>
> g++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtAssistant<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtGui<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtNetwork<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -I/usr/X11R6/include -m64 -pipe<br>
-O2<br>
> -w -D_REENTRANT cfgtest_QtAssistant.cpp -o cfgtest_QtAssistant<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtAssistantClient -lQtGui<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -L/usr/X11R6/lib64 -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lQtNetwork<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lQtCore<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib -lpthread -lXext -lX11 -lm -lpthread<br>
> cfgtest_QtAssistant.cpp:1:30: fatal error: qassistantclient.h: No such<br>
file<br>
> or directory<br>
> compilation terminated.<br>
> Checking to see if the QtDesigner module should be built...<br>
> g++ -DQT_NO_DEBUG -I. -I/usr/local/Trolltech/Qt-4.8.0/mkspecs/default<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include/QtDesigner<br>
> -I/usr/local/Trolltech/Qt-4.8.0/include -m64 -pipe -O2 -w -D_REENTRANT<br>
> cfgtest_QtDesigner.cpp -o cfgtest_QtDesigner<br>
> -L/usr/local/Trolltech/Qt-4.8.0/lib  -Wl,-O1<br>
> -Wl,-rpath,/usr/local/Trolltech/Qt-4.8.0/lib -lQtDesigner -lpthread<br>
> Checking to see if the dbus support module should be built...<br>
> DBus v1 does not seem to be installed.<br>
> Qt v4.8.0 free edition is being used.<br>
> SIP 4.13.1 is being used.<br>
> The Qt header files are in /usr/local/Trolltech/Qt-4.8.0/include.<br>
> The shared Qt libraries are in /usr/local/Trolltech/Qt-4.8.0/lib.<br>
> The Qt binaries are in /usr/local/Trolltech/Qt-4.8.0/bin.<br>
> The Qt mkspecs directory is in /usr/local/Trolltech/Qt-4.8.0.<br>
> These PyQt modules will be built: QtCore, QtGui, QtHelp, QtMultimedia,<br>
> QtNetwork, QtDeclarative, QtScript, QtScriptTools, QtSql, QtSvg, QtTest,<br>
> QtWebKit, QtXml, QtXmlPatterns, QtDesigner.<br>
> The PyQt Python package will be installed in<br>
> /opt/python-2.6.7/lib/python2.6/site-packages.<br>
> PyQt is being built with generated docstrings.<br>
> PyQt is being built with 'protected' redefined as 'public'.<br>
> The Designer plugin will be installed in<br>
> /usr/local/Trolltech/Qt-4.8.0/plugins/designer.<br>
> The PyQt .sip files will be installed in<br>
/opt/python-2.6.7/share/sip/PyQt4.<br>
> pyuic4, pyrcc4 and pylupdate4 will be installed in<br>
/opt/python-2.6.7/bin.<br>
> Generating the C++ source for the QtCore module...<br>
> "/opt/python-2.6.7/bin/sip" -w -o -P -x VendorID -t WS_X11 -x<br>
PyQt_OpenSSL<br>
> -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -x Py_v3 -g -a QtCore.api -c<br>
> /home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/QtCore -b QtCore/QtCore.sbf<br>
-I<br>
> /home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/sip<br>
> /home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/sip/QtCore/QtCoremod.sip<br>
> Creating the Makefile for the QtCore module...<br>
> Generating the C++ source for the QtDeclarative module...<br>
> "/opt/python-2.6.7/bin/sip" -w -o -P -x VendorID -t WS_X11 -x<br>
PyQt_OpenSSL<br>
> -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -x Py_v3 -g -a QtDeclarative.api -c<br>
> /home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/QtDeclarative -b<br>
> QtDeclarative/QtDeclarative.sbf -I<br>
> /home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/sip<br>
><br>
/home/nico/Downloads/py4nk/PyQt-x11-gpl-4.9/sip/QtDeclarative/QtDeclarativemod.sip<br>
> sip: __or__() unsupported function return type - provide %MethodCode and<br>
a<br>
> C++ signature<br>
> Error: Unable to create the C++ code.<br>
<br>
</div></div>QtDeclarativemod.sip doesn't contain any C++ declarations. Is it<br>
corrupted?<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>"Attention, attention. Here and now, boys," the mynah repeated. "Here and now, boys."<br>
</div></div>