[PyQt] Installing PYQT on MAC 10.6.2

Dezon Finch dkfinch at gmail.com
Sun Mar 7 16:58:18 GMT 2010


PYQT Newbie here,

I am having difficulty installing pyqt on my Macbook pro with OS 10.6.2,
using python 2.6.

I have downloaded and install three different versions of qt, two different
versions of sip and three different versions of pyqt and I keep getting the
same error when I attempt to install pyqt.  I saw some earlier posts on this
and tried using the options mentioned as well as taking the defaults, all to
no avail.  Can anyone suggest what I may be doing wrong?

Here is the output from my make install for PYQT:

Checking to see if the QtGui module should be built...
Checking to see if the QtHelp module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtOpenGL module should be built...
Checking to see if the QtScript module should be built...
Checking to see if the QtScriptTools module should be built...
Checking to see if the QtSql module should be built...
Checking to see if the QtSvg module should be built...
Checking to see if the QtTest module should be built...
Checking to see if the QtWebKit module should be built...
Checking to see if the QtXml module should be built...
Checking to see if the QtXmlPatterns module should be built...
Checking to see if the phonon module should be built...
Checking to see if the QtAssistant module should be built...
Checking to see if the QtDesigner module should be built...
Qt v4.6.2 free edition is being used.
Qt is built as a framework.
SIP 4.8.2 is being used.
The Qt header files are in /usr/include.
The shared Qt libraries are in /Library/Frameworks.
The Qt binaries are in /Developer/Tools/Qt.
The Qt mkspecs directory is in /usr/local/Qt4.6.
These PyQt modules will be built: QtCore, QtGui, QtHelp, QtNetwork,
QtOpenGL,
QtScript, QtScriptTools, QtSql, QtSvg, QtTest, QtWebKit, QtXml,
QtXmlPatterns,
phonon, QtAssistant, QtDesigner.
The PyQt Python package will be installed in
/Library/Python/2.6/site-packages.
The Designer plugin will be installed in
/Developer/Applications/Qt/plugins/designer.
The PyQt .sip files will be installed in
/Library/Frameworks/Python.framework/Versions/2.6/share/sip/PyQt4.
pyuic4, pyrcc4 and pylupdate4 will be installed in /usr/local/bin.
Generating the C++ source for the QtCore module...
Creating the Makefile for the QtCore module...
Generating the C++ source for the QtGui module...
Creating the Makefile for the QtGui module...
Generating the C++ source for the QtHelp module...
Creating the Makefile for the QtHelp module...
Generating the C++ source for the QtNetwork module...
Creating the Makefile for the QtNetwork module...
Generating the C++ source for the QtOpenGL module...
Creating the Makefile for the QtOpenGL module...
Generating the C++ source for the QtScript module...
Creating the Makefile for the QtScript module...
Generating the C++ source for the QtScriptTools module...
Creating the Makefile for the QtScriptTools module...
Generating the C++ source for the QtSql module...
Creating the Makefile for the QtSql module...
Generating the C++ source for the QtSvg module...
Creating the Makefile for the QtSvg module...
Generating the C++ source for the QtTest module...
Creating the Makefile for the QtTest module...
Generating the C++ source for the QtWebKit module...
Creating the Makefile for the QtWebKit module...
Generating the C++ source for the QtXml module...
Creating the Makefile for the QtXml module...
Generating the C++ source for the QtXmlPatterns module...
Creating the Makefile for the QtXmlPatterns module...
Generating the C++ source for the phonon module...
Creating the Makefile for the phonon module...
Generating the C++ source for the QtAssistant module...
Creating the Makefile for the QtAssistant module...
Generating the C++ source for the QtDesigner module...
Creating the Makefile for the QtDesigner module...
Generating the C++ source for the Qt module...
Creating the Makefile for the Qt module...
Creating QScintilla API file...
Creating top level Makefile...
Creating QPy support library for QtCore Makefile...
Creating QPy support library for QtGui Makefile...
Creating QPy support library for QtDesigner Makefile...
Creating QPy support libraries Makefile...
Creating pyuic4 wrapper...
Creating pyuic4 Makefile...
Creating pylupdate4 Makefile...
Creating pyrcc4 Makefile...
Creating Qt Designer plugin Makefile...
Creating pyqtconfig.py...
Monk:pyqt-mac-gpl-4.5 dezon$ make
make[2]: Nothing to be done for `first'.
make[2]: Nothing to be done for `first'.
make[2]: Nothing to be done for `first'.
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCorecmodule.o sipQtCorecmodule.cpp
sipQtCorecmodule.cpp: In function ‘PyObject* func_qFatal(PyObject*,
PyObject*)’:
sipQtCorecmodule.cpp:6779: warning: format not a string literal and no
format arguments
sipQtCorecmodule.cpp: In function ‘PyObject* func_qCritical(PyObject*,
PyObject*)’:
sipQtCorecmodule.cpp:6805: warning: format not a string literal and no
format arguments
sipQtCorecmodule.cpp: In function ‘PyObject* func_qWarning(PyObject*,
PyObject*)’:
sipQtCorecmodule.cpp:6831: warning: format not a string literal and no
format arguments
sipQtCorecmodule.cpp: In function ‘PyObject* func_qDebug(PyObject*,
PyObject*)’:
sipQtCorecmodule.cpp:6857: warning: format not a string literal and no
format arguments
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQMap.o sipQtCoreQMap.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQHash.o sipQtCoreQHash.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamWriter.o
sipQtCoreQXmlStreamWriter.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamReader.o
sipQtCoreQXmlStreamReader.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamEntityResolver.o
sipQtCoreQXmlStreamEntityResolver.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamEntityDeclaration.o
sipQtCoreQXmlStreamEntityDeclaration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamNotationDeclaration.o
sipQtCoreQXmlStreamNotationDeclaration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamNamespaceDeclaration.o
sipQtCoreQXmlStreamNamespaceDeclaration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamAttributes.o
sipQtCoreQXmlStreamAttributes.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQXmlStreamAttribute.o
sipQtCoreQXmlStreamAttribute.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQWaitCondition.o
sipQtCoreQWaitCondition.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQVector.o sipQtCoreQVector.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQVariant.o sipQtCoreQVariant.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQUuid.o sipQtCoreQUuid.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQUrlFormattingOptions.o
sipQtCoreQUrlFormattingOptions.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQUrl.o sipQtCoreQUrl.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTranslator.o sipQtCoreQTranslator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTimer.o sipQtCoreQTimer.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTimeLine.o sipQtCoreQTimeLine.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQThreadPool.o sipQtCoreQThreadPool.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQThread.o sipQtCoreQThread.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextStreamManipulator.o
sipQtCoreQTextStreamManipulator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextStreamNumberFlags.o
sipQtCoreQTextStreamNumberFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextStream.o sipQtCoreQTextStream.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextDecoder.o sipQtCoreQTextDecoder.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextEncoder.o sipQtCoreQTextEncoder.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextCodecConverterState.o
sipQtCoreQTextCodecConverterState.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextCodecConversionFlags.o
sipQtCoreQTextCodecConversionFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextCodec.o sipQtCoreQTextCodec.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextBoundaryFinderBoundaryReasons.o
sipQtCoreQTextBoundaryFinderBoundaryReasons.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTextBoundaryFinder.o
sipQtCoreQTextBoundaryFinder.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQTemporaryFile.o
sipQtCoreQTemporaryFile.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSystemSemaphore.o
sipQtCoreQSystemSemaphore.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQStringMatcher.o
sipQtCoreQStringMatcher.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQStringList.o sipQtCoreQStringList.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQStringRef.o sipQtCoreQStringRef.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQLatin1String.o sipQtCoreQLatin1String.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQStringSectionFlags.o
sipQtCoreQStringSectionFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQString.o sipQtCoreQString.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSocketNotifier.o
sipQtCoreQSocketNotifier.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSizeF.o sipQtCoreQSizeF.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSize.o sipQtCoreQSize.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSignalMapper.o sipQtCoreQSignalMapper.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSharedMemory.o sipQtCoreQSharedMemory.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSettings.o sipQtCoreQSettings.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQSemaphore.o sipQtCoreQSemaphore.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQRunnable.o sipQtCoreQRunnable.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -I.
-I/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6
-I/mkspecs/macx-g++ -I/Library/Frameworks/QtCore.framework/Headers
-I/usr/include -F/Users/dezon/Desktop/QT/PyQt-mac-gpl-4.5/qpy/QtCore
-F/Library/Frameworks -o sipQtCoreQResource.o sipQtCoreQResource.cpp
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h: In copy
constructor ‘QResource::QResource(const QResource&)’:
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:170: error:
‘QScopedPointer<T, Cleanup>::QScopedPointer(const QScopedPointer<T,
Cleanup>&) [with T = QResourcePrivate, Cleanup =
QScopedPointerDeleter<QResourcePrivate>]’ is private
/Library/Frameworks/QtCore.framework/Headers/qresource.h:59: error: within
this context
sipQtCoreQResource.cpp: In constructor ‘sipQResource::sipQResource(const
QResource&)’:
sipQtCoreQResource.cpp:83: note: synthesized method
‘QResource::QResource(const QResource&)’ first required here
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h: In static
member function ‘static void QScopedPointerDeleter<T>::cleanup(T*) [with T =
QResourcePrivate]’:
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:100:
instantiated from ‘QScopedPointer<T, Cleanup>::~QScopedPointer() [with T =
QResourcePrivate, Cleanup = QScopedPointerDeleter<QResourcePrivate>]’
/Library/Frameworks/QtCore.framework/Headers/qresource.h:59:   instantiated
from here
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:59: error:
invalid application of ‘sizeof’ to incomplete type ‘QResourcePrivate’
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:59: error:
creating array with negative size (‘-0x00000000000000001’)
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:60: error:
invalid application of ‘sizeof’ to incomplete type ‘QResourcePrivate’
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:60: error:
creating array with negative size (‘-0x00000000000000001’)
/Library/Frameworks/QtCore.framework/Headers/qscopedpointer.h:62: note:
neither the destructor nor the class-specific operator delete will be
called, even if they are declared when the class is defined.
make[1]: *** [sipQtCoreQResource.o] Error 1
make: *** [all] Error 2

Thank you
Dezon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100307/5a41f3d5/attachment-0001.html>


More information about the PyQt mailing list