Skip to content

Instantly share code, notes, and snippets.

@dmdavis
Created May 8, 2012 15:19
Show Gist options
  • Save dmdavis/2636204 to your computer and use it in GitHub Desktop.
Save dmdavis/2636204 to your computer and use it in GitHub Desktop.
Homebrew PyQt 4.9.1 make failure (Qt 4.8.1)
$ brew instal -vd pyqt
==> Downloading http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.9.1.tar.gz
Already downloaded: /Users/dale/Library/Caches/Homebrew/pyqt-4.9.1.tar.gz
/usr/bin/tar xf /Users/dale/Library/Caches/Homebrew/pyqt-4.9.1.tar.gz
==> python ./configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.9.1/bin --destdir=/usr/local/Cellar/pyqt/4.9.1/lib/python2.7/site-packages --sipdir=/usr/local/Cellar/pyqt/4.9.1/share/sip
python ./configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.9.1/bin --destdir=/usr/local/Cellar/pyqt/4.9.1/lib/python2.7/site-packages --sipdir=/usr/local/Cellar/pyqt/4.9.1/share/sip
Determining the layout of your Qt installation...
This is the GPL version of PyQt 4.9.1 (licensed under the GNU General Public
License) for Python 2.7.3 on darwin.
Found the license file pyqt-gpl.sip.
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 QtMultimedia module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtDBus module should be built...
Checking to see if the QtDeclarative 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.8.1 free edition is being used.
Qt is built as a framework.
SIP 4.13.2 is being used.
The Qt header files are in /usr/local/Cellar/qt/4.8.1/include.
The shared Qt libraries are in /usr/local/Cellar/qt/4.8.1/lib.
The Qt binaries are in /usr/local/Cellar/qt/4.8.1/bin.
The Qt mkspecs directory is in /usr/local/Cellar/qt/4.8.1.
These PyQt modules will be built: QtCore, QtGui, QtHelp, QtMultimedia,
QtNetwork, QtDeclarative, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg,
QtTest, QtWebKit, QtXml, QtXmlPatterns, phonon, QtDesigner.
The PyQt Python package will be installed in
/usr/local/Cellar/pyqt/4.9.1/lib/python2.7/site-packages.
PyQt is being built with generated docstrings.
PyQt is being built with 'protected' redefined as 'public'.
The Designer plugin will be installed in
/usr/local/Cellar/qt/4.8.1/plugins/designer.
The PyQt .sip files will be installed in
/usr/local/Cellar/pyqt/4.9.1/share/sip.
pyuic4, pyrcc4 and pylupdate4 will be installed in
/usr/local/Cellar/pyqt/4.9.1/bin.
Generating the C++ source for the QtCore module...
Creating the Makefile for the QtCore module...
Generating the C++ source for the QtDeclarative module...
Creating the Makefile for the QtDeclarative 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 QtMultimedia module...
Creating the Makefile for the QtMultimedia module...
Generating the C++ source for the QtNetwork module...
Creating the Makefile for the QtNetwork module...
Determining the OpenGL data types...
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 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 QtOpenGL Makefile...
Creating QPy support library for QtDeclarative 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...
==> make
make
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtOpenGL -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtOpenGL -I. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpyopengl_attribute_array.o qpyopengl_attribute_array.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtOpenGL -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtOpenGL -I. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpyopengl_uniform_value_array.o qpyopengl_uniform_value_array.cpp
rm -f libqpyopengl.a
ar cq libqpyopengl.a qpyopengl_attribute_array.o qpyopengl_uniform_value_array.o
ranlib -s libqpyopengl.a
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpydeclarative_chimera_helpers.o qpydeclarative_chimera_helpers.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpydeclarative_listwrapper.o qpydeclarative_listwrapper.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpydeclarative_post_init.o qpydeclarative_post_init.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpydeclarativelistproperty.o qpydeclarativelistproperty.cpp
/usr/local/Cellar/qt/4.8.1/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -D__APPLE__ -D__GNUC__ qpydeclarative_listwrapper.h -o moc_qpydeclarative_listwrapper.cpp
/usr/local/Cellar/qt/4.8.1/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -D__APPLE__ -D__GNUC__ qpydeclarativepropertyvaluesource.h -o moc_qpydeclarativepropertyvaluesource.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o moc_qpydeclarativepropertyvaluesource.o moc_qpydeclarativepropertyvaluesource.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtDeclarative -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtDeclarative -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o moc_qpydeclarative_listwrapper.o moc_qpydeclarative_listwrapper.cpp
rm -f libqpydeclarative.a
ar cq libqpydeclarative.a qpydeclarative_chimera_helpers.o qpydeclarative_listwrapper.o qpydeclarative_post_init.o qpydeclarativelistproperty.o moc_qpydeclarative_listwrapper.o moc_qpydeclarativepropertyvaluesource.o
ranlib -s libqpydeclarative.a
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_qabstracteventdispatcher.o qpycore_qabstracteventdispatcher.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_chimera.o qpycore_chimera.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_chimera_signature.o qpycore_chimera_signature.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_chimera_storage.o qpycore_chimera_storage.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_classinfo.o qpycore_classinfo.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_init.o qpycore_init.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_misc.o qpycore_misc.cpp
g++ -c -pipe -fno-strict-aliasing -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtCore -I/usr/local/Cellar/qt/4.8.1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.1/include/QtGui -I/usr/local/Cellar/qt/4.8.1/include -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I../../QtCore -I. -I. -F/usr/local/Cellar/qt/4.8.1/lib -o qpycore_post_init.o qpycore_post_init.cpp
qpycore_classinfo.cpp: In function ‘PyObject* qpycore_ClassInfo(const char*, const char*)’:
qpycore_classinfo.cpp:40: error: ‘PyEval_GetFrame’ was not declared in this scope
qpycore_classinfo.cpp:44: error: ‘struct PyFrameObject’ has no member named ‘f_back’
qpycore_classinfo.cpp: In function ‘QList<QPair<QByteArray, QByteArray> > qpycore_get_class_info_list()’:
qpycore_classinfo.cpp:63: error: ‘PyEval_GetFrame’ was not declared in this scope
make[2]: *** [qpycore_classinfo.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all] Error 2
make: *** [all] Error 2
Error: #<BuildError: Failed executing: make >
/usr/local/Library/Homebrew/formula.rb:439:in `system'
/usr/local/Library/Formula/pyqt.rb:21:in `install'
/usr/local/Library/Homebrew/build.rb:88:in `install'
/usr/local/Library/Homebrew/formula.rb:192:in `brew'
/usr/local/Library/Homebrew/formula.rb:519:in `stage'
/usr/local/Library/Homebrew/extend/fileutils.rb:22:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:515:in `stage'
/usr/local/Library/Homebrew/formula.rb:187:in `brew'
/usr/local/Library/Homebrew/build.rb:67:in `install'
/usr/local/Library/Homebrew/build.rb:30
/usr/local/Library/Formula/pyqt.rb:35
==> Rescuing build...
When you exit this shell Homebrew will attempt to finalise the installation.
If nothing is installed or the shell exits with a non-zero error code,
Homebrew will abort. The installation prefix is:
/usr/local/Cellar/pyqt/4.9.1
bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment