PyQt 4.9.1 builds fine with all the Pythons we currently have in Debian Unstable (2.6/2.7/3.2). PyQt 4.9.2 does fine building with 2.6/2.7, but fails with Python3.2. I've attached the excerpt of the build log relevant to the 3.2 build. I'd appreciate advice on how to troubleshoot this.
Scott K
mkdir -p build-3.2 cd build-3.2 && python3.2 ../configure.py --confirm-license --verbose -q /usr/bin/qmake-qt4 -c -j 10 LIBDIR_QT=/usr/lib STRIP="" MOC=moc-qt4 LIBS_OPENGL="" LIBS_X11="" LIBS_THREAD="" LFLAGS="" CXXFLAGS_RELEASE="-Os" LFLAGS_RELEASE="-Wl,-O1" \ -m /usr/lib/python3.2/config \ -d /usr/lib/python3.2/dist-packages \ --dbus /usr/include/dbus-1.0 \ --no-designer-plugin Determining the layout of your Qt installation... /usr/bin/qmake-qt4 -o qtdirs.mk qtdirs.pro make -f qtdirs.mk make[1]: Entering directory `/home/python-qt4-4.9.2/build-3.2' g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I. -o qtdirs.o qtdirs.cpp g++ -Wl,-O1 -o qtdirs qtdirs.o -L/usr/lib/i386-linux-gnu -lQtCore -lpthread make[1]: Leaving directory `/home/python-qt4-4.9.2/build-3.2' ./qtdirs This is the GPL version of PyQt 4.9.2 (licensed under the GNU General Public License) for Python 3.2.3 on linux2. Found the license file pyqt-gpl.sip. Checking to see if the QtGui module should be built... g++ -DQT_NO_DEBUG -DQT_GUI_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include -pipe -Os -w -D_REENTRANT cfgtest_QtGui.cpp -o cfgtest_QtGui -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtGui Checking to see if the QtHelp module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtHelp -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtHelp.cpp -o cfgtest_QtHelp -L/usr/lib -Wl,-O1 -lQtCore -lQtHelp Checking to see if the QtMultimedia module should be built... g++ -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtMultimedia.cpp -o cfgtest_QtMultimedia -L/usr/lib -Wl,-O1 -lQtMultimedia cfgtest_QtMultimedia.cpp:1:28: fatal error: QAudioDeviceInfo: No such file or directory compilation terminated. Checking to see if the QtNetwork module should be built... g++ -DQT_NO_DEBUG -DQT_NETWORK_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtNetwork.cpp -o cfgtest_QtNetwork -L/usr/lib -Wl,-O1 -lQtNetwork Checking to see if the QtDBus module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtDBus.cpp -o cfgtest_QtDBus -L/usr/lib -Wl,-O1 -lQtDBus Checking to see if the QtDeclarative module should be built... g++ -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtDeclarative.cpp -o cfgtest_QtDeclarative -L/usr/lib -Wl,-O1 -lQtDeclarative Checking to see if the QtOpenGL module should be built... g++ -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_CORE_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/X11R6/include -pipe -Os -w -D_REENTRANT cfgtest_QtOpenGL.cpp -o cfgtest_QtOpenGL -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtOpenGL -lQtCore Checking to see if the QtScript module should be built... g++ -DQT_NO_DEBUG -DQT_SCRIPT_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtScript -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtScript.cpp -o cfgtest_QtScript -L/usr/lib -Wl,-O1 -lQtScript Checking to see if the QtScriptTools module should be built... g++ -DQT_NO_DEBUG -DQT_SCRIPTTOOLS_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtScriptTools.cpp -o cfgtest_QtScriptTools -L/usr/lib -Wl,-O1 -lQtScriptTools Checking to see if the QtSql module should be built... g++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include -pipe -Os -w -D_REENTRANT cfgtest_QtSql.cpp -o cfgtest_QtSql -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtSql -lQtGui Checking to see if the QtSvg module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtSvg -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtSvg.cpp -o cfgtest_QtSvg -L/usr/lib -Wl,-O1 -lQtSvg Checking to see if the QtTest module should be built... g++ -DQT_NO_DEBUG -DQT_TEST_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtTest -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtTest.cpp -o cfgtest_QtTest -L/usr/lib -Wl,-O1 -lQtTest Checking to see if the QtWebKit module should be built... g++ -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_CORE_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtCore -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtWebKit.cpp -o cfgtest_QtWebKit -L/usr/lib -Wl,-O1 -lQtWebKit -lQtCore Checking to see if the QtXml module should be built... g++ -DQT_NO_DEBUG -DQT_XML_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtXml -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtXml.cpp -o cfgtest_QtXml -L/usr/lib -Wl,-O1 -lQtXml Checking to see if the QtXmlPatterns module should be built... g++ -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtXmlPatterns.cpp -o cfgtest_QtXmlPatterns -L/usr/lib -Wl,-O1 -lQtXmlPatterns Checking to see if the phonon module should be built... g++ -DQT_NO_DEBUG -DQT_PHONON_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/phonon -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_phonon.cpp -o cfgtest_phonon -L/usr/lib -Wl,-O1 -lphonon Checking to see if the QtAssistant module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtAssistant -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtNetwork -I/usr/include/qt4 -I/usr/X11R6/include -pipe -Os -w -D_REENTRANT cfgtest_QtAssistant.cpp -o cfgtest_QtAssistant -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtCore -lQtAssistantClient -lQtGui -lQtNetwork Checking to see if the QtDesigner module should be built... g++ -DQT_NO_DEBUG -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtDesigner -I/usr/include/qt4 -pipe -Os -w -D_REENTRANT cfgtest_QtDesigner.cpp -o cfgtest_QtDesigner -L/usr/lib -Wl,-O1 -lQtDesigner Checking to see if the dbus support module should be built... Qt v4.8.2 free edition is being used. SIP 4.13.3 is being used. The Qt header files are in /usr/include/qt4. The shared Qt libraries are in /usr/lib/i386-linux-gnu. The Qt binaries are in /usr/bin. The Qt mkspecs directory is in /usr/share/qt4. These PyQt modules will be built: QtCore, QtGui, QtHelp, QtNetwork, QtDBus, QtDeclarative, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg, QtTest, QtWebKit, QtXml, QtXmlPatterns, phonon, QtAssistant, QtDesigner. The PyQt Python package will be installed in /usr/lib/python3.2/dist-packages. PyQt is being built with generated docstrings. PyQt is being built with 'protected' redefined as 'public'. The dbus support module will be installed in /usr/lib/python3/dist-packages/dbus/mainloop. The PyQt .sip files will be installed in /usr/share/sip/PyQt4. pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/bin. Generating the C++ source for the QtCore module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtCore.api -c /home/python-qt4-4.9.2/build-3.2/QtCore -b QtCore/QtCore.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtCore/QtCoremod.sip Creating the Makefile for the QtCore module... Generating the C++ source for the QtDeclarative module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtDeclarative.api -c /home/python-qt4-4.9.2/build-3.2/QtDeclarative -b QtDeclarative/QtDeclarative.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtDeclarative/QtDeclarativemod.sip Creating the Makefile for the QtDeclarative module... Generating the C++ source for the QtGui module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtGui.api -c /home/python-qt4-4.9.2/build-3.2/QtGui -b QtGui/QtGui.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtGui/QtGuimod.sip Creating the Makefile for the QtGui module... Generating the C++ source for the QtHelp module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtHelp.api -c /home/python-qt4-4.9.2/build-3.2/QtHelp -b QtHelp/QtHelp.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtHelp/QtHelpmod.sip Creating the Makefile for the QtHelp module... Generating the C++ source for the QtNetwork module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtNetwork.api -c /home/python-qt4-4.9.2/build-3.2/QtNetwork -b QtNetwork/QtNetwork.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtNetwork/QtNetworkmod.sip Creating the Makefile for the QtNetwork module... Generating the C++ source for the QtDBus module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtDBus.api -c /home/python-qt4-4.9.2/build-3.2/QtDBus -b QtDBus/QtDBus.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtDBus/QtDBusmod.sip Creating the Makefile for the QtDBus module... Determining the OpenGL data types... g++ -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_CORE_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/X11R6/include -pipe -Os -w -D_REENTRANT opengl_extras.cpp -o opengl_extras -L/usr/lib -L/usr/X11R6/lib -Wl,-O1 -lQtOpenGL -lQtCore ./opengl_extras Generating the C++ source for the QtOpenGL module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtOpenGL.api -c /home/python-qt4-4.9.2/build-3.2/QtOpenGL -b QtOpenGL/QtOpenGL.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtOpenGL/QtOpenGLmod.sip Creating the Makefile for the QtOpenGL module... Generating the C++ source for the QtScript module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtScript.api -c /home/python-qt4-4.9.2/build-3.2/QtScript -b QtScript/QtScript.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtScript/QtScriptmod.sip Creating the Makefile for the QtScript module... Generating the C++ source for the QtScriptTools module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtScriptTools.api -c /home/python-qt4-4.9.2/build-3.2/QtScriptTools -b QtScriptTools/QtScriptTools.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtScriptTools/QtScriptToolsmod.sip Creating the Makefile for the QtScriptTools module... Generating the C++ source for the QtSql module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtSql.api -c /home/python-qt4-4.9.2/build-3.2/QtSql -b QtSql/QtSql.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtSql/QtSqlmod.sip Creating the Makefile for the QtSql module... Generating the C++ source for the QtSvg module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtSvg.api -c /home/python-qt4-4.9.2/build-3.2/QtSvg -b QtSvg/QtSvg.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtSvg/QtSvgmod.sip Creating the Makefile for the QtSvg module... Generating the C++ source for the QtTest module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtTest.api -c /home/python-qt4-4.9.2/build-3.2/QtTest -b QtTest/QtTest.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtTest/QtTestmod.sip Creating the Makefile for the QtTest module... Generating the C++ source for the QtWebKit module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtWebKit.api -c /home/python-qt4-4.9.2/build-3.2/QtWebKit -b QtWebKit/QtWebKit.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtWebKit/QtWebKitmod.sip Creating the Makefile for the QtWebKit module... Generating the C++ source for the QtXml module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtXml.api -c /home/python-qt4-4.9.2/build-3.2/QtXml -b QtXml/QtXml.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtXml/QtXmlmod.sip Creating the Makefile for the QtXml module... Generating the C++ source for the QtXmlPatterns module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtXmlPatterns.api -c /home/python-qt4-4.9.2/build-3.2/QtXmlPatterns -b QtXmlPatterns/QtXmlPatterns.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtXmlPatterns/QtXmlPatternsmod.sip Creating the Makefile for the QtXmlPatterns module... Generating the C++ source for the phonon module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a phonon.api -c /home/python-qt4-4.9.2/build-3.2/phonon -b phonon/phonon.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/phonon/phononmod.sip Creating the Makefile for the phonon module... Generating the C++ source for the QtAssistant module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtAssistant.api -c /home/python-qt4-4.9.2/build-3.2/QtAssistant -b QtAssistant/QtAssistant.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtAssistant/QtAssistantmod.sip Creating the Makefile for the QtAssistant module... Generating the C++ source for the QtDesigner module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -a QtDesigner.api -c /home/python-qt4-4.9.2/build-3.2/QtDesigner -b QtDesigner/QtDesigner.sbf -I /home/python-qt4-4.9.2/sip /home/python-qt4-4.9.2/sip/QtDesigner/QtDesignermod.sip Creating the Makefile for the QtDesigner module... Generating the C++ source for the Qt module... "/usr/bin/sip" -w -o -P -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_0 -g -j 10 -c /home/python-qt4-4.9.2/build-3.2/Qt -b Qt/Qt.sbf -I /home/python-qt4-4.9.2/sip sip/Qt/Qtmod.sip Creating the Makefile for the Qt module... Creating QScintilla API file... Creating top level Makefile... Creating QPy support library for QtGui Makefile... /usr/bin/qmake-qt4 w_qpygui.pro Creating QPy support library for QtDBus Makefile... /usr/bin/qmake-qt4 w_qpydbus.pro Creating QPy support library for QtDeclarative Makefile... /usr/bin/qmake-qt4 w_qpydeclarative.pro Creating QPy support library for QtDesigner Makefile... /usr/bin/qmake-qt4 w_qpydesigner.pro Creating QPy support library for QtCore Makefile... /usr/bin/qmake-qt4 w_qpycore.pro Creating QPy support library for QtOpenGL Makefile... /usr/bin/qmake-qt4 w_qpyopengl.pro Creating QPy support libraries Makefile... Creating dbus support module Makefile... Creating pyuic4 Makefile... Creating pylupdate4 Makefile... Creating pyrcc4 Makefile... Creating pyqtconfig.py... touch build-3.2/configure-stamp dh_testdir /usr/bin/make -C build-3.2 make[1]: Entering directory `/home/python-qt4-4.9.2/build-3.2' make[2]: Entering directory `/home/python-qt4-4.9.2/build-3.2/qpy' make[3]: Entering directory `/home/python-qt4-4.9.2/build-3.2/qpy/QtGui' /usr/bin/moc-qt4 -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/python3.2mu -I../../../qpy/QtGui -I. ../../../qpy/QtGui/qpytextobject.h -o moc_qpytextobject.cpp g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/python3.2mu -I../../../qpy/QtGui -I. -o moc_qpytextobject.o moc_qpytextobject.cpp rm -f libqpygui.a ar cqs libqpygui.a moc_qpytextobject.o make[3]: Leaving directory `/home/python-qt4-4.9.2/build-3.2/qpy/QtGui' make[3]: Entering directory `/home/python-qt4-4.9.2/build-3.2/qpy/QtDBus' g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDBus -I/usr/include/qt4 -I/usr/include/python3.2mu -I../../QtDBus -I../../../qpy/QtDBus -I. -o qpydbus_chimera_helpers.o ../../../qpy/QtDBus/qpydbus_chimera_helpers.cpp In file included from ../../../qpy/QtDBus/qpydbus_chimera_helpers.cpp:26:0: ../../QtDBus/sipAPIQtDBus.h:33:17: fatal error: sip.h: No such file or directory compilation terminated. make[3]: *** [qpydbus_chimera_helpers.o] Error 1 make[3]: Leaving directory `/home/python-qt4-4.9.2/build-3.2/qpy/QtDBus' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/python-qt4-4.9.2/build-3.2/qpy' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/python-qt4-4.9.2/build-3.2' make: *** [build-3.2/build-stamp] Error 2
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt