<html><body><div style="color:#000; background-color:#fff; font-family:lucida console, sans-serif;font-size:12pt"><div>Hi All</div><div><br></div><div>I’m encountering a build issue for PyQt 4.8.5  (Qt 4.74) on OS X 10.7.1 that’s got me a bit jiggered.  I’m a newbie to the list, and I hope you’ll forgive me for jumping right in...</div><div><br></div><div>If I do the following:</div><div><br></div><div>1. Run configure.py</div><div><br></div><div>python configure.py -q /Users/edoxtator/QtSDK/Simulator/qt/gcc/bin/qmake -d /Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages -g --use-arch x86_64<br></div><div><br></div><div>I get the following:</div><div><div>Checking to see if the QtGui module should be built...</div><div>Checking to see if the QtHelp module should be built...</div><div>Checking to see if the QtMultimedia module should be built...</div><div>Checking to see if the QtNetwork module should be
 built...</div><div>Checking to see if the QtDeclarative module should be built...</div><div>Checking to see if the QtOpenGL module should be built...</div><div>Checking to see if the QtScript module should be built...</div><div>Checking to see if the QtScriptTools module should be built...</div><div>Checking to see if the QtSql module should be built...</div><div>Checking to see if the QtSvg module should be built...</div><div>Checking to see if the QtTest module should be built...</div><div>Checking to see if the QtWebKit module should be built...</div><div>Checking to see if the QtXml module should be built...</div><div>Checking to see if the QtXmlPatterns module should be built...</div><div>Checking to see if the phonon module should be built...</div><div>Checking to see if the QtAssistant module should be built...</div><div>QtDesigner module disabled with static Qt libraries.</div><div>Qt v4.7.4 free edition is being used.</div><div>Qt is built as a
 framework.</div><div>SIP 4.12.4 is being used.</div><div>The Qt header files are in /Users/edoxtator/QtSDK/Simulator/Qt/gcc/include.</div><div>The static Qt libraries are in /Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib.</div><div>The Qt binaries are in /Users/edoxtator/QtSDK/Simulator/Qt/gcc/bin.</div><div>The Qt mkspecs directory is in /Users/edoxtator/QtSDK/Simulator/Qt/gcc/.</div><div>These PyQt modules will be built: QtCore, QtGui, QtMultimedia, QtNetwork,</div><div>QtDeclarative, QtOpenGL, QtScript, QtScriptTools, QtSql, QtSvg, QtTest,</div><div>QtWebKit, QtXml, QtXmlPatterns, phonon.</div><div>The PyQt Python package will be installed in</div><div>/Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages.</div><div>PyQt is being built with generated docstrings.</div><div>PyQt is being built with 'protected' redefined as 'public'.</div><div>The Designer plugin will be installed
 in</div><div>/Users/edoxtator/QtSDK/Simulator/Qt/gcc/plugins/designer.</div><div>The PyQt .sip files will be installed in</div><div>/Library/Frameworks/Python.framework/Versions/2.7/share/sip/PyQt4.</div><div>pyuic4, pyrcc4 and pylupdate4 will be installed in</div><div>/Library/Frameworks/Python.framework/Versions/2.7/bin.</div><div>Generating the C++ source for the QtCore module...</div><div>Creating the Makefile for the QtCore module...</div><div>Generating the C++ source for the QtDeclarative module...</div><div>Creating the Makefile for the QtDeclarative module...</div><div>Generating the C++ source for the QtGui module...</div><div>Creating the Makefile for the QtGui module...</div><div>Generating the C++ source for the QtMultimedia module...</div><div>Creating the Makefile for the QtMultimedia module...</div><div><div>Generating the C++ source for the QtNetwork module...</div><div>Creating the Makefile for the QtNetwork
 module...</div><div>Determining the OpenGL data types...</div><div>Generating the C++ source for the QtOpenGL module...</div><div>Creating the Makefile for the QtOpenGL module...</div><div>Generating the C++ source for the QtScript module...</div><div>Creating the Makefile for the QtScript module...</div><div>Generating the C++ source for the QtScriptTools module...</div><div>Creating the Makefile for the QtScriptTools module...</div><div>Generating the C++ source for the QtSql module...</div><div>Creating the Makefile for the QtSql module...</div><div>Generating the C++ source for the QtSvg module...</div><div>Creating the Makefile for the QtSvg module...</div><div>Generating the C++ source for the QtTest module...</div><div>Creating the Makefile for the QtTest module...</div><div>Generating the C++ source for the QtWebKit module...</div><div>Creating the Makefile for the QtWebKit module...</div><div>Generating the C++ source for the QtXml
 module...</div><div>Creating the Makefile for the QtXml module...</div><div>Generating the C++ source for the QtXmlPatterns module...</div><div>Creating the Makefile for the QtXmlPatterns module...</div><div>Generating the C++ source for the phonon module...</div><div>Creating the Makefile for the phonon module...</div><div>Generating the C++ source for the Qt module...</div><div>Creating the Makefile for the Qt module...</div><div>Generating the C++ source for the _qt module...</div><div>Creating the Makefile for the _qt module...</div><div>Creating QScintilla API file...</div><div>Creating top level Makefile...</div><div>Creating QPy support library for QtDeclarative Makefile...</div><div>Creating QPy support library for QtCore Makefile...</div><div>Creating QPy support library for QtGui Makefile...</div><div>Creating QPy support library for QtOpenGL Makefile...</div><div>Creating QPy support libraries Makefile...</div><div>Creating pyuic4
 wrapper...</div><div>Creating pyuic4 Makefile...</div><div>Creating pylupdate4 Makefile...</div><div>Creating pyrcc4 Makefile...</div><div>Creating pyqtconfig.py...</div><div><br></div><div>Which seems to be OK.  I guess.</div><div><br></div><div>2. Next, I run:</div><div><br></div><div>make</div><div><br></div><div>Which gives me</div><div><lots of build statements, until...></div><div><br></div><div><div>g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_WEBKIT_LIB -DQT_TEST_LIB -DQT_SQL_LIB -DQT_SCRIPTTOOLS_LIB -DQT_SCRIPT_LIB -DQT_OPENGL_LIB -DQT_DECLARATIVE_LIB -DQT_NETWORK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtCore -I/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtDeclarative -I/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtGui
 -I/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtOpenGL -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/mkspecs/default -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/phonon.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtXmlPatterns.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtXml.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtWebKit.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtTest.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtSvg.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtSql.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtScriptTools.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtScript.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtOpenGL.framework/Headers
 -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtDeclarative.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtNetwork.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtMultimedia.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtGui.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib/QtCore.framework/Headers -I/Users/edoxtator/QtSDK/Simulator/Qt/gcc/include -F/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtCore -F/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtDeclarative -F/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtGui -F/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/qpy/QtOpenGL -F/Users/edoxtator/QtSDK/Simulator/Qt/gcc/lib -o sipQtGuicmodule.o sipQtGuicmodule.cpp</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_set_press_and_hold_context(PyObject*,
 PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:6886: error: ‘qt_mac_set_press_and_hold_context’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_set_native_menubar(PyObject*, PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:6914: error: ‘qt_mac_set_native_menubar’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_set_menubar_merge(PyObject*, PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:6942: error: ‘qt_mac_set_menubar_merge’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_set_menubar_icons(PyObject*,
 PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:6970: error: ‘qt_mac_set_menubar_icons’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_set_dock_menu(PyObject*, PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:6999: error: ‘qt_mac_set_dock_menu’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_mac_secure_keyboard(PyObject*, PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:7029: error: ‘qt_mac_secure_keyboard’ was not declared in this scope</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp: In function ‘PyObject* func_qt_set_sequence_auto_mnemonic(PyObject*,
 PyObject*)’:</div><div>/Users/edoxtator/Downloads/PyQt-mac-gpl-4.8.5/_qt/sipQtGuicmodule.cpp:7057: error: ‘qt_set_sequence_auto_mnemonic’ was not declared in this scope</div><div>make[1]: *** [sipQtGuicmodule.o] Error 1</div><div>make: *** [all] Error 2</div></div><div><br></div><div>I’m buffaloed.  Any thoughts here?</div><div><br></div><div>Thanks</div><div><br></div><div>-Ed</div><div><br></div></div></div></div></body></html>