Hello, I've made a lot of progress compiling pyside on my macosx 10.5.8 but still bump in the following problem while compiling pyside: """ [ 1%] Running generator for core... Too many arguments! make[2]: *** [PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp] Error 1 make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2 make: *** [all] Error 2 """ Any hints ? (Full log below)
Regards, David -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Checking whether C compiler has -isysroot -- Checking whether C compiler has -isysroot - yes -- Checking whether C compiler supports OSX deployment target flag -- Checking whether C compiler supports OSX deployment target flag - yes -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Checking whether CXX compiler has -isysroot -- Checking whether CXX compiler has -isysroot - yes -- Checking whether CXX compiler supports OSX deployment target flag -- Checking whether CXX compiler supports OSX deployment target flag - yes -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found PythonLibs: -framework Python -- Found PythonInterp: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - found -- Looking for QT_MAC_USE_COCOA -- Looking for QT_MAC_USE_COCOA - found -- Found Qt-Version 4.6.2 (using /opt/local/bin/qmake-mac) -- Found OpenSSL: /usr/lib/libssl.dylib;/usr/lib/libcrypto.dylib -- Detected OS: MAC -- !!! The generated bindings will be installed on /tmp/sandbox/lib/python2.6/site-packages, is it right!? -- Testing support to GtkStyle -- disabled -- Testing support to SystemTray -- enabled -- Testing support to PrintDialog Support -- enabled -- Testing support to PrintPreview Support -- enabled -- Testing support to PrintPreviewDialog Support -- enabled -- Testing support to Printer Support -- enabled -- Testing support to SizeGrip Support -- enabled -- Testing support to SessionManager Support -- enabled -- Testing support to Network OPENSSL -- enabled -- QtMaemo5 NOT found. QtMaemo5 support disabled. -- QtDeclarative NOT found. QtDeclarative support disabled. -- QT_SRC_DIR variable not set, apidoc generation targets disabled. -- Configuring done -- Generating done -- Build files have been written to: /tmp/pyside-build/pyside/build Configured pyside. Starting build. Scanning dependencies of target pyside [ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/dynamicqmetaobject.cpp.o [ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/signalmanager.cpp.o [ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/globalreceiver.cpp.o [ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/qsignal.cpp.o [ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/qslot.cpp.o [ 1%] Building CXX object libpyside/CMakeFiles/pyside.dir/pyside.cpp.o Linking CXX shared library libpyside.dylib [ 1%] Built target pyside [ 1%] Running generator for core... Too many arguments! make[2]: *** [PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp] Error 1 make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2 make: *** [all] Error 2 _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
