Skip to content

Instantly share code, notes, and snippets.

@thomas-mangin
Created February 23, 2012 00:47
Show Gist options
  • Save thomas-mangin/1888793 to your computer and use it in GitHub Desktop.
Save thomas-mangin/1888793 to your computer and use it in GitHub Desktop.
pyqt issue
This file has been truncated, but you can view the full file.
thomas on ptr-20 at 12:27:33 in ~
»› brew install pyqt
==> Downloading http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.9.1.tar.gz
File already downloaded in /Users/thomas/Library/Caches/Homebrew
==> python ./configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.9.1/bin --destdir=/usr/local/Cellar/pyq
==> 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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpyopengl_uniform_value_array.o qpyopengl_uniform_value_array.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpyopengl_attribute_array.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpyopengl_uniform_value_array.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpydeclarative_listwrapper.o qpydeclarative_listwrapper.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from ../../QtDeclarative/sipAPIQtDeclarative.h:33,
from qpydeclarative_listwrapper.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from ../../QtDeclarative/sipAPIQtDeclarative.h:33,
from qpydeclarative_chimera_helpers.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpydeclarativelistproperty.o qpydeclarativelistproperty.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpydeclarative_post_init.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -D__APPLE__ -D__GNUC__ qpydeclarative_listwrapper.h -o moc_qpydeclarative_listwrapper.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o moc_qpydeclarative_listwrapper.o moc_qpydeclarative_listwrapper.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpydeclarative_listwrapper.h:30,
from moc_qpydeclarative_listwrapper.cpp:10:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o moc_qpydeclarativepropertyvaluesource.o moc_qpydeclarativepropertyvaluesource.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from ../../QtDeclarative/sipAPIQtDeclarative.h:33,
from qpydeclarativelistproperty.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_chimera.o qpycore_chimera.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qabstracteventdispatcher.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_chimera.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_chimera_signature.o qpycore_chimera_signature.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_chimera_signature.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_classinfo.o qpycore_classinfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_chimera_storage.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_classinfo.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_misc.o qpycore_misc.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_init.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_misc.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_post_init.o qpycore_post_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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtboundsignal.o qpycore_pyqtboundsignal.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_post_init.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtboundsignal.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtconfigure.o qpycore_pyqtconfigure.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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtmethodproxy.o qpycore_pyqtmethodproxy.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtconfigure.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtmethodproxy.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtproperty.o qpycore_pyqtproperty.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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtproxy.o qpycore_pyqtproxy.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtproperty.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtproxy.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtpyobject.o qpycore_pyqtpyobject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtpyobject.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtsignal.o qpycore_pyqtsignal.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtsignal.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_pyqtslot.o qpycore_pyqtslot.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtslot.cpp:27:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qmetaobject.o qpycore_qmetaobject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qmetaobject.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qmetaobject_helpers.o qpycore_qmetaobject_helpers.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qmetaobject_helpers.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qobject_getattr.o qpycore_qobject_getattr.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qobject_getattr.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qobject_helpers.o qpycore_qobject_helpers.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qobject_helpers.cpp:28:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qpynullvariant.o qpycore_qpynullvariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qpynullvariant.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qstring.o qpycore_qstring.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qstring.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qstringlist.o qpycore_qstringlist.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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_sip_helpers.o qpycore_sip_helpers.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qstringlist.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_sip_helpers.cpp:28:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_types.o qpycore_types.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_types.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qvariant.o qpycore_qvariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qvariant.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o qpycore_qvariant_value.o qpycore_qvariant_value.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -D__APPLE__ -D__GNUC__ qpycore_pyqtproxy.h -o moc_qpycore_pyqtproxy.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_qvariant_value.cpp:26:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/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.0/lib -o moc_qpycore_pyqtproxy.o moc_qpycore_pyqtproxy.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from qpycore_pyqtproxy.h:30,
from moc_qpycore_pyqtproxy.cpp:10:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
rm -f libqpycore.a
ar cq libqpycore.a qpycore_qabstracteventdispatcher.o qpycore_chimera.o qpycore_chimera_signature.o qpycore_chimera_storage.o qpycore_classinfo.o qpycore_init.o qpycore_misc.o qpycore_post_init.o qpycore_pyqtboundsignal.o qpycore_pyqtconfigure.o qpycore_pyqtmethodproxy.o qpycore_pyqtproperty.o qpycore_pyqtproxy.o qpycore_pyqtpyobject.o qpycore_pyqtsignal.o qpycore_pyqtslot.o qpycore_qmetaobject.o qpycore_qmetaobject_helpers.o qpycore_qobject_getattr.o qpycore_qobject_helpers.o qpycore_qpynullvariant.o qpycore_qstring.o qpycore_qstringlist.o qpycore_sip_helpers.o qpycore_types.o qpycore_qvariant.o qpycore_qvariant_value.o moc_qpycore_pyqtproxy.o
ranlib -s libqpycore.a
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpytextobject.h -o moc_qpytextobject.cpp
g++ -c -pipe -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.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpytextobject.o moc_qpytextobject.cpp
rm -f libqpygui.a
ar cq libqpygui.a moc_qpytextobject.o
ranlib -s libqpygui.a
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignercontainerextension.h -o moc_qpydesignercontainerextension.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignercustomwidgetcollectionplugin.h -o moc_qpydesignercustomwidgetcollectionplugin.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignercustomwidgetplugin.h -o moc_qpydesignercustomwidgetplugin.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignermembersheetextension.h -o moc_qpydesignermembersheetextension.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignerpropertysheetextension.h -o moc_qpydesignerpropertysheetextension.cpp
/usr/local/Cellar/qt/4.8.0/bin/moc -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -D__APPLE__ -D__GNUC__ qpydesignertaskmenuextension.h -o moc_qpydesignertaskmenuextension.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignercontainerextension.o moc_qpydesignercontainerextension.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignercustomwidgetcollectionplugin.o moc_qpydesignercustomwidgetcollectionplugin.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignercustomwidgetplugin.o moc_qpydesignercustomwidgetplugin.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignermembersheetextension.o moc_qpydesignermembersheetextension.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignerpropertysheetextension.o moc_qpydesignerpropertysheetextension.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -fPIC -Wall -W -fPIC -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_SCRIPT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_SHARED -I/usr/local/Cellar/qt/4.8.0/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtDesigner.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I. -I. -F/usr/local/Cellar/qt/4.8.0/lib -o moc_qpydesignertaskmenuextension.o moc_qpydesignertaskmenuextension.cpp
rm -f libqpydesigner.a
ar cq libqpydesigner.a moc_qpydesignercontainerextension.o moc_qpydesignercustomwidgetcollectionplugin.o moc_qpydesignercustomwidgetplugin.o moc_qpydesignermembersheetextension.o moc_qpydesignerpropertysheetextension.o moc_qpydesignertaskmenuextension.o
ranlib -s libqpydesigner.a
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCorecmodule.o sipQtCorecmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0600QPair0100QByteArray0100QByteArray.o sipQtCoreQList0600QPair0100QByteArray0100QByteArray.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0600QPair0100QByteArray0100QByteArray.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCorecmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQList0600QPair0100QString0100QString.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0600QPair0100QString0100QString.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSet0101QAbstractState.o sipQtCoreQSet0101QAbstractState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSet0101QAbstractState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0101QAbstractTransition.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QUrl.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0101QAbstractTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QUrl.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QLocale.o sipQtCoreQList0100QLocale.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList0100QtDayOfWeek.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QLocale.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QtDayOfWeek.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractAnimation.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0101QAbstractState.o sipQtCoreQList0101QAbstractState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0101QAbstractAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0101QAbstractState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQHash18000100QByteArray.o sipQtCoreQHash18000100QByteArray.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMap18000100QVariant.o sipQtCoreQMap18000100QVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQHash18000100QByteArray.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMap18000100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QByteArray.o sipQtCoreQList0100QByteArray.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QByteArray.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector0100QXmlStreamNotationDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector0100QXmlStreamEntityDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMap0100QString0100QVariant.o sipQtCoreQMap0100QString0100QVariant.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QVariant.o sipQtCoreQList0100QVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMap0100QString0100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQHash0100QString0100QVariant.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQHash0100QString0100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector0600QPair24000100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0101QObject.o sipQtCoreQList0101QObject.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QModelIndex.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0101QObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QModelIndex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QFileInfo.o sipQtCoreQList0100QFileInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPyNullVariant_5.o sipQtCoreQPyNullVariant_5.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QFileInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPyNullVariant_5.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamWriter.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamReader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamWriter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamReader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityResolver.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamEntityDeclaration.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamEntityResolver.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamEntityDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamNotationDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamNamespaceDeclaration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttributes.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQXmlStreamAttribute.o sipQtCoreQXmlStreamAttribute.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamAttributes.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQXmlStreamAttribute.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQWaitCondition.o sipQtCoreQWaitCondition.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector2400.o sipQtCoreQVector2400.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQWaitCondition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector2400.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVector1900.o sipQtCoreQVector1900.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVector1900.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QVariantType.o sipQtCoreQList0100QVariantType.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QVariantType.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVariant_5.o sipQtCoreQVariant_5.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVariant_4.o sipQtCoreQVariant_4.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVariant_5.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVariant_4.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQUuid.o sipQtCoreQUuid.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQUuid.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrlFormattingOptions.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQUrl.o sipQtCoreQUrl.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQUrlFormattingOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQUrl.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTranslator.o sipQtCoreQTranslator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTranslator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTimer.o sipQtCoreQTimer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTimer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTimeLine.o sipQtCoreQTimeLine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTimeLine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQThreadPool.o sipQtCoreQThreadPool.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQThreadPool.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQThread.o sipQtCoreQThread.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQThread.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamManipulator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextStreamManipulator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStreamNumberFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextStream.o sipQtCoreQTextStream.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextStreamNumberFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextStream.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextDecoder.o sipQtCoreQTextDecoder.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextDecoder.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextEncoder.o sipQtCoreQTextEncoder.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextEncoder.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConverterState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextCodecConverterState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodecConversionFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextCodecConversionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextCodec.o sipQtCoreQTextCodec.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextCodec.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinderBoundaryReasons.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextBoundaryFinderBoundaryReasons.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTextBoundaryFinder.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTextBoundaryFinder.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTemporaryFile.o sipQtCoreQTemporaryFile.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTemporaryFile.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSystemSemaphore.o sipQtCoreQSystemSemaphore.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSystemSemaphore.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringMatcher_0.o sipQtCoreQStringMatcher_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringMatcher_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringList_0.o sipQtCoreQStringList_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringList_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringList_1.o sipQtCoreQStringList_1.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringList_1.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringRef_0.o sipQtCoreQStringRef_0.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringRef_1.o sipQtCoreQStringRef_1.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringRef_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringRef_1.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLatin1String_0.o sipQtCoreQLatin1String_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLatin1String_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStringSectionFlags_0.o sipQtCoreQStringSectionFlags_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStringSectionFlags_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQString_0.o sipQtCoreQString_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQString_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQString_1.o sipQtCoreQString_1.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQString_1.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineWrappedEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStateMachineWrappedEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachineSignalEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQStateMachine.o sipQtCoreQStateMachine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStateMachineSignalEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQStateMachine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQState.o sipQtCoreQState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSocketNotifier.o sipQtCoreQSocketNotifier.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSocketNotifier.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSizeF.o sipQtCoreQSizeF.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSize.o sipQtCoreQSize.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSizeF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSize.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSignalTransition.o sipQtCoreQSignalTransition.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSignalMapper.o sipQtCoreQSignalMapper.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSignalTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSignalMapper.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSharedMemory.o sipQtCoreQSharedMemory.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSettings.o sipQtCoreQSettings.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSharedMemory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSettings.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSet1900.o sipQtCoreQSet1900.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSet1900.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSet1800.o sipQtCoreQSet1800.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSet1800.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSequentialAnimationGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSequentialAnimationGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSemaphore.o sipQtCoreQSemaphore.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSemaphore.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQRunnable.o sipQtCoreQRunnable.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQResource.o sipQtCoreQResource.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQRunnable.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQResource.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQRegExp.o sipQtCoreQRegExp.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQRegExp.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQRectF.o sipQtCoreQRectF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQRectF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQRect.o sipQtCoreQRect.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQRect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQWriteLocker.o sipQtCoreQWriteLocker.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQWriteLocker.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQReadLocker.o sipQtCoreQReadLocker.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQReadLocker.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQReadWriteLock.o sipQtCoreQReadWriteLock.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQReadWriteLock.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQProcessEnvironment.o sipQtCoreQProcessEnvironment.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQProcessEnvironment.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQProcess.o sipQtCoreQProcess.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQProcess.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPointF.o sipQtCoreQPointF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPointF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPoint.o sipQtCoreQPoint.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPluginLoader.o sipQtCoreQPluginLoader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPoint.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPluginLoader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPropertyAnimation.o sipQtCoreQPropertyAnimation.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQVariantAnimation.o sipQtCoreQVariantAnimation.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPropertyAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQVariantAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPauseAnimation.o sipQtCoreQPauseAnimation.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQParallelAnimationGroup.o sipQtCoreQParallelAnimationGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPauseAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQParallelAnimationGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPair19001900.o sipQtCoreQPair19001900.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPair18001800.o sipQtCoreQPair18001800.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPair19001900.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPair18001800.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericReturnArgument.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQGenericArgument.o sipQtCoreQGenericArgument.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQGenericReturnArgument.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQGenericArgument.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaObject.o sipQtCoreQMetaObject.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQObjectCleanupHandler.o sipQtCoreQObjectCleanupHandler.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQObjectCleanupHandler.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQWidget.o sipQtCoreQWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMutexLocker.o sipQtCoreQMutexLocker.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMutexLocker.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMutex.o sipQtCoreQMutex.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMimeData.o sipQtCoreQMimeData.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMutex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMimeData.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaType.o sipQtCoreQMetaType.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaType.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaClassInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaClassInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaProperty.o sipQtCoreQMetaProperty.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaProperty.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaEnum.o sipQtCoreQMetaEnum.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaEnum.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMetaMethod.o sipQtCoreQMetaMethod.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQMargins.o sipQtCoreQMargins.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMetaMethod.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQMargins.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0100QLocaleCountry.o sipQtCoreQList0100QLocaleCountry.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSystemLocale.o sipQtCoreQSystemLocale.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0100QLocaleCountry.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSystemLocale.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocaleNumberOptions.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLocale.o sipQtCoreQLocale.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLocaleNumberOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLocale.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibraryLoadHints.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLibraryLoadHints.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLibrary.o sipQtCoreQLibrary.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLibrary.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList2400.o sipQtCoreQList2400.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList2400.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList1900.o sipQtCoreQList1900.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList1800.o sipQtCoreQList1800.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList1900.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList1800.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0600QPair24002400.o sipQtCoreQList0600QPair24002400.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQList0600QPair18001800.o sipQtCoreQList0600QPair18001800.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0600QPair24002400.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQList0600QPair18001800.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLineF.o sipQtCoreQLineF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLineF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLine.o sipQtCoreQLine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLibraryInfo.o sipQtCoreQLibraryInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQIODeviceOpenMode.o sipQtCoreQIODeviceOpenMode.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLibraryInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQIODeviceOpenMode.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQHistoryState.o sipQtCoreQHistoryState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQHistoryState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFSFileEngine.o sipQtCoreQFSFileEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFSFileEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFinalState.o sipQtCoreQFinalState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFinalState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileSystemWatcher.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFileInfo.o sipQtCoreQFileInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFileSystemWatcher.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFileInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFileFileHandleFlags.o sipQtCoreQFileFileHandleFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFileFileHandleFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFilePermissions.o sipQtCoreQFilePermissions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFilePermissions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQFile.o sipQtCoreQFile.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQEventTransition.o sipQtCoreQEventTransition.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQFile.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQEventTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoopProcessEventsFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQEventLoop.o sipQtCoreQEventLoop.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQEventLoopProcessEventsFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQEventLoop.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQElapsedTimer.o sipQtCoreQElapsedTimer.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQEasingCurve.o sipQtCoreQEasingCurve.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQElapsedTimer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQEasingCurve.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIteratorIteratorFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDirIterator.o sipQtCoreQDirIterator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDirIteratorIteratorFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDirIterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDirSortFlags.o sipQtCoreQDirSortFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDirFilters.o sipQtCoreQDirFilters.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDirSortFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDirFilters.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDir.o sipQtCoreQDir.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDateTime.o sipQtCoreQDateTime.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDir.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDateTime.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTime.o sipQtCoreQTime.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDate.o sipQtCoreQDate.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTime.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDataStream.o sipQtCoreQDataStream.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQCryptographicHash.o sipQtCoreQCryptographicHash.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQCryptographicHash.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDataStream.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQDynamicPropertyChangeEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQDynamicPropertyChangeEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQChildEvent.o sipQtCoreQChildEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQTimerEvent.o sipQtCoreQTimerEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQChildEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQTimerEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQEvent.o sipQtCoreQEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQCoreApplication.o sipQtCoreQCoreApplication.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQCoreApplication.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQChar_0.o sipQtCoreQChar_0.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQChar_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQChar_1.o sipQtCoreQChar_1.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQChar_1.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQLatin1Char_0.o sipQtCoreQLatin1Char_0.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArrayMatcher.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQLatin1Char_0.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArrayMatcher.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQByteArray.o sipQtCoreQByteArray.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQBuffer.o sipQtCoreQBuffer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQByteArray.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQBuffer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQIODevice.o sipQtCoreQIODevice.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQIODevice.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQBitArray.o sipQtCoreQBitArray.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQBitArray.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQBasicTimer.o sipQtCoreQBasicTimer.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAnimationGroup.o sipQtCoreQAnimationGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQBasicTimer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAnimationGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractTransition.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractState.o sipQtCoreQAbstractState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractListModel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractTableModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractListModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractTableModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractItemModel.o sipQtCoreQAbstractItemModel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQPersistentModelIndex.o sipQtCoreQPersistentModelIndex.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractItemModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQPersistentModelIndex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQModelIndex.o sipQtCoreQModelIndex.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQModelIndex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractFileEngineIterator.o sipQtCoreQAbstractFileEngineIterator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractFileEngineIterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractFileEngineHandler.o sipQtCoreQAbstractFileEngineHandler.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractFileEngineHandler.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractFileEngineFileFlags.o sipQtCoreQAbstractFileEngineFileFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractFileEngineFileFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractFileEngine.o sipQtCoreQAbstractFileEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractFileEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractEventDispatcher.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractEventDispatcher.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQAbstractAnimation.o sipQtCoreQAbstractAnimation.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQObject.o sipQtCoreQObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQAbstractAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSet0100QtDayOfWeek.o sipQtCoreQSet0100QtDayOfWeek.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSet0100QtDayOfWeek.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtGestureFlags.o sipQtCoreQtGestureFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtGestureFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtTouchPointStates.o sipQtCoreQtTouchPointStates.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtTouchPointStates.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtInputMethodHints.o sipQtCoreQtInputMethodHints.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtInputMethodHints.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtTextInteractionFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtTextInteractionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtMatchFlags.o sipQtCoreQtMatchFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtMatchFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtItemFlags.o sipQtCoreQtItemFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtItemFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtDropActions.o sipQtCoreQtDropActions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtDropActions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtToolBarAreas.o sipQtCoreQtToolBarAreas.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtToolBarAreas.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtDockWidgetAreas.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtDockWidgetAreas.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtImageConversionFlags.o sipQtCoreQtImageConversionFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtImageConversionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtWindowStates.o sipQtCoreQtWindowStates.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtWindowStates.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtWindowFlags.o sipQtCoreQtWindowFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtWindowFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtAlignment.o sipQtCoreQtAlignment.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtAlignment.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtOrientations.o sipQtCoreQtOrientations.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtOrientations.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtMouseButtons.o sipQtCoreQtMouseButtons.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtMouseButtons.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQtKeyboardModifiers.o sipQtCoreQtKeyboardModifiers.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQtKeyboardModifiers.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQt.o sipQtCoreQt.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQt.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtCoreQSysInfo.o sipQtCoreQSysInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtCore.h:33,
from sipQtCoreQSysInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtCore.so sipQtCorecmodule.o sipQtCoreQList0600QPair0100QByteArray0100QByteArray.o sipQtCoreQList0600QPair0100QString0100QString.o sipQtCoreQSet0101QAbstractState.o sipQtCoreQList0101QAbstractTransition.o sipQtCoreQList0100QUrl.o sipQtCoreQList0100QLocale.o sipQtCoreQList0100QtDayOfWeek.o sipQtCoreQList0101QAbstractAnimation.o sipQtCoreQList0101QAbstractState.o sipQtCoreQHash18000100QByteArray.o sipQtCoreQMap18000100QVariant.o sipQtCoreQList0100QByteArray.o sipQtCoreQVector0100QXmlStreamNotationDeclaration.o sipQtCoreQVector0100QXmlStreamNamespaceDeclaration.o sipQtCoreQVector0100QXmlStreamEntityDeclaration.o sipQtCoreQMap0100QString0100QVariant.o sipQtCoreQList0100QVariant.o sipQtCoreQHash0100QString0100QVariant.o sipQtCoreQVector0600QPair24000100QVariant.o sipQtCoreQList0101QObject.o sipQtCoreQList0100QModelIndex.o sipQtCoreQList0100QFileInfo.o sipQtCoreQPyNullVariant_5.o sipQtCoreQXmlStreamWriter.o sipQtCoreQXmlStreamReader.o sipQtCoreQXmlStreamEntityResolver.o sipQtCoreQXmlStreamEntityDeclaration.o sipQtCoreQXmlStreamNotationDeclaration.o sipQtCoreQXmlStreamNamespaceDeclaration.o sipQtCoreQXmlStreamAttributes.o sipQtCoreQXmlStreamAttribute.o sipQtCoreQWaitCondition.o sipQtCoreQVector2400.o sipQtCoreQVector1900.o sipQtCoreQList0100QVariantType.o sipQtCoreQVariant_5.o sipQtCoreQVariant_4.o sipQtCoreQUuid.o sipQtCoreQUrlFormattingOptions.o sipQtCoreQUrl.o sipQtCoreQTranslator.o sipQtCoreQTimer.o sipQtCoreQTimeLine.o sipQtCoreQThreadPool.o sipQtCoreQThread.o sipQtCoreQTextStreamManipulator.o sipQtCoreQTextStreamNumberFlags.o sipQtCoreQTextStream.o sipQtCoreQTextDecoder.o sipQtCoreQTextEncoder.o sipQtCoreQTextCodecConverterState.o sipQtCoreQTextCodecConversionFlags.o sipQtCoreQTextCodec.o sipQtCoreQTextBoundaryFinderBoundaryReasons.o sipQtCoreQTextBoundaryFinder.o sipQtCoreQTemporaryFile.o sipQtCoreQSystemSemaphore.o sipQtCoreQStringMatcher_0.o sipQtCoreQStringList_0.o sipQtCoreQStringList_1.o sipQtCoreQStringRef_0.o sipQtCoreQStringRef_1.o sipQtCoreQLatin1String_0.o sipQtCoreQStringSectionFlags_0.o sipQtCoreQString_0.o sipQtCoreQString_1.o sipQtCoreQStateMachineWrappedEvent.o sipQtCoreQStateMachineSignalEvent.o sipQtCoreQStateMachine.o sipQtCoreQState.o sipQtCoreQSocketNotifier.o sipQtCoreQSizeF.o sipQtCoreQSize.o sipQtCoreQSignalTransition.o sipQtCoreQSignalMapper.o sipQtCoreQSharedMemory.o sipQtCoreQSettings.o sipQtCoreQSet1900.o sipQtCoreQSet1800.o sipQtCoreQSequentialAnimationGroup.o sipQtCoreQSemaphore.o sipQtCoreQRunnable.o sipQtCoreQResource.o sipQtCoreQRegExp.o sipQtCoreQRectF.o sipQtCoreQRect.o sipQtCoreQWriteLocker.o sipQtCoreQReadLocker.o sipQtCoreQReadWriteLock.o sipQtCoreQProcessEnvironment.o sipQtCoreQProcess.o sipQtCoreQPointF.o sipQtCoreQPoint.o sipQtCoreQPluginLoader.o sipQtCoreQPropertyAnimation.o sipQtCoreQVariantAnimation.o sipQtCoreQPauseAnimation.o sipQtCoreQParallelAnimationGroup.o sipQtCoreQPair19001900.o sipQtCoreQPair18001800.o sipQtCoreQGenericReturnArgument.o sipQtCoreQGenericArgument.o sipQtCoreQMetaObject.o sipQtCoreQObjectCleanupHandler.o sipQtCoreQWidget.o sipQtCoreQMutexLocker.o sipQtCoreQMutex.o sipQtCoreQMimeData.o sipQtCoreQMetaType.o sipQtCoreQMetaClassInfo.o sipQtCoreQMetaProperty.o sipQtCoreQMetaEnum.o sipQtCoreQMetaMethod.o sipQtCoreQMargins.o sipQtCoreQList0100QLocaleCountry.o sipQtCoreQSystemLocale.o sipQtCoreQLocaleNumberOptions.o sipQtCoreQLocale.o sipQtCoreQLibraryLoadHints.o sipQtCoreQLibrary.o sipQtCoreQList2400.o sipQtCoreQList1900.o sipQtCoreQList1800.o sipQtCoreQList0600QPair24002400.o sipQtCoreQList0600QPair18001800.o sipQtCoreQLineF.o sipQtCoreQLine.o sipQtCoreQLibraryInfo.o sipQtCoreQIODeviceOpenMode.o sipQtCoreQHistoryState.o sipQtCoreQFSFileEngine.o sipQtCoreQFinalState.o sipQtCoreQFileSystemWatcher.o sipQtCoreQFileInfo.o sipQtCoreQFileFileHandleFlags.o sipQtCoreQFilePermissions.o sipQtCoreQFile.o sipQtCoreQEventTransition.o sipQtCoreQEventLoopProcessEventsFlags.o sipQtCoreQEventLoop.o sipQtCoreQElapsedTimer.o sipQtCoreQEasingCurve.o sipQtCoreQDirIteratorIteratorFlags.o sipQtCoreQDirIterator.o sipQtCoreQDirSortFlags.o sipQtCoreQDirFilters.o sipQtCoreQDir.o sipQtCoreQDateTime.o sipQtCoreQTime.o sipQtCoreQDate.o sipQtCoreQDataStream.o sipQtCoreQCryptographicHash.o sipQtCoreQDynamicPropertyChangeEvent.o sipQtCoreQChildEvent.o sipQtCoreQTimerEvent.o sipQtCoreQEvent.o sipQtCoreQCoreApplication.o sipQtCoreQChar_0.o sipQtCoreQChar_1.o sipQtCoreQLatin1Char_0.o sipQtCoreQByteArrayMatcher.o sipQtCoreQByteArray.o sipQtCoreQBuffer.o sipQtCoreQIODevice.o sipQtCoreQBitArray.o sipQtCoreQBasicTimer.o sipQtCoreQAnimationGroup.o sipQtCoreQAbstractTransition.o sipQtCoreQAbstractState.o sipQtCoreQAbstractListModel.o sipQtCoreQAbstractTableModel.o sipQtCoreQAbstractItemModel.o sipQtCoreQPersistentModelIndex.o sipQtCoreQModelIndex.o sipQtCoreQAbstractFileEngineIterator.o sipQtCoreQAbstractFileEngineHandler.o sipQtCoreQAbstractFileEngineFileFlags.o sipQtCoreQAbstractFileEngine.o sipQtCoreQAbstractEventDispatcher.o sipQtCoreQAbstractAnimation.o sipQtCoreQObject.o sipQtCoreQSet0100QtDayOfWeek.o sipQtCoreQtGestureFlags.o sipQtCoreQtTouchPointStates.o sipQtCoreQtInputMethodHints.o sipQtCoreQtTextInteractionFlags.o sipQtCoreQtMatchFlags.o sipQtCoreQtItemFlags.o sipQtCoreQtDropActions.o sipQtCoreQtToolBarAreas.o sipQtCoreQtDockWidgetAreas.o sipQtCoreQtImageConversionFlags.o sipQtCoreQtWindowStates.o sipQtCoreQtWindowFlags.o sipQtCoreQtAlignment.o sipQtCoreQtOrientations.o sipQtCoreQtMouseButtons.o sipQtCoreQtKeyboardModifiers.o sipQtCoreQt.o sipQtCoreQSysInfo.o -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -L/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtCore -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -lqpycore -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuicmodule.o sipQtGuicmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QUndoStack.o sipQtGuiQList0101QUndoStack.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QUndoStack.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QTreeWidgetItem.o sipQtGuiQList0101QTreeWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuicmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QTreeWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0101QTextFrame.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QTextFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QTextBlock.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTextBlock.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QGlyphRun.o sipQtGuiQList0100QGlyphRun.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QGlyphRun.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQVector0100QTextLayoutFormatRange.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QTextLayoutFormatRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTextLayoutFormatRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQList0100QTextOptionTab.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTextOptionTab.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextLength.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QTextLength.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QTextFormat.o sipQtGuiQVector0100QTextFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QTextFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QTableWidgetItem.o sipQtGuiQList0101QTableWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QTableWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTableWidgetSelectionRange.o sipQtGuiQList0100QTableWidgetSelectionRange.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTableWidgetSelectionRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0101QStandardItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QStandardItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QPrinterInfo.o sipQtGuiQList0100QPrinterInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QPrinterInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTextEditExtraSelection.o sipQtGuiQList0100QTextEditExtraSelection.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QPolygonF.o sipQtGuiQList0100QPolygonF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTextEditExtraSelection.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QPolygonF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRect.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QRectF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QRect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QRectF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QPoint.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QPoint.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QLine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QLineF.o sipQtGuiQVector0100QLineF.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QMacPasteboardMime.o sipQtGuiQList0101QMacPasteboardMime.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QLineF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QMacPasteboardMime.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QMdiSubWindow.o sipQtGuiQList0101QMdiSubWindow.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QDockWidget.o sipQtGuiQList0101QDockWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QMdiSubWindow.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QDockWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QListWidgetItem.o sipQtGuiQList0101QListWidgetItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QRectF.o sipQtGuiQList0100QRectF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QListWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QRectF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QGraphicsView.o sipQtGuiQList0101QGraphicsView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QGraphicsView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0600QPair24000100QPointF.o sipQtGuiQList0600QPair24000100QPointF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0600QPair24000100QPointF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QGraphicsTransform.o sipQtGuiQList0101QGraphicsTransform.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QGraphicsItem.o sipQtGuiQList0101QGraphicsItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QGraphicsItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QGraphicsTransform.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QPointF.o sipQtGuiQVector0100QPointF.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QGesture.o sipQtGuiQList0101QGesture.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QPointF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QTouchEventTouchPoint.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQList0100QInputMethodEventAttribute.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QTouchEventTouchPoint.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QInputMethodEventAttribute.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMap0100QDate0100QTextCharFormat.o sipQtGuiQMap0100QDate0100QTextCharFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QAbstractButton.o sipQtGuiQList0101QAbstractButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMap0100QDate0100QTextCharFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QAbstractButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QGraphicsWidget.o sipQtGuiQList0101QGraphicsWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0100QKeySequence.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QKeySequence.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QGraphicsWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QAction.o sipQtGuiQList0101QAction.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QAction.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QSize.o sipQtGuiQList0100QSize.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QSize.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0101QWidget.o sipQtGuiQList0101QWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0101QWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQVector0600QPair24000100QColor.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPyTextObject.o sipQtGuiQPyTextObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector0600QPair24000100QColor.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPyTextObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWorkspace.o sipQtGuiQWorkspace.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWorkspace.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QWizardWizardButton.o sipQtGuiQList0100QWizardWizardButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QWizardWizardButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWizardPage.o sipQtGuiQWizardPage.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWizardWizardOptions.o sipQtGuiQWizardWizardOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWizardWizardOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWizardPage.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWizard.o sipQtGuiQWizard.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWizard.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWidgetAction.o sipQtGuiQWidgetAction.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWidgetAction.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWidgetRenderFlags.o sipQtGuiQWidgetRenderFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWhatsThis.o sipQtGuiQWhatsThis.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWidgetRenderFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWhatsThis.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector4D.o sipQtGuiQVector4D.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector3D.o sipQtGuiQVector3D.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector4D.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector3D.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVector2D.o sipQtGuiQVector2D.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRegExpValidator.o sipQtGuiQRegExpValidator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVector2D.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRegExpValidator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDoubleValidator.o sipQtGuiQDoubleValidator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIntValidator.o sipQtGuiQIntValidator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDoubleValidator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIntValidator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQValidator.o sipQtGuiQValidator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQUndoView.o sipQtGuiQUndoView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQValidator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQUndoView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQUndoStack.o sipQtGuiQUndoStack.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQUndoStack.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQUndoCommand.o sipQtGuiQUndoCommand.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQUndoCommand.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQUndoGroup.o sipQtGuiQUndoGroup.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTreeWidgetItemIteratorIteratorFlags.o sipQtGuiQTreeWidgetItemIteratorIteratorFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQUndoGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTreeWidgetItemIteratorIteratorFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTreeWidgetItemIterator.o sipQtGuiQTreeWidgetItemIterator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTreeWidget.o sipQtGuiQTreeWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTreeWidgetItemIterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTreeWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTreeWidgetItem.o sipQtGuiQTreeWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTreeWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTreeView.o sipQtGuiQTreeView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTreeView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTransform.o sipQtGuiQTransform.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTransform.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQToolTip.o sipQtGuiQToolTip.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQToolButton.o sipQtGuiQToolButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQToolTip.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQToolButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQToolBox.o sipQtGuiQToolBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQToolBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQToolBar.o sipQtGuiQToolBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQToolBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextTable.o sipQtGuiQTextTable.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextTable.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextTableCell.o sipQtGuiQTextTableCell.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionTab.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextTableCell.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextOptionTab.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOptionFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextOption.o sipQtGuiQTextOption.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextOptionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextOption.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBlockUserData.o sipQtGuiQTextBlockUserData.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFragment.o sipQtGuiQTextFragment.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBlockUserData.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFragment.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlockiterator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBlock.o sipQtGuiQTextBlock.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBlockiterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBlock.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrameiterator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFrameiterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFrame.o sipQtGuiQTextFrame.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextObject.o sipQtGuiQTextObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextList.o sipQtGuiQTextList.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextList.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBlockGroup.o sipQtGuiQTextBlockGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBlockGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextLine.o sipQtGuiQTextLine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextLine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayoutFormatRange.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextLayoutFormatRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextLayout.o sipQtGuiQTextLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextInlineObject.o sipQtGuiQTextInlineObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextInlineObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableCellFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextTableFormat.o sipQtGuiQTextTableFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextTableCellFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextTableFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFrameFormat.o sipQtGuiQTextFrameFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextImageFormat.o sipQtGuiQTextImageFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFrameFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextImageFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextListFormat.o sipQtGuiQTextListFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBlockFormat.o sipQtGuiQTextBlockFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextListFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBlockFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextCharFormat.o sipQtGuiQTextCharFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormatPageBreakFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextCharFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFormatPageBreakFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextFormat.o sipQtGuiQTextFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextLength.o sipQtGuiQTextLength.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextLength.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextEditAutoFormatting.o sipQtGuiQTextEditAutoFormatting.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextEditExtraSelection.o sipQtGuiQTextEditExtraSelection.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextEditAutoFormatting.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextEditExtraSelection.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentWriter.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentFragment.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocumentWriter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocumentFragment.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocumentFindFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocumentFindFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextDocument.o sipQtGuiQTextDocument.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextDocument.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQt.o sipQtGuiQt.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQt.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextCursor.o sipQtGuiQTextCursor.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextCursor.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextBrowser.o sipQtGuiQTextBrowser.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextBrowser.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextEdit.o sipQtGuiQTextEdit.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTabWidget.o sipQtGuiQTabWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTabWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTableWidget.o sipQtGuiQTableWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTableWidgetItem.o sipQtGuiQTableWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTableWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTableWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTableWidgetSelectionRange.o sipQtGuiQTableWidgetSelectionRange.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTableView.o sipQtGuiQTableView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTableWidgetSelectionRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTableView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTabBar.o sipQtGuiQTabBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTabBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSystemTrayIcon.o sipQtGuiQSystemTrayIcon.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSystemTrayIcon.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSyntaxHighlighter.o sipQtGuiQSyntaxHighlighter.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStylePainter.o sipQtGuiQStylePainter.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSyntaxHighlighter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStylePainter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabWidgetFrameV2.o sipQtGuiQStyleOptionTabWidgetFrameV2.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabWidgetFrameV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabV3.o sipQtGuiQStyleOptionTabV3.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabV3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabBarBaseV2.o sipQtGuiQStyleOptionTabBarBaseV2.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabBarBaseV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionFrameV3.o sipQtGuiQStyleOptionFrameV3.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionFrameV3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionViewItemV4.o sipQtGuiQStyleOptionViewItemV4.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleHintReturnVariant.o sipQtGuiQStyleHintReturnVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionViewItemV4.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleHintReturnVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolBoxV2.o sipQtGuiQStyleOptionToolBoxV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionViewItemV3.o sipQtGuiQStyleOptionViewItemV3.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolBoxV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionViewItemV3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionDockWidgetV2.o sipQtGuiQStyleOptionDockWidgetV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionGraphicsItem.o sipQtGuiQStyleOptionGraphicsItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionDockWidgetV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionGraphicsItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionSizeGrip.o sipQtGuiQStyleOptionSizeGrip.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionViewItemV2ViewItemFeatures.o sipQtGuiQStyleOptionViewItemV2ViewItemFeatures.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionSizeGrip.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionViewItemV2ViewItemFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionViewItemV2.o sipQtGuiQStyleOptionViewItemV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionGroupBox.o sipQtGuiQStyleOptionGroupBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionViewItemV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionGroupBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolBarToolBarFeatures.o sipQtGuiQStyleOptionToolBarToolBarFeatures.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolBar.o sipQtGuiQStyleOptionToolBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolBarToolBarFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleHintReturnMask.o sipQtGuiQStyleHintReturnMask.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleHintReturn.o sipQtGuiQStyleHintReturn.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleHintReturnMask.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleHintReturn.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTitleBar.o sipQtGuiQStyleOptionTitleBar.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionComboBox.o sipQtGuiQStyleOptionComboBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTitleBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionComboBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolButtonToolButtonFeatures.o sipQtGuiQStyleOptionToolButtonToolButtonFeatures.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolButton.o sipQtGuiQStyleOptionToolButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolButtonToolButtonFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionSpinBox.o sipQtGuiQStyleOptionSpinBox.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionSlider.o sipQtGuiQStyleOptionSlider.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionSpinBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionSlider.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionComplex.o sipQtGuiQStyleOptionComplex.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionRubberBand.o sipQtGuiQStyleOptionRubberBand.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionComplex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionRubberBand.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionToolBox.o sipQtGuiQStyleOptionToolBox.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionViewItem.o sipQtGuiQStyleOptionViewItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionViewItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionToolBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionDockWidget.o sipQtGuiQStyleOptionDockWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionMenuItem.o sipQtGuiQStyleOptionMenuItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionDockWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionMenuItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionProgressBarV2.o sipQtGuiQStyleOptionProgressBarV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionProgressBar.o sipQtGuiQStyleOptionProgressBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionProgressBarV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionProgressBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabV2.o sipQtGuiQStyleOptionTabV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabCornerWidgets.o sipQtGuiQStyleOptionTabCornerWidgets.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabCornerWidgets.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTab.o sipQtGuiQStyleOptionTab.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionButtonButtonFeatures.o sipQtGuiQStyleOptionButtonButtonFeatures.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTab.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionButtonButtonFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionButton.o sipQtGuiQStyleOptionButton.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionHeader.o sipQtGuiQStyleOptionHeader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionHeader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabBarBase.o sipQtGuiQStyleOptionTabBarBase.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionTabWidgetFrame.o sipQtGuiQStyleOptionTabWidgetFrame.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabBarBase.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionTabWidgetFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionFrameV2FrameFeatures.o sipQtGuiQStyleOptionFrameV2FrameFeatures.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionFrameV2.o sipQtGuiQStyleOptionFrameV2.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionFrameV2FrameFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionFrameV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionFrame.o sipQtGuiQStyleOptionFrame.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOptionFocusRect.o sipQtGuiQStyleOptionFocusRect.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOptionFocusRect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleOption.o sipQtGuiQStyleOption.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleFactory.o sipQtGuiQStyleFactory.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleOption.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleFactory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyledItemDelegate.o sipQtGuiQStyledItemDelegate.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleSubControls.o sipQtGuiQStyleSubControls.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyledItemDelegate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleSubControls.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyleState.o sipQtGuiQStyleState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyleState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStringListModel.o sipQtGuiQStringListModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStringListModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStatusBar.o sipQtGuiQStatusBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStatusBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStaticText.o sipQtGuiQStaticText.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStaticText.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStandardItem.o sipQtGuiQStandardItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStandardItemModel.o sipQtGuiQStandardItemModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStandardItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStandardItemModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStackedWidget.o sipQtGuiQStackedWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStackedLayout.o sipQtGuiQStackedLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStackedWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStackedLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSplitterHandle.o sipQtGuiQSplitterHandle.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSplitter.o sipQtGuiQSplitter.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSplitterHandle.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSplitter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSplashScreen.o sipQtGuiQSplashScreen.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDoubleSpinBox.o sipQtGuiQDoubleSpinBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSplashScreen.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDoubleSpinBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSpinBox.o sipQtGuiQSpinBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSpinBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSound.o sipQtGuiQSound.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSound.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSortFilterProxyModel.o sipQtGuiQSortFilterProxyModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSortFilterProxyModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSlider.o sipQtGuiQSlider.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSlider.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSizePolicyControlTypes.o sipQtGuiQSizePolicyControlTypes.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSizePolicyControlTypes.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSizePolicy.o sipQtGuiQSizePolicy.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSizeGrip.o sipQtGuiQSizeGrip.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSizePolicy.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSizeGrip.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQShortcut.o sipQtGuiQShortcut.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQShortcut.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSessionManager.o sipQtGuiQSessionManager.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQScrollBar.o sipQtGuiQScrollBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSessionManager.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQScrollBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQScrollArea.o sipQtGuiQScrollArea.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQScrollArea.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRubberBand.o sipQtGuiQRubberBand.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRubberBand.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRegion.o sipQtGuiQRegion.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRegion.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRawFont.o sipQtGuiQRawFont.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRadioButton.o sipQtGuiQRadioButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRawFont.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRadioButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQQuaternion.o sipQtGuiQQuaternion.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQQuaternion.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQProxyModel.o sipQtGuiQProxyModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQProxyModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQProgressDialog.o sipQtGuiQProgressDialog.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQProgressDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQProgressBar.o sipQtGuiQProgressBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQProgressBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrintPreviewWidget.o sipQtGuiQPrintPreviewWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrintPreviewWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrintPreviewDialog.o sipQtGuiQPrintPreviewDialog.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrintPreviewDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QPrinterPageSize.o sipQtGuiQList0100QPrinterPageSize.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QPrinterPageSize.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrinterInfo.o sipQtGuiQPrinterInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrintEngine.o sipQtGuiQPrintEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrinterInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrintEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrintDialog.o sipQtGuiQPrintDialog.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPrinter.o sipQtGuiQPrinter.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrintDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPrinter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPolygonF.o sipQtGuiQPolygonF.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPolygon.o sipQtGuiQPolygon.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPolygonF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPolygon.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPlainTextDocumentLayout.o sipQtGuiQPlainTextDocumentLayout.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPlainTextEdit.o sipQtGuiQPlainTextEdit.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPlainTextDocumentLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPlainTextEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCacheKey.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPixmapCacheKey.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPixmapCache.o sipQtGuiQPixmapCache.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPictureIO.o sipQtGuiQPictureIO.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPixmapCache.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPictureIO.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPicture.o sipQtGuiQPicture.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPen.o sipQtGuiQPen.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPicture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPen.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPalette.o sipQtGuiQPalette.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathStroker.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPalette.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterPathStroker.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPathElement.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterPathElement.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterPath.o sipQtGuiQPainterPath.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterPath.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineState.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintEngineState.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEngineDirtyFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEnginePaintEngineFeatures.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintEngineDirtyFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintEnginePaintEngineFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintEngine.o sipQtGuiQPaintEngine.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItemRenderFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextItemRenderFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextItem.o sipQtGuiQTextItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragmentHints.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterPixmapFragmentHints.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterPixmapFragment.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainterRenderHints.o sipQtGuiQPainterRenderHints.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterPixmapFragment.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainterRenderHints.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPainter.o sipQtGuiQPainter.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPageSetupDialogPageSetupDialogOptions.o sipQtGuiQPageSetupDialogPageSetupDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPageSetupDialogPageSetupDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPainter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPageSetupDialog.o sipQtGuiQPageSetupDialog.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPageSetupDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMovie.o sipQtGuiQMovie.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMovie.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMouseEventTransition.o sipQtGuiQMouseEventTransition.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMouseEventTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMacPasteboardMime.o sipQtGuiQMacPasteboardMime.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMessageBoxStandardButtons.o sipQtGuiQMessageBoxStandardButtons.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMacPasteboardMime.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMessageBoxStandardButtons.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMessageBox.o sipQtGuiQMessageBox.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMenuBar.o sipQtGuiQMenuBar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMessageBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMenuBar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMenu.o sipQtGuiQMenu.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMdiSubWindowSubWindowOptions.o sipQtGuiQMdiSubWindowSubWindowOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMenu.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMdiSubWindowSubWindowOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMdiSubWindow.o sipQtGuiQMdiSubWindow.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMdiSubWindow.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMdiAreaAreaOptions.o sipQtGuiQMdiAreaAreaOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMdiAreaAreaOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMdiArea.o sipQtGuiQMdiArea.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix4x4.o sipQtGuiQMatrix4x4.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix4x4.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMdiArea.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix.o sipQtGuiQMatrix.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMainWindowDockOptions.o sipQtGuiQMainWindowDockOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMainWindowDockOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMainWindow.o sipQtGuiQMainWindow.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQListWidget.o sipQtGuiQListWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMainWindow.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQListWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQListWidgetItem.o sipQtGuiQListWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQListWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQListView.o sipQtGuiQListView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQListView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLineEdit.o sipQtGuiQLineEdit.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLineEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLCDNumber.o sipQtGuiQLCDNumber.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLCDNumber.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWidgetItem.o sipQtGuiQWidgetItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWidgetItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSpacerItem.o sipQtGuiQSpacerItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLayoutItem.o sipQtGuiQLayoutItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSpacerItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLayoutItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLabel.o sipQtGuiQLabel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQKeySequence.o sipQtGuiQKeySequence.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLabel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQKeySequence.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQKeyEventTransition.o sipQtGuiQKeyEventTransition.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQKeyEventTransition.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemSelection.o sipQtGuiQItemSelection.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemSelectionModelSelectionFlags.o sipQtGuiQItemSelectionModelSelectionFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemSelection.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemSelectionModelSelectionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemSelectionModel.o sipQtGuiQItemSelectionModel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemSelectionRange.o sipQtGuiQItemSelectionRange.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemSelectionModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemSelectionRange.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemEditorFactory.o sipQtGuiQItemEditorFactory.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemEditorCreatorBase.o sipQtGuiQItemEditorCreatorBase.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemEditorFactory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemEditorCreatorBase.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQItemDelegate.o sipQtGuiQItemDelegate.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputDialogInputDialogOptions.o sipQtGuiQInputDialogInputDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQItemDelegate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputDialogInputDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputDialog.o sipQtGuiQInputDialog.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputContextFactory.o sipQtGuiQInputContextFactory.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputContextFactory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputContext.o sipQtGuiQInputContext.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputContext.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQImageWriter.o sipQtGuiQImageWriter.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQImageWriter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQImageReader.o sipQtGuiQImageReader.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQImageIOHandler.o sipQtGuiQImageIOHandler.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQImageReader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQImageIOHandler.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQImage.o sipQtGuiQImage.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintDevice.o sipQtGuiQPaintDevice.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQImage.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintDevice.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIdentityProxyModel.o sipQtGuiQIdentityProxyModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIdentityProxyModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIconEngineV2AvailableSizesArgument.o sipQtGuiQIconEngineV2AvailableSizesArgument.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIconEngineV2AvailableSizesArgument.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIconEngineV2.o sipQtGuiQIconEngineV2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIconEngine.o sipQtGuiQIconEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIconEngineV2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIconEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIcon.o sipQtGuiQIcon.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQHeaderView.o sipQtGuiQHeaderView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIcon.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQHeaderView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGroupBox.o sipQtGuiQGroupBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGroupBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGridLayout.o sipQtGuiQGridLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGridLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsViewOptimizationFlags.o sipQtGuiQGraphicsViewOptimizationFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsViewOptimizationFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsViewCacheMode.o sipQtGuiQGraphicsViewCacheMode.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsView.o sipQtGuiQGraphicsView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsViewCacheMode.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsRotation.o sipQtGuiQGraphicsRotation.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsRotation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsScale.o sipQtGuiQGraphicsScale.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsTransform.o sipQtGuiQGraphicsTransform.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsScale.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsTransform.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneMoveEvent.o sipQtGuiQGraphicsSceneMoveEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneResizeEvent.o sipQtGuiQGraphicsSceneResizeEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneMoveEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneResizeEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneDragDropEvent.o sipQtGuiQGraphicsSceneDragDropEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneHelpEvent.o sipQtGuiQGraphicsSceneHelpEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneDragDropEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneHelpEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneHoverEvent.o sipQtGuiQGraphicsSceneHoverEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneContextMenuEvent.o sipQtGuiQGraphicsSceneContextMenuEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneHoverEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneContextMenuEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneWheelEvent.o sipQtGuiQGraphicsSceneWheelEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneWheelEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneMouseEvent.o sipQtGuiQGraphicsSceneMouseEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneMouseEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneEvent.o sipQtGuiQGraphicsSceneEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSceneSceneLayers.o sipQtGuiQGraphicsSceneSceneLayers.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSceneSceneLayers.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsScene.o sipQtGuiQGraphicsScene.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsProxyWidget.o sipQtGuiQGraphicsProxyWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsScene.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsProxyWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsWidget.o sipQtGuiQGraphicsWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsLinearLayout.o sipQtGuiQGraphicsLinearLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsLinearLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsLayoutItem.o sipQtGuiQGraphicsLayoutItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsLayoutItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsItemAnimation.o sipQtGuiQGraphicsItemAnimation.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsItemAnimation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsTextItem.o sipQtGuiQGraphicsTextItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsTextItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsObject.o sipQtGuiQGraphicsObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsItemGroup.o sipQtGuiQGraphicsItemGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsItemGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsSimpleTextItem.o sipQtGuiQGraphicsSimpleTextItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsSimpleTextItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsPixmapItem.o sipQtGuiQGraphicsPixmapItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsPixmapItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsLineItem.o sipQtGuiQGraphicsLineItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsLineItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsPolygonItem.o sipQtGuiQGraphicsPolygonItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsPolygonItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsEllipseItem.o sipQtGuiQGraphicsEllipseItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsEllipseItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsRectItem.o sipQtGuiQGraphicsRectItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsRectItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsPathItem.o sipQtGuiQGraphicsPathItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsPathItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractGraphicsShapeItem.o sipQtGuiQAbstractGraphicsShapeItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractGraphicsShapeItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsItemGraphicsItemFlags.o sipQtGuiQGraphicsItemGraphicsItemFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsItemGraphicsItemFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsItem.o sipQtGuiQGraphicsItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsGridLayout.o sipQtGuiQGraphicsGridLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsGridLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsOpacityEffect.o sipQtGuiQGraphicsOpacityEffect.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsOpacityEffect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsDropShadowEffect.o sipQtGuiQGraphicsDropShadowEffect.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsBlurEffectBlurHints.o sipQtGuiQGraphicsBlurEffectBlurHints.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsDropShadowEffect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsBlurEffectBlurHints.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsBlurEffect.o sipQtGuiQGraphicsBlurEffect.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsColorizeEffect.o sipQtGuiQGraphicsColorizeEffect.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsBlurEffect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsColorizeEffect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsEffectChangeFlags.o sipQtGuiQGraphicsEffectChangeFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsEffect.o sipQtGuiQGraphicsEffect.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsEffectChangeFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsEffect.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsAnchorLayout.o sipQtGuiQGraphicsAnchorLayout.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsLayout.o sipQtGuiQGraphicsLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsAnchorLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGraphicsAnchor.o sipQtGuiQGraphicsAnchor.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGlyphRun.o sipQtGuiQGlyphRun.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGraphicsAnchor.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGlyphRun.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGestureRecognizerResult.o sipQtGuiQGestureRecognizerResult.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGestureRecognizer.o sipQtGuiQGestureRecognizer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGestureRecognizerResult.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGestureRecognizer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTapAndHoldGesture.o sipQtGuiQTapAndHoldGesture.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTapGesture.o sipQtGuiQTapGesture.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTapAndHoldGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTapGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQSwipeGesture.o sipQtGuiQSwipeGesture.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPinchGestureChangeFlags.o sipQtGuiQPinchGestureChangeFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQSwipeGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPinchGestureChangeFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPinchGesture.o sipQtGuiQPinchGesture.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPanGesture.o sipQtGuiQPanGesture.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPinchGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPanGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGesture.o sipQtGuiQGesture.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x2.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGesture.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix2x2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x3.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix2x4.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix2x3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix2x4.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x2.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x3.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix3x2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix3x3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix3x4.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x2.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix3x4.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix4x2.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMatrix4x3.o sipQtGuiQMatrix4x3.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFormLayout.o sipQtGuiQFormLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMatrix4x3.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFormLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetricsF.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontMetricsF.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontMetrics.o sipQtGuiQFontMetrics.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontMetrics.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontInfo.o sipQtGuiQFontInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontDialogFontDialogOptions.o sipQtGuiQFontDialogFontDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontDialogFontDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontDialog.o sipQtGuiQFontDialog.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQList0100QFontDatabaseWritingSystem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQList0100QFontDatabaseWritingSystem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontDatabase.o sipQtGuiQFontDatabase.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontComboBoxFontFilters.o sipQtGuiQFontComboBoxFontFilters.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontDatabase.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontComboBoxFontFilters.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFontComboBox.o sipQtGuiQFontComboBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFontComboBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFont.o sipQtGuiQFont.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFont.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFocusFrame.o sipQtGuiQFocusFrame.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFileSystemModel.o sipQtGuiQFileSystemModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFocusFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFileSystemModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFileIconProvider.o sipQtGuiQFileIconProvider.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFileDialogOptions.o sipQtGuiQFileDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFileIconProvider.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFileDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFileDialog.o sipQtGuiQFileDialog.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGestureEvent.o sipQtGuiQGestureEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFileDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGestureEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEventTouchPoint.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTouchEventTouchPoint.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTouchEvent.o sipQtGuiQTouchEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQWindowStateChangeEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWindowStateChangeEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTouchEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQShortcutEvent.o sipQtGuiQShortcutEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFileOpenEvent.o sipQtGuiQFileOpenEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQShortcutEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFileOpenEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQActionEvent.o sipQtGuiQActionEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQWhatsThisClickedEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQActionEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWhatsThisClickedEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStatusTipEvent.o sipQtGuiQStatusTipEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQHelpEvent.o sipQtGuiQHelpEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStatusTipEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQHelpEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragLeaveEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDragEnterEvent.o sipQtGuiQDragEnterEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDragLeaveEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDragEnterEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDragMoveEvent.o sipQtGuiQDragMoveEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDropEvent.o sipQtGuiQDropEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDragMoveEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDropEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMimeSource.o sipQtGuiQMimeSource.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMimeSource.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEventAttribute.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputMethodEventAttribute.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputMethodEvent.o sipQtGuiQInputMethodEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputMethodEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQContextMenuEvent.o sipQtGuiQContextMenuEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQContextMenuEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQHideEvent.o sipQtGuiQHideEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQHideEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQShowEvent.o sipQtGuiQShowEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQShowEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQIconDragEvent.o sipQtGuiQIconDragEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQIconDragEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCloseEvent.o sipQtGuiQCloseEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCloseEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQResizeEvent.o sipQtGuiQResizeEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQResizeEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMoveEvent.o sipQtGuiQMoveEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMoveEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPaintEvent.o sipQtGuiQPaintEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPaintEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFocusEvent.o sipQtGuiQFocusEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFocusEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQKeyEvent.o sipQtGuiQKeyEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQKeyEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTabletEvent.o sipQtGuiQTabletEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTabletEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWheelEvent.o sipQtGuiQWheelEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWheelEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQHoverEvent.o sipQtGuiQHoverEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQHoverEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMouseEvent.o sipQtGuiQMouseEvent.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQInputEvent.o sipQtGuiQInputEvent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMouseEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQInputEvent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQErrorMessage.o sipQtGuiQErrorMessage.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDrag.o sipQtGuiQDrag.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQErrorMessage.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDrag.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDockWidgetDockWidgetFeatures.o sipQtGuiQDockWidgetDockWidgetFeatures.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDockWidget.o sipQtGuiQDockWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDockWidgetDockWidgetFeatures.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDockWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDirModel.o sipQtGuiQDirModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDirModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDialogButtonBoxStandardButtons.o sipQtGuiQDialogButtonBoxStandardButtons.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDialogButtonBoxStandardButtons.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDialogButtonBox.o sipQtGuiQDialogButtonBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDialogButtonBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDial.o sipQtGuiQDial.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDial.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDesktopWidget.o sipQtGuiQDesktopWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDesktopWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDesktopServices.o sipQtGuiQDesktopServices.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDesktopServices.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDateEdit.o sipQtGuiQDateEdit.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTimeEdit.o sipQtGuiQTimeEdit.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDateEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTimeEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDateTimeEditSections.o sipQtGuiQDateTimeEditSections.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDateTimeEdit.o sipQtGuiQDateTimeEdit.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDateTimeEditSections.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDateTimeEdit.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDataWidgetMapper.o sipQtGuiQDataWidgetMapper.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDataWidgetMapper.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCursor.o sipQtGuiQCursor.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCompleter.o sipQtGuiQCompleter.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCursor.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCompleter.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCommonStyle.o sipQtGuiQCommonStyle.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCommonStyle.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQStyle.o sipQtGuiQStyle.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQStyle.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQComboBox.o sipQtGuiQComboBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQComboBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQColorDialogColorDialogOptions.o sipQtGuiQColorDialogColorDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQColorDialogColorDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQColorDialog.o sipQtGuiQColorDialog.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQColumnView.o sipQtGuiQColumnView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQColorDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQColumnView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQClipboard.o sipQtGuiQClipboard.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQClipboard.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCheckBox.o sipQtGuiQCheckBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCheckBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCalendarWidget.o sipQtGuiQCalendarWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCalendarWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQButtonGroup.o sipQtGuiQButtonGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQButtonGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQConicalGradient.o sipQtGuiQConicalGradient.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQConicalGradient.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQRadialGradient.o sipQtGuiQRadialGradient.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQRadialGradient.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLinearGradient.o sipQtGuiQLinearGradient.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLinearGradient.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQGradient.o sipQtGuiQGradient.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQGradient.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQBrush.o sipQtGuiQBrush.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQBrush.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQCommandLinkButton.o sipQtGuiQCommandLinkButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQCommandLinkButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPushButton.o sipQtGuiQPushButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPushButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQColor.o sipQtGuiQColor.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQColor.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQVBoxLayout.o sipQtGuiQVBoxLayout.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQHBoxLayout.o sipQtGuiQHBoxLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQVBoxLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQHBoxLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQBoxLayout.o sipQtGuiQBoxLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQBoxLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQLayout.o sipQtGuiQLayout.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQBitmap.o sipQtGuiQBitmap.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQBitmap.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQPixmap.o sipQtGuiQPixmap.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQPixmap.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQApplication.o sipQtGuiQApplication.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQApplication.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQMacCocoaViewContainer.o sipQtGuiQMacCocoaViewContainer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQMacCocoaViewContainer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQActionGroup.o sipQtGuiQActionGroup.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQActionGroup.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAction.o sipQtGuiQAction.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAction.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQTextObjectInterface.o sipQtGuiQTextObjectInterface.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQTextObjectInterface.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayoutSelection.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractTextDocumentLayoutPaintContext.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractTextDocumentLayoutSelection.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractTextDocumentLayout.o sipQtGuiQAbstractTextDocumentLayout.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractSlider.o sipQtGuiQAbstractSlider.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractTextDocumentLayout.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractSlider.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractSpinBoxStepEnabled.o sipQtGuiQAbstractSpinBoxStepEnabled.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractSpinBoxStepEnabled.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractSpinBox.o sipQtGuiQAbstractSpinBox.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractSpinBox.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQFrame.o sipQtGuiQFrame.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractProxyModel.o sipQtGuiQAbstractProxyModel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractPrintDialogPrintDialogOptions.o sipQtGuiQAbstractPrintDialogPrintDialogOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractProxyModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractPrintDialogPrintDialogOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractPrintDialog.o sipQtGuiQAbstractPrintDialog.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQDialog.o sipQtGuiQDialog.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractPrintDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQDialog.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractItemViewEditTriggers.o sipQtGuiQAbstractItemViewEditTriggers.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractItemView.o sipQtGuiQAbstractItemView.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractItemViewEditTriggers.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractItemView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractScrollArea.o sipQtGuiQAbstractScrollArea.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractScrollArea.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractItemDelegate.o sipQtGuiQAbstractItemDelegate.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractItemDelegate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQAbstractButton.o sipQtGuiQAbstractButton.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQAbstractButton.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtGuiQWidget.o sipQtGuiQWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtGui.h:33,
from sipQtGuiQWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtGui.so sipQtGuicmodule.o sipQtGuiQList0101QUndoStack.o sipQtGuiQList0101QTreeWidgetItem.o sipQtGuiQList0101QTextFrame.o sipQtGuiQList0100QTextBlock.o sipQtGuiQList0100QGlyphRun.o sipQtGuiQVector0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextLayoutFormatRange.o sipQtGuiQList0100QTextOptionTab.o sipQtGuiQVector0100QTextLength.o sipQtGuiQVector0100QTextFormat.o sipQtGuiQList0101QTableWidgetItem.o sipQtGuiQList0100QTableWidgetSelectionRange.o sipQtGuiQList0101QStandardItem.o sipQtGuiQList0100QPrinterInfo.o sipQtGuiQList0100QTextEditExtraSelection.o sipQtGuiQList0100QPolygonF.o sipQtGuiQVector0100QRect.o sipQtGuiQVector0100QRectF.o sipQtGuiQVector0100QPoint.o sipQtGuiQVector0100QLine.o sipQtGuiQVector0100QLineF.o sipQtGuiQList0101QMacPasteboardMime.o sipQtGuiQList0101QMdiSubWindow.o sipQtGuiQList0101QDockWidget.o sipQtGuiQList0101QListWidgetItem.o sipQtGuiQList0100QRectF.o sipQtGuiQList0101QGraphicsView.o sipQtGuiQList0600QPair24000100QPointF.o sipQtGuiQList0101QGraphicsTransform.o sipQtGuiQList0101QGraphicsItem.o sipQtGuiQVector0100QPointF.o sipQtGuiQList0101QGesture.o sipQtGuiQList0100QTouchEventTouchPoint.o sipQtGuiQList0100QInputMethodEventAttribute.o sipQtGuiQMap0100QDate0100QTextCharFormat.o sipQtGuiQList0101QAbstractButton.o sipQtGuiQList0101QGraphicsWidget.o sipQtGuiQList0100QKeySequence.o sipQtGuiQList0101QAction.o sipQtGuiQList0100QSize.o sipQtGuiQVector0100QAbstractTextDocumentLayoutSelection.o sipQtGuiQList0101QWidget.o sipQtGuiQVector0600QPair24000100QColor.o sipQtGuiQPyTextObject.o sipQtGuiQWorkspace.o sipQtGuiQList0100QWizardWizardButton.o sipQtGuiQWizardPage.o sipQtGuiQWizardWizardOptions.o sipQtGuiQWizard.o sipQtGuiQWidgetAction.o sipQtGuiQWidgetRenderFlags.o sipQtGuiQWhatsThis.o sipQtGuiQVector4D.o sipQtGuiQVector3D.o sipQtGuiQVector2D.o sipQtGuiQRegExpValidator.o sipQtGuiQDoubleValidator.o sipQtGuiQIntValidator.o sipQtGuiQValidator.o sipQtGuiQUndoView.o sipQtGuiQUndoStack.o sipQtGuiQUndoCommand.o sipQtGuiQUndoGroup.o sipQtGuiQTreeWidgetItemIteratorIteratorFlags.o sipQtGuiQTreeWidgetItemIterator.o sipQtGuiQTreeWidget.o sipQtGuiQTreeWidgetItem.o sipQtGuiQTreeView.o sipQtGuiQTransform.o sipQtGuiQToolTip.o sipQtGuiQToolButton.o sipQtGuiQToolBox.o sipQtGuiQToolBar.o sipQtGuiQTextTable.o sipQtGuiQTextTableCell.o sipQtGuiQTextOptionTab.o sipQtGuiQTextOptionFlags.o sipQtGuiQTextOption.o sipQtGuiQTextBlockUserData.o sipQtGuiQTextFragment.o sipQtGuiQTextBlockiterator.o sipQtGuiQTextBlock.o sipQtGuiQTextFrameiterator.o sipQtGuiQTextFrame.o sipQtGuiQTextObject.o sipQtGuiQTextList.o sipQtGuiQTextBlockGroup.o sipQtGuiQTextLine.o sipQtGuiQTextLayoutFormatRange.o sipQtGuiQTextLayout.o sipQtGuiQTextInlineObject.o sipQtGuiQTextTableCellFormat.o sipQtGuiQTextTableFormat.o sipQtGuiQTextFrameFormat.o sipQtGuiQTextImageFormat.o sipQtGuiQTextListFormat.o sipQtGuiQTextBlockFormat.o sipQtGuiQTextCharFormat.o sipQtGuiQTextFormatPageBreakFlags.o sipQtGuiQTextFormat.o sipQtGuiQTextLength.o sipQtGuiQTextEditAutoFormatting.o sipQtGuiQTextEditExtraSelection.o sipQtGuiQTextDocumentWriter.o sipQtGuiQTextDocumentFragment.o sipQtGuiQTextDocumentFindFlags.o sipQtGuiQTextDocument.o sipQtGuiQt.o sipQtGuiQTextCursor.o sipQtGuiQTextBrowser.o sipQtGuiQTextEdit.o sipQtGuiQTabWidget.o sipQtGuiQTableWidget.o sipQtGuiQTableWidgetItem.o sipQtGuiQTableWidgetSelectionRange.o sipQtGuiQTableView.o sipQtGuiQTabBar.o sipQtGuiQSystemTrayIcon.o sipQtGuiQSyntaxHighlighter.o sipQtGuiQStylePainter.o sipQtGuiQStyleOptionTabWidgetFrameV2.o sipQtGuiQStyleOptionTabV3.o sipQtGuiQStyleOptionTabBarBaseV2.o sipQtGuiQStyleOptionFrameV3.o sipQtGuiQStyleOptionViewItemV4.o sipQtGuiQStyleHintReturnVariant.o sipQtGuiQStyleOptionToolBoxV2.o sipQtGuiQStyleOptionViewItemV3.o sipQtGuiQStyleOptionDockWidgetV2.o sipQtGuiQStyleOptionGraphicsItem.o sipQtGuiQStyleOptionSizeGrip.o sipQtGuiQStyleOptionViewItemV2ViewItemFeatures.o sipQtGuiQStyleOptionViewItemV2.o sipQtGuiQStyleOptionGroupBox.o sipQtGuiQStyleOptionToolBarToolBarFeatures.o sipQtGuiQStyleOptionToolBar.o sipQtGuiQStyleHintReturnMask.o sipQtGuiQStyleHintReturn.o sipQtGuiQStyleOptionTitleBar.o sipQtGuiQStyleOptionComboBox.o sipQtGuiQStyleOptionToolButtonToolButtonFeatures.o sipQtGuiQStyleOptionToolButton.o sipQtGuiQStyleOptionSpinBox.o sipQtGuiQStyleOptionSlider.o sipQtGuiQStyleOptionComplex.o sipQtGuiQStyleOptionRubberBand.o sipQtGuiQStyleOptionToolBox.o sipQtGuiQStyleOptionViewItem.o sipQtGuiQStyleOptionDockWidget.o sipQtGuiQStyleOptionMenuItem.o sipQtGuiQStyleOptionProgressBarV2.o sipQtGuiQStyleOptionProgressBar.o sipQtGuiQStyleOptionTabV2.o sipQtGuiQStyleOptionTabCornerWidgets.o sipQtGuiQStyleOptionTab.o sipQtGuiQStyleOptionButtonButtonFeatures.o sipQtGuiQStyleOptionButton.o sipQtGuiQStyleOptionHeader.o sipQtGuiQStyleOptionTabBarBase.o sipQtGuiQStyleOptionTabWidgetFrame.o sipQtGuiQStyleOptionFrameV2FrameFeatures.o sipQtGuiQStyleOptionFrameV2.o sipQtGuiQStyleOptionFrame.o sipQtGuiQStyleOptionFocusRect.o sipQtGuiQStyleOption.o sipQtGuiQStyleFactory.o sipQtGuiQStyledItemDelegate.o sipQtGuiQStyleSubControls.o sipQtGuiQStyleState.o sipQtGuiQStringListModel.o sipQtGuiQStatusBar.o sipQtGuiQStaticText.o sipQtGuiQStandardItem.o sipQtGuiQStandardItemModel.o sipQtGuiQStackedWidget.o sipQtGuiQStackedLayout.o sipQtGuiQSplitterHandle.o sipQtGuiQSplitter.o sipQtGuiQSplashScreen.o sipQtGuiQDoubleSpinBox.o sipQtGuiQSpinBox.o sipQtGuiQSound.o sipQtGuiQSortFilterProxyModel.o sipQtGuiQSlider.o sipQtGuiQSizePolicyControlTypes.o sipQtGuiQSizePolicy.o sipQtGuiQSizeGrip.o sipQtGuiQShortcut.o sipQtGuiQSessionManager.o sipQtGuiQScrollBar.o sipQtGuiQScrollArea.o sipQtGuiQRubberBand.o sipQtGuiQRegion.o sipQtGuiQRawFont.o sipQtGuiQRadioButton.o sipQtGuiQQuaternion.o sipQtGuiQProxyModel.o sipQtGuiQProgressDialog.o sipQtGuiQProgressBar.o sipQtGuiQPrintPreviewWidget.o sipQtGuiQPrintPreviewDialog.o sipQtGuiQList0100QPrinterPageSize.o sipQtGuiQPrinterInfo.o sipQtGuiQPrintEngine.o sipQtGuiQPrintDialog.o sipQtGuiQPrinter.o sipQtGuiQPolygonF.o sipQtGuiQPolygon.o sipQtGuiQPlainTextDocumentLayout.o sipQtGuiQPlainTextEdit.o sipQtGuiQPixmapCacheKey.o sipQtGuiQPixmapCache.o sipQtGuiQPictureIO.o sipQtGuiQPicture.o sipQtGuiQPen.o sipQtGuiQPalette.o sipQtGuiQPainterPathStroker.o sipQtGuiQPainterPathElement.o sipQtGuiQPainterPath.o sipQtGuiQPaintEngineState.o sipQtGuiQPaintEngineDirtyFlags.o sipQtGuiQPaintEnginePaintEngineFeatures.o sipQtGuiQPaintEngine.o sipQtGuiQTextItemRenderFlags.o sipQtGuiQTextItem.o sipQtGuiQPainterPixmapFragmentHints.o sipQtGuiQPainterPixmapFragment.o sipQtGuiQPainterRenderHints.o sipQtGuiQPainter.o sipQtGuiQPageSetupDialogPageSetupDialogOptions.o sipQtGuiQPageSetupDialog.o sipQtGuiQMovie.o sipQtGuiQMouseEventTransition.o sipQtGuiQMacPasteboardMime.o sipQtGuiQMessageBoxStandardButtons.o sipQtGuiQMessageBox.o sipQtGuiQMenuBar.o sipQtGuiQMenu.o sipQtGuiQMdiSubWindowSubWindowOptions.o sipQtGuiQMdiSubWindow.o sipQtGuiQMdiAreaAreaOptions.o sipQtGuiQMdiArea.o sipQtGuiQMatrix4x4.o sipQtGuiQMatrix.o sipQtGuiQMainWindowDockOptions.o sipQtGuiQMainWindow.o sipQtGuiQListWidget.o sipQtGuiQListWidgetItem.o sipQtGuiQListView.o sipQtGuiQLineEdit.o sipQtGuiQLCDNumber.o sipQtGuiQWidgetItem.o sipQtGuiQSpacerItem.o sipQtGuiQLayoutItem.o sipQtGuiQLabel.o sipQtGuiQKeySequence.o sipQtGuiQKeyEventTransition.o sipQtGuiQItemSelection.o sipQtGuiQItemSelectionModelSelectionFlags.o sipQtGuiQItemSelectionModel.o sipQtGuiQItemSelectionRange.o sipQtGuiQItemEditorFactory.o sipQtGuiQItemEditorCreatorBase.o sipQtGuiQItemDelegate.o sipQtGuiQInputDialogInputDialogOptions.o sipQtGuiQInputDialog.o sipQtGuiQInputContextFactory.o sipQtGuiQInputContext.o sipQtGuiQImageWriter.o sipQtGuiQImageReader.o sipQtGuiQImageIOHandler.o sipQtGuiQImage.o sipQtGuiQPaintDevice.o sipQtGuiQIdentityProxyModel.o sipQtGuiQIconEngineV2AvailableSizesArgument.o sipQtGuiQIconEngineV2.o sipQtGuiQIconEngine.o sipQtGuiQIcon.o sipQtGuiQHeaderView.o sipQtGuiQGroupBox.o sipQtGuiQGridLayout.o sipQtGuiQGraphicsViewOptimizationFlags.o sipQtGuiQGraphicsViewCacheMode.o sipQtGuiQGraphicsView.o sipQtGuiQGraphicsRotation.o sipQtGuiQGraphicsScale.o sipQtGuiQGraphicsTransform.o sipQtGuiQGraphicsSceneMoveEvent.o sipQtGuiQGraphicsSceneResizeEvent.o sipQtGuiQGraphicsSceneDragDropEvent.o sipQtGuiQGraphicsSceneHelpEvent.o sipQtGuiQGraphicsSceneHoverEvent.o sipQtGuiQGraphicsSceneContextMenuEvent.o sipQtGuiQGraphicsSceneWheelEvent.o sipQtGuiQGraphicsSceneMouseEvent.o sipQtGuiQGraphicsSceneEvent.o sipQtGuiQGraphicsSceneSceneLayers.o sipQtGuiQGraphicsScene.o sipQtGuiQGraphicsProxyWidget.o sipQtGuiQGraphicsWidget.o sipQtGuiQGraphicsLinearLayout.o sipQtGuiQGraphicsLayoutItem.o sipQtGuiQGraphicsItemAnimation.o sipQtGuiQGraphicsTextItem.o sipQtGuiQGraphicsObject.o sipQtGuiQGraphicsItemGroup.o sipQtGuiQGraphicsSimpleTextItem.o sipQtGuiQGraphicsPixmapItem.o sipQtGuiQGraphicsLineItem.o sipQtGuiQGraphicsPolygonItem.o sipQtGuiQGraphicsEllipseItem.o sipQtGuiQGraphicsRectItem.o sipQtGuiQGraphicsPathItem.o sipQtGuiQAbstractGraphicsShapeItem.o sipQtGuiQGraphicsItemGraphicsItemFlags.o sipQtGuiQGraphicsItem.o sipQtGuiQGraphicsGridLayout.o sipQtGuiQGraphicsOpacityEffect.o sipQtGuiQGraphicsDropShadowEffect.o sipQtGuiQGraphicsBlurEffectBlurHints.o sipQtGuiQGraphicsBlurEffect.o sipQtGuiQGraphicsColorizeEffect.o sipQtGuiQGraphicsEffectChangeFlags.o sipQtGuiQGraphicsEffect.o sipQtGuiQGraphicsAnchorLayout.o sipQtGuiQGraphicsLayout.o sipQtGuiQGraphicsAnchor.o sipQtGuiQGlyphRun.o sipQtGuiQGestureRecognizerResult.o sipQtGuiQGestureRecognizer.o sipQtGuiQTapAndHoldGesture.o sipQtGuiQTapGesture.o sipQtGuiQSwipeGesture.o sipQtGuiQPinchGestureChangeFlags.o sipQtGuiQPinchGesture.o sipQtGuiQPanGesture.o sipQtGuiQGesture.o sipQtGuiQMatrix2x2.o sipQtGuiQMatrix2x3.o sipQtGuiQMatrix2x4.o sipQtGuiQMatrix3x2.o sipQtGuiQMatrix3x3.o sipQtGuiQMatrix3x4.o sipQtGuiQMatrix4x2.o sipQtGuiQMatrix4x3.o sipQtGuiQFormLayout.o sipQtGuiQFontMetricsF.o sipQtGuiQFontMetrics.o sipQtGuiQFontInfo.o sipQtGuiQFontDialogFontDialogOptions.o sipQtGuiQFontDialog.o sipQtGuiQList0100QFontDatabaseWritingSystem.o sipQtGuiQFontDatabase.o sipQtGuiQFontComboBoxFontFilters.o sipQtGuiQFontComboBox.o sipQtGuiQFont.o sipQtGuiQFocusFrame.o sipQtGuiQFileSystemModel.o sipQtGuiQFileIconProvider.o sipQtGuiQFileDialogOptions.o sipQtGuiQFileDialog.o sipQtGuiQGestureEvent.o sipQtGuiQTouchEventTouchPoint.o sipQtGuiQTouchEvent.o sipQtGuiQWindowStateChangeEvent.o sipQtGuiQShortcutEvent.o sipQtGuiQFileOpenEvent.o sipQtGuiQActionEvent.o sipQtGuiQWhatsThisClickedEvent.o sipQtGuiQStatusTipEvent.o sipQtGuiQHelpEvent.o sipQtGuiQDragLeaveEvent.o sipQtGuiQDragEnterEvent.o sipQtGuiQDragMoveEvent.o sipQtGuiQDropEvent.o sipQtGuiQMimeSource.o sipQtGuiQInputMethodEventAttribute.o sipQtGuiQInputMethodEvent.o sipQtGuiQContextMenuEvent.o sipQtGuiQHideEvent.o sipQtGuiQShowEvent.o sipQtGuiQIconDragEvent.o sipQtGuiQCloseEvent.o sipQtGuiQResizeEvent.o sipQtGuiQMoveEvent.o sipQtGuiQPaintEvent.o sipQtGuiQFocusEvent.o sipQtGuiQKeyEvent.o sipQtGuiQTabletEvent.o sipQtGuiQWheelEvent.o sipQtGuiQHoverEvent.o sipQtGuiQMouseEvent.o sipQtGuiQInputEvent.o sipQtGuiQErrorMessage.o sipQtGuiQDrag.o sipQtGuiQDockWidgetDockWidgetFeatures.o sipQtGuiQDockWidget.o sipQtGuiQDirModel.o sipQtGuiQDialogButtonBoxStandardButtons.o sipQtGuiQDialogButtonBox.o sipQtGuiQDial.o sipQtGuiQDesktopWidget.o sipQtGuiQDesktopServices.o sipQtGuiQDateEdit.o sipQtGuiQTimeEdit.o sipQtGuiQDateTimeEditSections.o sipQtGuiQDateTimeEdit.o sipQtGuiQDataWidgetMapper.o sipQtGuiQCursor.o sipQtGuiQCompleter.o sipQtGuiQCommonStyle.o sipQtGuiQStyle.o sipQtGuiQComboBox.o sipQtGuiQColorDialogColorDialogOptions.o sipQtGuiQColorDialog.o sipQtGuiQColumnView.o sipQtGuiQClipboard.o sipQtGuiQCheckBox.o sipQtGuiQCalendarWidget.o sipQtGuiQButtonGroup.o sipQtGuiQConicalGradient.o sipQtGuiQRadialGradient.o sipQtGuiQLinearGradient.o sipQtGuiQGradient.o sipQtGuiQBrush.o sipQtGuiQCommandLinkButton.o sipQtGuiQPushButton.o sipQtGuiQColor.o sipQtGuiQVBoxLayout.o sipQtGuiQHBoxLayout.o sipQtGuiQBoxLayout.o sipQtGuiQLayout.o sipQtGuiQBitmap.o sipQtGuiQPixmap.o sipQtGuiQApplication.o sipQtGuiQMacCocoaViewContainer.o sipQtGuiQActionGroup.o sipQtGuiQAction.o sipQtGuiQTextObjectInterface.o sipQtGuiQAbstractTextDocumentLayoutPaintContext.o sipQtGuiQAbstractTextDocumentLayoutSelection.o sipQtGuiQAbstractTextDocumentLayout.o sipQtGuiQAbstractSlider.o sipQtGuiQAbstractSpinBoxStepEnabled.o sipQtGuiQAbstractSpinBox.o sipQtGuiQFrame.o sipQtGuiQAbstractProxyModel.o sipQtGuiQAbstractPrintDialogPrintDialogOptions.o sipQtGuiQAbstractPrintDialog.o sipQtGuiQDialog.o sipQtGuiQAbstractItemViewEditTriggers.o sipQtGuiQAbstractItemView.o sipQtGuiQAbstractScrollArea.o sipQtGuiQAbstractItemDelegate.o sipQtGuiQAbstractButton.o sipQtGuiQWidget.o -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -L/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtGui -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -lqpygui -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpcmodule.o sipQtHelpcmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQList0100QHelpSearchQuery.o sipQtHelpQList0100QHelpSearchQuery.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpcmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQList0100QHelpSearchQuery.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQMap0100QString0100QUrl.o sipQtHelpQMap0100QString0100QUrl.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQList0100QStringList.o sipQtHelpQList0100QStringList.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQList0100QStringList.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQMap0100QString0100QUrl.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpSearchResultWidget.o sipQtHelpQHelpSearchResultWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpSearchQueryWidget.o sipQtHelpQHelpSearchQueryWidget.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpSearchResultWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpSearchQueryWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpSearchEngine.o sipQtHelpQHelpSearchEngine.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpSearchQuery.o sipQtHelpQHelpSearchQuery.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpSearchEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpSearchQuery.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpIndexWidget.o sipQtHelpQHelpIndexWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpIndexModel.o sipQtHelpQHelpIndexModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpIndexWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpIndexModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpEngine.o sipQtHelpQHelpEngine.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpEngineCore.o sipQtHelpQHelpEngineCore.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpEngineCore.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpContentWidget.o sipQtHelpQHelpContentWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpContentModel.o sipQtHelpQHelpContentModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpContentWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpContentModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtHelp.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtHelpQHelpContentItem.o sipQtHelpQHelpContentItem.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtHelp.h:33,
from sipQtHelpQHelpContentItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtHelp.so sipQtHelpcmodule.o sipQtHelpQList0100QHelpSearchQuery.o sipQtHelpQMap0100QString0100QUrl.o sipQtHelpQList0100QStringList.o sipQtHelpQHelpSearchResultWidget.o sipQtHelpQHelpSearchQueryWidget.o sipQtHelpQHelpSearchEngine.o sipQtHelpQHelpSearchQuery.o sipQtHelpQHelpIndexWidget.o sipQtHelpQHelpIndexModel.o sipQtHelpQHelpEngine.o sipQtHelpQHelpEngineCore.o sipQtHelpQHelpContentWidget.o sipQtHelpQHelpContentModel.o sipQtHelpQHelpContentItem.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtHelp -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtSql -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -framework QtGui -framework QtNetwork -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediacmodule.o sipQtMultimediacmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQList0100QAudioDeviceInfo.o sipQtMultimediaQList0100QAudioDeviceInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQList0100QAudioDeviceInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediacmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQVideoSurfaceFormat.o sipQtMultimediaQVideoSurfaceFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQVideoSurfaceFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQList0100QVideoFramePixelFormat.o sipQtMultimediaQList0100QVideoFramePixelFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQList0100QVideoFramePixelFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQVideoFrame.o sipQtMultimediaQVideoFrame.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAudioOutput.o sipQtMultimediaQAudioOutput.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQVideoFrame.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAudioOutput.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAudioInput.o sipQtMultimediaQAudioInput.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQList0100QAudioFormatSampleType.o sipQtMultimediaQList0100QAudioFormatSampleType.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAudioInput.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQList0100QAudioFormatSampleType.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQList0100QAudioFormatEndian.o sipQtMultimediaQList0100QAudioFormatEndian.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAudioFormat.o sipQtMultimediaQAudioFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQList0100QAudioFormatEndian.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAudioFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAudioDeviceInfo.o sipQtMultimediaQAudioDeviceInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAudio.o sipQtMultimediaQAudio.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAudioDeviceInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAudio.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAbstractVideoSurface.o sipQtMultimediaQAbstractVideoSurface.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtMultimedia.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtMultimediaQAbstractVideoBuffer.o sipQtMultimediaQAbstractVideoBuffer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAbstractVideoBuffer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtMultimedia.h:33,
from sipQtMultimediaQAbstractVideoSurface.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtMultimedia.so sipQtMultimediacmodule.o sipQtMultimediaQList0100QAudioDeviceInfo.o sipQtMultimediaQVideoSurfaceFormat.o sipQtMultimediaQList0100QVideoFramePixelFormat.o sipQtMultimediaQVideoFrame.o sipQtMultimediaQAudioOutput.o sipQtMultimediaQAudioInput.o sipQtMultimediaQList0100QAudioFormatSampleType.o sipQtMultimediaQList0100QAudioFormatEndian.o sipQtMultimediaQAudioFormat.o sipQtMultimediaQAudioDeviceInfo.o sipQtMultimediaQAudio.o sipQtMultimediaQAbstractVideoSurface.o sipQtMultimediaQAbstractVideoBuffer.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtMultimedia -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework ApplicationServices -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkcmodule.o sipQtNetworkcmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QSslCipher.o sipQtNetworkQList0100QSslCipher.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QSslCipher.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkcmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QSslCertificate.o sipQtNetworkQList0100QSslCertificate.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QSslCertificate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QNetworkProxy.o sipQtNetworkQList0100QNetworkProxy.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QNetworkInterface.o sipQtNetworkQList0100QNetworkInterface.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QNetworkProxy.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QNetworkInterface.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QNetworkAddressEntry.o sipQtNetworkQList0100QNetworkAddressEntry.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QNetworkCookie.o sipQtNetworkQList0100QNetworkCookie.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QNetworkAddressEntry.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QNetworkCookie.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QNetworkConfiguration.o sipQtNetworkQList0100QNetworkConfiguration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QSslError.o sipQtNetworkQList0100QSslError.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QNetworkConfiguration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QSslError.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQList0100QHostAddress.o sipQtNetworkQList0100QHostAddress.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQPair0100QHostAddress1800.o sipQtNetworkQPair0100QHostAddress1800.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQList0100QHostAddress.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQPair0100QHostAddress1800.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQUrlInfo.o sipQtNetworkQUrlInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQUdpSocketBindMode.o sipQtNetworkQUdpSocketBindMode.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQUrlInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQUdpSocketBindMode.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQUdpSocket.o sipQtNetworkQUdpSocket.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQTcpServer.o sipQtNetworkQTcpServer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQUdpSocket.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQTcpServer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslSocket.o sipQtNetworkQSslSocket.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQTcpSocket.o sipQtNetworkQTcpSocket.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQTcpSocket.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslSocket.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslKey.o sipQtNetworkQSslKey.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslKey.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslError.o sipQtNetworkQSslError.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslError.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslCipher.o sipQtNetworkQSslCipher.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslCipher.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslConfiguration.o sipQtNetworkQSslConfiguration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQMultiMap0100QSslAlternateNameEntryType0100QString.o sipQtNetworkQMultiMap0100QSslAlternateNameEntryType0100QString.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslConfiguration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQMultiMap0100QSslAlternateNameEntryType0100QString.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslCertificate.o sipQtNetworkQSslCertificate.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSslSslOptions.o sipQtNetworkQSslSslOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslSslOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSslCertificate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQSsl.o sipQtNetworkQSsl.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkSession.o sipQtNetworkQNetworkSession.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQSsl.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkSession.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkRequest.o sipQtNetworkQNetworkRequest.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkRequest.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkReply.o sipQtNetworkQNetworkReply.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkReply.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkProxyFactory.o sipQtNetworkQNetworkProxyFactory.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkProxyFactory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkProxyQuery.o sipQtNetworkQNetworkProxyQuery.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkProxyCapabilities.o sipQtNetworkQNetworkProxyCapabilities.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkProxyQuery.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkProxyCapabilities.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkProxy.o sipQtNetworkQNetworkProxy.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkInterfaceInterfaceFlags.o sipQtNetworkQNetworkInterfaceInterfaceFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkProxy.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkInterfaceInterfaceFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkInterface.o sipQtNetworkQNetworkInterface.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkAddressEntry.o sipQtNetworkQNetworkAddressEntry.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkInterface.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkAddressEntry.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkDiskCache.o sipQtNetworkQNetworkDiskCache.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkCookieJar.o sipQtNetworkQNetworkCookieJar.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkDiskCache.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkCookieJar.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkCookie.o sipQtNetworkQNetworkCookie.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkConfigurationStateFlags.o sipQtNetworkQNetworkConfigurationStateFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkCookie.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkConfigurationStateFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkConfiguration.o sipQtNetworkQNetworkConfiguration.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkConfigurationManagerCapabilities.o sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkConfigurationManagerCapabilities.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkConfiguration.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkConfigurationManager.o sipQtNetworkQNetworkConfigurationManager.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkAccessManager.o sipQtNetworkQNetworkAccessManager.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkConfigurationManager.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkAccessManager.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQLocalSocket.o sipQtNetworkQLocalSocket.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQLocalSocket.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkquintptr.o sipQtNetworkquintptr.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkquintptr.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQLocalServer.o sipQtNetworkQLocalServer.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttpMultiPart.o sipQtNetworkQHttpMultiPart.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQLocalServer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttpMultiPart.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttpPart.o sipQtNetworkQHttpPart.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttp.o sipQtNetworkQHttp.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttpPart.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttp.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttpRequestHeader.o sipQtNetworkQHttpRequestHeader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttpRequestHeader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttpResponseHeader.o sipQtNetworkQHttpResponseHeader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttpResponseHeader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHttpHeader.o sipQtNetworkQHttpHeader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHttpHeader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHostInfo.o sipQtNetworkQHostInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHostInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQ_IPV6ADDR.o sipQtNetworkQ_IPV6ADDR.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQ_IPV6ADDR.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHostAddress.o sipQtNetworkQHostAddress.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHostAddress.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQFtp.o sipQtNetworkQFtp.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQFtp.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQAuthenticator.o sipQtNetworkQAuthenticator.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQAbstractSocket.o sipQtNetworkQAbstractSocket.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQAuthenticator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQAbstractSocket.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQAbstractNetworkCache.o sipQtNetworkQAbstractNetworkCache.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQAbstractNetworkCache.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQNetworkCacheMetaData.o sipQtNetworkQNetworkCacheMetaData.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQNetworkCacheMetaData.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtNetwork.h:33,
from sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtNetwork.so sipQtNetworkcmodule.o sipQtNetworkQList0100QSslCipher.o sipQtNetworkQList0100QSslCertificate.o sipQtNetworkQList0100QNetworkProxy.o sipQtNetworkQList0100QNetworkInterface.o sipQtNetworkQList0100QNetworkAddressEntry.o sipQtNetworkQList0100QNetworkCookie.o sipQtNetworkQList0100QNetworkConfiguration.o sipQtNetworkQList0100QSslError.o sipQtNetworkQList0100QHostAddress.o sipQtNetworkQPair0100QHostAddress1800.o sipQtNetworkQUrlInfo.o sipQtNetworkQUdpSocketBindMode.o sipQtNetworkQUdpSocket.o sipQtNetworkQTcpServer.o sipQtNetworkQSslSocket.o sipQtNetworkQTcpSocket.o sipQtNetworkQSslKey.o sipQtNetworkQSslError.o sipQtNetworkQSslCipher.o sipQtNetworkQSslConfiguration.o sipQtNetworkQMultiMap0100QSslAlternateNameEntryType0100QString.o sipQtNetworkQSslCertificate.o sipQtNetworkQSslSslOptions.o sipQtNetworkQSsl.o sipQtNetworkQNetworkSession.o sipQtNetworkQNetworkRequest.o sipQtNetworkQNetworkReply.o sipQtNetworkQNetworkProxyFactory.o sipQtNetworkQNetworkProxyQuery.o sipQtNetworkQNetworkProxyCapabilities.o sipQtNetworkQNetworkProxy.o sipQtNetworkQNetworkInterfaceInterfaceFlags.o sipQtNetworkQNetworkInterface.o sipQtNetworkQNetworkAddressEntry.o sipQtNetworkQNetworkDiskCache.o sipQtNetworkQNetworkCookieJar.o sipQtNetworkQNetworkCookie.o sipQtNetworkQNetworkConfigurationStateFlags.o sipQtNetworkQNetworkConfiguration.o sipQtNetworkQNetworkConfigurationManagerCapabilities.o sipQtNetworkQNetworkConfigurationManager.o sipQtNetworkQNetworkAccessManager.o sipQtNetworkQLocalSocket.o sipQtNetworkquintptr.o sipQtNetworkQLocalServer.o sipQtNetworkQHttpMultiPart.o sipQtNetworkQHttpPart.o sipQtNetworkQHttp.o sipQtNetworkQHttpRequestHeader.o sipQtNetworkQHttpResponseHeader.o sipQtNetworkQHttpHeader.o sipQtNetworkQHostInfo.o sipQtNetworkQ_IPV6ADDR.o sipQtNetworkQHostAddress.o sipQtNetworkQFtp.o sipQtNetworkQAuthenticator.o sipQtNetworkQAbstractSocket.o sipQtNetworkQAbstractNetworkCache.o sipQtNetworkQNetworkCacheMetaData.o sipQtNetworkQHash0100QNetworkRequestAttribute0100QVariant.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtNetwork -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativecmodule.o sipQtDeclarativecmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQList0100QDeclarativeError.o sipQtDeclarativeQList0100QDeclarativeError.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQList0100QDeclarativeError.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativecmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQPyDeclarativePropertyValueSource.o sipQtDeclarativeQPyDeclarativePropertyValueSource.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQPyDeclarativePropertyValueSource.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeListProperty0100QObject.o sipQtDeclarativeQDeclarativeListProperty0100QObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeListProperty0100QObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeView.o sipQtDeclarativeQDeclarativeView.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeScriptString.o sipQtDeclarativeQDeclarativeScriptString.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeScriptString.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeView.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativePropertyValueSource.o sipQtDeclarativeQDeclarativePropertyValueSource.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativePropertyValueSource.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativePropertyMap.o sipQtDeclarativeQDeclarativePropertyMap.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeProperty.o sipQtDeclarativeQDeclarativeProperty.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativePropertyMap.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeProperty.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeNetworkAccessManagerFactory.o sipQtDeclarativeQDeclarativeNetworkAccessManagerFactory.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeNetworkAccessManagerFactory.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeListReference.o sipQtDeclarativeQDeclarativeListReference.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeListReference.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeItem.o sipQtDeclarativeQDeclarativeItem.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeParserStatus.o sipQtDeclarativeQDeclarativeParserStatus.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeItem.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeParserStatus.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeImageProvider.o sipQtDeclarativeQDeclarativeImageProvider.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeImageProvider.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeExtensionPlugin.o sipQtDeclarativeQDeclarativeExtensionPlugin.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeExpression.o sipQtDeclarativeQDeclarativeExpression.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeExtensionPlugin.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeExpression.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeError.o sipQtDeclarativeQDeclarativeError.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeEngine.o sipQtDeclarativeQDeclarativeEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeError.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeContext.o sipQtDeclarativeQDeclarativeContext.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeContext.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtDeclarative.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtDeclarativeQDeclarativeComponent.o sipQtDeclarativeQDeclarativeComponent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtDeclarative.h:33,
from sipQtDeclarativeQDeclarativeComponent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtDeclarative.so sipQtDeclarativecmodule.o sipQtDeclarativeQList0100QDeclarativeError.o sipQtDeclarativeQPyDeclarativePropertyValueSource.o sipQtDeclarativeQDeclarativeListProperty0100QObject.o sipQtDeclarativeQDeclarativeView.o sipQtDeclarativeQDeclarativeScriptString.o sipQtDeclarativeQDeclarativePropertyValueSource.o sipQtDeclarativeQDeclarativePropertyMap.o sipQtDeclarativeQDeclarativeProperty.o sipQtDeclarativeQDeclarativeNetworkAccessManagerFactory.o sipQtDeclarativeQDeclarativeListReference.o sipQtDeclarativeQDeclarativeItem.o sipQtDeclarativeQDeclarativeParserStatus.o sipQtDeclarativeQDeclarativeImageProvider.o sipQtDeclarativeQDeclarativeExtensionPlugin.o sipQtDeclarativeQDeclarativeExpression.o sipQtDeclarativeQDeclarativeError.o sipQtDeclarativeQDeclarativeEngine.o sipQtDeclarativeQDeclarativeContext.o sipQtDeclarativeQDeclarativeComponent.o -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -L/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtDeclarative -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -lqpydeclarative -framework QtDeclarative -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtScript -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -framework QtSvg -framework QtGui -framework QtSql -framework QtXmlPatterns -framework QtNetwork -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtNetwork -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLcmodule.o sipQtOpenGLcmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQList0101QGLShader.o sipQtOpenGLQList0101QGLShader.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQList0101QGLShader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLcmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLShaderProgram.o sipQtOpenGLQGLShaderProgram.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLShaderShaderType.o sipQtOpenGLQGLShaderShaderType.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLShaderShaderType.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLShaderProgram.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLShader.o sipQtOpenGLQGLShader.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLPixelBuffer.o sipQtOpenGLQGLPixelBuffer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLShader.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLPixelBuffer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLFramebufferObjectFormat.o sipQtOpenGLQGLFramebufferObjectFormat.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLFramebufferObject.o sipQtOpenGLQGLFramebufferObject.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLFramebufferObject.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLFramebufferObjectFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLColormap.o sipQtOpenGLQGLColormap.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLBuffer.o sipQtOpenGLQGLBuffer.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLColormap.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLBuffer.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLWidget.o sipQtOpenGLQGLWidget.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLContextBindOptions.o sipQtOpenGLQGLContextBindOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLContextBindOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLWidget.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLContext.o sipQtOpenGLQGLContext.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLContext.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLFormatOpenGLVersionFlags.o sipQtOpenGLQGLFormatOpenGLVersionFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLFormatOpenGLVersionFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLFormat.o sipQtOpenGLQGLFormat.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLFormat.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGLFormatOptions.o sipQtOpenGLQGLFormatOptions.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGLFormatOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtOpenGL.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/System/Library/Frameworks/AGL.framework/Headers/ -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtOpenGLQGL.o sipQtOpenGLQGL.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtOpenGL.h:33,
from sipQtOpenGLQGL.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtOpenGL.so sipQtOpenGLcmodule.o sipQtOpenGLQList0101QGLShader.o sipQtOpenGLQGLShaderProgram.o sipQtOpenGLQGLShaderShaderType.o sipQtOpenGLQGLShader.o sipQtOpenGLQGLPixelBuffer.o sipQtOpenGLQGLFramebufferObjectFormat.o sipQtOpenGLQGLFramebufferObject.o sipQtOpenGLQGLColormap.o sipQtOpenGLQGLBuffer.o sipQtOpenGLQGLWidget.o sipQtOpenGLQGLContextBindOptions.o sipQtOpenGLQGLContext.o sipQtOpenGLQGLFormatOpenGLVersionFlags.o sipQtOpenGLQGLFormat.o sipQtOpenGLQGLFormatOptions.o sipQtOpenGLQGL.o -F/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -L/private/tmp/homebrew-pyqt-4.9.1-GzYv/PyQt-mac-gpl-4.9.1/qpy/QtOpenGL -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -lqpyopengl -framework QtOpenGL -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework OpenGL -framework AGL
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptcmodule.o sipQtScriptcmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQList0100QScriptValue.o sipQtScriptQList0100QScriptValue.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptcmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQList0100QScriptValue.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQList0100QScriptContextInfo.o sipQtScriptQList0100QScriptContextInfo.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptValueIterator.o sipQtScriptQScriptValueIterator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQList0100QScriptContextInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptValueIterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptValuePropertyFlags.o sipQtScriptQScriptValuePropertyFlags.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptValueResolveFlags.o sipQtScriptQScriptValueResolveFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptValueResolveFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptValuePropertyFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptValue.o sipQtScriptQScriptValue.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptString.o sipQtScriptQScriptString.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptValue.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptString.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptEngineAgent.o sipQtScriptQScriptEngineAgent.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptEngineAgent.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptSyntaxCheckResult.o sipQtScriptQScriptSyntaxCheckResult.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptSyntaxCheckResult.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptEngineQObjectWrapOptions.o sipQtScriptQScriptEngineQObjectWrapOptions.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptEngine.o sipQtScriptQScriptEngine.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptEngineQObjectWrapOptions.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptEngine.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptContextInfo.o sipQtScriptQScriptContextInfo.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptContextInfo.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptContext.o sipQtScriptQScriptContext.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptContext.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptClassPropertyIterator.o sipQtScriptQScriptClassPropertyIterator.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptClassPropertyIterator.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptClassQueryFlags.o sipQtScriptQScriptClassQueryFlags.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptClassQueryFlags.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptQScriptClass.o sipQtScriptQScriptClass.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScript.h:33,
from sipQtScriptQScriptClass.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtScript.so sipQtScriptcmodule.o sipQtScriptQList0100QScriptValue.o sipQtScriptQList0100QScriptContextInfo.o sipQtScriptQScriptValueIterator.o sipQtScriptQScriptValuePropertyFlags.o sipQtScriptQScriptValueResolveFlags.o sipQtScriptQScriptValue.o sipQtScriptQScriptString.o sipQtScriptQScriptEngineAgent.o sipQtScriptQScriptSyntaxCheckResult.o sipQtScriptQScriptEngineQObjectWrapOptions.o sipQtScriptQScriptEngine.o sipQtScriptQScriptContextInfo.o sipQtScriptQScriptContext.o sipQtScriptQScriptClassPropertyIterator.o sipQtScriptQScriptClassQueryFlags.o sipQtScriptQScriptClass.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtScript -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPTTOOLS_LIB -DQT_GUI_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScriptTools.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptToolscmodule.o sipQtScriptToolscmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SCRIPTTOOLS_LIB -DQT_GUI_LIB -DQT_SCRIPT_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtScriptTools.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtScript.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtScriptToolsQScriptEngineDebugger.o sipQtScriptToolsQScriptEngineDebugger.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScriptTools.h:33,
from sipQtScriptToolscmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtScriptTools.h:33,
from sipQtScriptToolsQScriptEngineDebugger.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtScriptTools.so sipQtScriptToolscmodule.o sipQtScriptToolsQScriptEngineDebugger.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtScriptTools -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtScript -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -framework QtGui -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtScript -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlcmodule.o sipQtSqlcmodule.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQVector0100QVariant.o sipQtSqlQVector0100QVariant.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQVector0100QVariant.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlcmodule.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlResult.o sipQtSqlQSqlResult.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlRelationalTableModel.o sipQtSqlQSqlRelationalTableModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlResult.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlRelationalTableModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlTableModel.o sipQtSqlQSqlTableModel.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlRelation.o sipQtSqlQSqlRelation.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlTableModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlRelation.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlRelationalDelegate.o sipQtSqlQSqlRelationalDelegate.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlQueryModel.o sipQtSqlQSqlQueryModel.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlRelationalDelegate.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlQueryModel.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlQuery.o sipQtSqlQSqlQuery.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlIndex.o sipQtSqlQSqlIndex.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlQuery.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlIndex.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlRecord.o sipQtSqlQSqlRecord.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlField.o sipQtSqlQSqlField.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlRecord.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlField.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlError.o sipQtSqlQSqlError.cpp
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlDriver.o sipQtSqlQSqlDriver.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlError.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlDriver.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlDatabase.o sipQtSqlQSqlDatabase.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlDatabase.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlDriverCreatorBase.o sipQtSqlQSqlDriverCreatorBase.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlDriverCreatorBase.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSqlParamType.o sipQtSqlQSqlParamType.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSqlParamType.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/local/Cellar/sip/4.13.2/include -I/usr/local/Cellar/python/2.7.2/include/python2.7 -I/usr/local/Cellar/qt/4.8.0/mkspecs/default -I/usr/local/Cellar/qt/4.8.0/lib/QtSql.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/4.8.0/lib/QtCore.framework/Headers -I/usr/local/Cellar/qt/4.8.0/include -F/usr/local/Cellar/qt/4.8.0/lib -o sipQtSqlQSql.o sipQtSqlQSql.cpp
In file included from /usr/local/Cellar/python/2.7.2/include/python2.7/Python.h:126,
from /usr/local/Cellar/sip/4.13.2/include/sip.h:32,
from sipAPIQtSql.h:33,
from sipQtSqlQSql.cpp:29:
/usr/local/Cellar/python/2.7.2/include/python2.7/modsupport.h:27: warning: ‘PyArg_ParseTuple’ is an unrecognized format function type
g++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o QtSql.so sipQtSqlcmodule.o sipQtSqlQVector0100QVariant.o sipQtSqlQSqlResult.o sipQtSqlQSqlRelationalTableModel.o sipQtSqlQSqlTableModel.o sipQtSqlQSqlRelation.o sipQtSqlQSqlRelationalDelegate.o sipQtSqlQSqlQueryModel.o sipQtSqlQSqlQuery.o sipQtSqlQSqlIndex.o sipQtSqlQSqlRecord.o sipQtSqlQSqlField.o sipQtSqlQSqlError.o sipQtSqlQSqlDriver.o sipQtSqlQSqlDatabase.o sipQtSqlQSqlDriverCreatorBase.o sipQtSqlQSqlParamType.o sipQtSqlQSql.o -F/usr/local/Cellar/qt/4.8.0/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtSql -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtGui -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -F/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib -framework QtCore -L/usr/X11/lib -L/usr/local/Cellar/qt/4.8.0/lib
g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment