Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created August 11, 2010 22:26
Show Gist options
  • Select an option

  • Save jrabbit/519900 to your computer and use it in GitHub Desktop.

Select an option

Save jrabbit/519900 to your computer and use it in GitHub Desktop.
#!/bin/sh -ev
export PATH=/sw/lib/qt4-mac/bin:$PATH
/sw/bin/cmake \
--debug-output -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/sw \
-DCMAKE_INCLUDE_PATH:PATH=/sw/include \
-DCMAKE_LIBRARY_PATH:PATH=/sw/lib \
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" \
-DCMAKE_OSX_SYSROOT:PATH="/" \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=/sw \
-DCMAKE_INSTALL_NAME_DIR:STRING=/sw/lib/ \
-DCMAKE_INSTALL_PREFIX:PATH=/sw \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF \
-DCMAKE_INSTALL_RPATH:STRING="${CMAKE_INSTALL_NAME_DIR}" \
CMakeLists.txt
Running with debug output on.
-- The C compiler identification is GNU
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- The CXX compiler identification is GNU
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether C compiler has -isysroot
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether C compiler has -isysroot - yes
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether C compiler supports OSX deployment target flag
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether C compiler supports OSX deployment target flag - yes
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-C.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Check for working C compiler: /sw/var/lib/fink/path-prefix-10.6/gcc
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Check for working C compiler: /sw/var/lib/fink/path-prefix-10.6/gcc -- works
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Detecting C compiler ABI info
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Detecting C compiler ABI info - done
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether CXX compiler has -isysroot
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-CXX.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCXXInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether CXX compiler has -isysroot - yes
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-CXX.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCXXInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether CXX compiler supports OSX deployment target flag
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-CXX.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCXXInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Checking whether CXX compiler supports OSX deployment target flag - yes
Called from: [3] /sw/share/cmake-2.8/Modules/Platform/Darwin-GNU-CXX.cmake
[2] /sw/share/cmake-2.8/Modules/CMakeCXXInformation.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-10.6/c++
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Check for working CXX compiler: /sw/var/lib/fink/path-prefix-10.6/c++ -- works
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Detecting CXX compiler ABI info
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Detecting CXX compiler ABI info - done
Called from: [2] /sw/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Found PythonLibs: /usr/lib/libpython2.6.dylib
Called from: [2] /sw/share/cmake-2.8/Modules/FindPythonLibs.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Found PythonInterp: /sw/bin/python2.6
Called from: [3] /sw/share/cmake-2.8/Modules/FindPythonInterp.cmake
[2] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/cmake/Modules/FindPythonInterpWithDebug.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_X11
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_X11 - not found.
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_WIN
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_WIN - not found.
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_QWS
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_QWS - not found.
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_MAC
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for Q_WS_MAC - found
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for QT_MAC_USE_COCOA
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Looking for QT_MAC_USE_COCOA - not found.
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Found Qt-Version 4.6.2 (using /sw/lib/qt4-mac/bin/qmake)
Called from: [2] /sw/share/cmake-2.8/Modules/FindQt4.cmake
[1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Detected OS: MAC
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- !!! The generated bindings will be installed on /sw/lib/python2.6/site-packages, is it right!?
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
-- Testing support to GtkStyle -- disabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to SystemTray -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to PrintDialog Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to PrintPreview Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to PrintPreviewDialog Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to Printer Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to SizeGrip Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
-- Testing support to SessionManager Support -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtNetwork
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
-- Testing support to Network OPENSSL -- enabled
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtNetwork/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtWebKit
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSvg
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXml
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtTest
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtOpenGL
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSql
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtUiTools
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtHelp
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXmlPatterns
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
-- QtMaemo5 NOT found. QtMaemo5 support disabled.
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScript
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScriptTools
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMultimedia
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
-- QtDeclarative NOT found. QtDeclarative support disabled.
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/signals
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtCore
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtGui
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtNetwork
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtWebKit
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtSvg
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtXml
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtTest
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtOpenGL
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtSql
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtUiTools
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtHelp
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtXmlPatterns
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtScript
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtScriptTools
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtMultimedia
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/phonon
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
Entering /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/doc
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- QT_SRC_DIR variable not set, apidoc generation targets disabled.
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/doc/CMakeLists.txt
Returning to /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
Called from: [1] /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeLists.txt
-- Configuring done
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtNetwork
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtWebKit
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSvg
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXml
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtTest
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtOpenGL
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSql
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtUiTools
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtHelp
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXmlPatterns
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScript
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScriptTools
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMultimedia
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/signals
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtCore
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtGui
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtNetwork
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtWebKit
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtSvg
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtXml
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtTest
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtOpenGL
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtSql
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtUiTools
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtHelp
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtXmlPatterns
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtScript
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtScriptTools
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/QtMultimedia
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/tests/phonon
-- Generating /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/doc
-- Generating done
-- Build files have been written to: /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0
make
/sw/bin/cmake -H/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 -B/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 --check-build-system CMakeFiles/Makefile.cmake 0
/sw/bin/cmake -E cmake_progress_start /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make -f libpyside/CMakeFiles/pyside.dir/build.make libpyside/CMakeFiles/pyside.dir/depend
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 && /sw/bin/cmake -E cmake_depends "Unix Makefiles" /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/CMakeFiles/pyside.dir/DependInfo.cmake --color=
Scanning dependencies of target pyside
make -f libpyside/CMakeFiles/pyside.dir/build.make libpyside/CMakeFiles/pyside.dir/build
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/dynamicqmetaobject.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/dynamicqmetaobject.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/dynamicqmetaobject.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/signalmanager.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/signalmanager.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/signalmanager.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/globalreceiver.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/globalreceiver.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/globalreceiver.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/qsignal.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/qsignal.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/qsignal.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/qslot.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/qslot.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/qslot.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 0%] Building CXX object libpyside/CMakeFiles/pyside.dir/qproperty.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/qproperty.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/qproperty.cpp
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles 100
[ 1%] Building CXX object libpyside/CMakeFiles/pyside.dir/pyside.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/var/lib/fink/path-prefix-10.6/c++ -Dpyside_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/shiboken -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/pyside.dir/pyside.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/pyside.cpp
Linking CXX shared library libpyside.dylib
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/bin/cmake -E cmake_link_script CMakeFiles/pyside.dir/link.txt --verbose=1
/sw/var/lib/fink/path-prefix-10.6/c++ -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -dynamiclib -headerpad_max_install_names -L/sw/lib -compatibility_version 0.4.0 -current_version 0.4.0 -o libpyside.0.4.0.dylib -install_name /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside/libpyside.0.4.dylib CMakeFiles/pyside.dir/dynamicqmetaobject.cpp.o CMakeFiles/pyside.dir/signalmanager.cpp.o CMakeFiles/pyside.dir/globalreceiver.cpp.o CMakeFiles/pyside.dir/qsignal.cpp.o CMakeFiles/pyside.dir/qslot.cpp.o CMakeFiles/pyside.dir/qproperty.cpp.o CMakeFiles/pyside.dir/pyside.cpp.o -F/sw/lib/qt4-mac/lib /usr/lib/libpython2.6.dylib /sw/lib/libshiboken.dylib -framework QtCore
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside && /sw/bin/cmake -E cmake_symlink_library libpyside.0.4.0.dylib libpyside.0.4.dylib libpyside.dylib
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles 100
[ 1%] Built target pyside
make -f PySide/QtCore/CMakeFiles/QtCore.dir/build.make PySide/QtCore/CMakeFiles/QtCore.dir/depend
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles 16
[ 2%] Running generator for core...
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore && /sw/bin/generatorrunner --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/global.h --include-paths=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide:/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework --typesystem-paths=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide:/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore --output-directory=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore --license-file=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/../licensecomment.txt /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/typesystem_core.xml --api-version=4.6
./QtCore.framework/Headers/qnamespace.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore.framework/Headers/qnamespace.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtCore.framework/Headers/qnamespace.h
/usr/include/QtCore.framework/Headers/qnamespace.h
./QtCore.framework/Headers/QtCore
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore.framework/Headers/QtCore
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtCore.framework/Headers/QtCore
/usr/include/QtCore.framework/Headers/QtCore
./QtGui.framework/Headers/QtGui
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui.framework/Headers/QtGui
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtGui.framework/Headers/QtGui
/usr/include/QtGui.framework/Headers/QtGui
./QtXml.framework/Headers/QtXml
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXml.framework/Headers/QtXml
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtXml.framework/Headers/QtXml
/usr/include/QtXml.framework/Headers/QtXml
./QtUiTools.framework/Headers/QtUiTools
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtUiTools.framework/Headers/QtUiTools
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtUiTools.framework/Headers/QtUiTools
/usr/include/QtUiTools.framework/Headers/QtUiTools
./QtNetwork.framework/Headers/QtNetwork
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtNetwork.framework/Headers/QtNetwork
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtNetwork.framework/Headers/QtNetwork
/usr/include/QtNetwork.framework/Headers/QtNetwork
./QtScript.framework/Headers/QtScript
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScript.framework/Headers/QtScript
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtScript.framework/Headers/QtScript
/usr/include/QtScript.framework/Headers/QtScript
./QtScriptTools.framework/Headers/QtScriptTools
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScriptTools.framework/Headers/QtScriptTools
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtScriptTools.framework/Headers/QtScriptTools
/usr/include/QtScriptTools.framework/Headers/QtScriptTools
./QtMultimedia.framework/Headers/QtMultimedia
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMultimedia.framework/Headers/QtMultimedia
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtMultimedia.framework/Headers/QtMultimedia
/usr/include/QtMultimedia.framework/Headers/QtMultimedia
./QtMaemo5.framework/Headers/QtMaemo5
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMaemo5.framework/Headers/QtMaemo5
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtMaemo5.framework/Headers/QtMaemo5
/usr/include/QtMaemo5.framework/Headers/QtMaemo5
./QtDeclarative.framework/Headers/QtDeclarative
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtDeclarative.framework/Headers/QtDeclarative
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtDeclarative.framework/Headers/QtDeclarative
/usr/include/QtDeclarative.framework/Headers/QtDeclarative
./QtSql.framework/Headers/QtSql
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSql.framework/Headers/QtSql
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtSql.framework/Headers/QtSql
/usr/include/QtSql.framework/Headers/QtSql
./QtSvg.framework/Headers/QtSvg
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSvg.framework/Headers/QtSvg
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtSvg.framework/Headers/QtSvg
/usr/include/QtSvg.framework/Headers/QtSvg
./QtXmlPatterns.framework/Headers/QtXmlPatterns
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXmlPatterns.framework/Headers/QtXmlPatterns
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtXmlPatterns.framework/Headers/QtXmlPatterns
/usr/include/QtXmlPatterns.framework/Headers/QtXmlPatterns
./QtWebKit.framework/Headers/QtWebKit
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtWebKit.framework/Headers/QtWebKit
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtWebKit.framework/Headers/QtWebKit
/usr/include/QtWebKit.framework/Headers/QtWebKit
./QtTest.framework/Headers/QtTest
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtTest.framework/Headers/QtTest
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtTest.framework/Headers/QtTest
/usr/include/QtTest.framework/Headers/QtTest
./phonon.framework/Headers/backendcapabilities.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendcapabilities.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendcapabilities.h
/usr/include/phonon.framework/Headers/backendcapabilities.h
./phonon.framework/Headers/abstractaudiooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractaudiooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractaudiooutput.h
/usr/include/phonon.framework/Headers/abstractaudiooutput.h
./phonon.framework/Headers/abstractmediastream.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractmediastream.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractmediastream.h
/usr/include/phonon.framework/Headers/abstractmediastream.h
./phonon.framework/Headers/abstractvideooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractvideooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractvideooutput.h
/usr/include/phonon.framework/Headers/abstractvideooutput.h
./phonon.framework/Headers/addoninterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/addoninterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/addoninterface.h
/usr/include/phonon.framework/Headers/addoninterface.h
./phonon.framework/Headers/audiooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/audiooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/audiooutput.h
/usr/include/phonon.framework/Headers/audiooutput.h
./phonon.framework/Headers/audiooutputinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/audiooutputinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/audiooutputinterface.h
/usr/include/phonon.framework/Headers/audiooutputinterface.h
./phonon.framework/Headers/backendcapabilities.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendcapabilities.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendcapabilities.h
/usr/include/phonon.framework/Headers/backendcapabilities.h
./phonon.framework/Headers/backendinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendinterface.h
/usr/include/phonon.framework/Headers/backendinterface.h
./phonon.framework/Headers/effect.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effect.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effect.h
/usr/include/phonon.framework/Headers/effect.h
./phonon.framework/Headers/effectinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectinterface.h
/usr/include/phonon.framework/Headers/effectinterface.h
./phonon.framework/Headers/effectparameter.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectparameter.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectparameter.h
/usr/include/phonon.framework/Headers/effectparameter.h
./phonon.framework/Headers/effectwidget.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectwidget.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectwidget.h
/usr/include/phonon.framework/Headers/effectwidget.h
./phonon.framework/Headers/mediacontroller.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediacontroller.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediacontroller.h
/usr/include/phonon.framework/Headers/mediacontroller.h
./phonon.framework/Headers/medianode.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/medianode.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/medianode.h
/usr/include/phonon.framework/Headers/medianode.h
./phonon.framework/Headers/mediaobject.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediaobject.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediaobject.h
/usr/include/phonon.framework/Headers/mediaobject.h
./phonon.framework/Headers/mediaobjectinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediaobjectinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediaobjectinterface.h
/usr/include/phonon.framework/Headers/mediaobjectinterface.h
./phonon.framework/Headers/mediasource.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediasource.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediasource.h
/usr/include/phonon.framework/Headers/mediasource.h
./phonon.framework/Headers/objectdescription.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/objectdescription.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/objectdescription.h
/usr/include/phonon.framework/Headers/objectdescription.h
./phonon.framework/Headers/objectdescriptionmodel.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/objectdescriptionmodel.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/objectdescriptionmodel.h
/usr/include/phonon.framework/Headers/objectdescriptionmodel.h
./phonon.framework/Headers/path.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/path.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/path.h
/usr/include/phonon.framework/Headers/path.h
./phonon.framework/Headers/phonon_export.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phonon_export.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phonon_export.h
/usr/include/phonon.framework/Headers/phonon_export.h
./phonon.framework/Headers/phonondefs.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phonondefs.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phonondefs.h
/usr/include/phonon.framework/Headers/phonondefs.h
./phonon.framework/Headers/phononnamespace.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phononnamespace.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phononnamespace.h
/usr/include/phonon.framework/Headers/phononnamespace.h
./phonon.framework/Headers/platformplugin.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/platformplugin.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/platformplugin.h
/usr/include/phonon.framework/Headers/platformplugin.h
./phonon.framework/Headers/seekslider.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/seekslider.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/seekslider.h
/usr/include/phonon.framework/Headers/seekslider.h
./phonon.framework/Headers/streaminterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/streaminterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/streaminterface.h
/usr/include/phonon.framework/Headers/streaminterface.h
./phonon.framework/Headers/videoplayer.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videoplayer.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videoplayer.h
/usr/include/phonon.framework/Headers/videoplayer.h
./phonon.framework/Headers/videowidget.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videowidget.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videowidget.h
/usr/include/phonon.framework/Headers/videowidget.h
./phonon.framework/Headers/videowidgetinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videowidgetinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videowidgetinterface.h
/usr/include/phonon.framework/Headers/videowidgetinterface.h
./phonon.framework/Headers/volumefadereffect.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumefadereffect.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumefadereffect.h
/usr/include/phonon.framework/Headers/volumefadereffect.h
./phonon.framework/Headers/volumefaderinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumefaderinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumefaderinterface.h
/usr/include/phonon.framework/Headers/volumefaderinterface.h
./phonon.framework/Headers/volumeslider.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumeslider.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumeslider.h
/usr/include/phonon.framework/Headers/volumeslider.h
./QtHelp.framework/Headers/QtHelp
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtHelp.framework/Headers/QtHelp
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtHelp.framework/Headers/QtHelp
/usr/include/QtHelp.framework/Headers/QtHelp
./QtOpenGL.framework/Headers/QtOpenGL
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtOpenGL.framework/Headers/QtOpenGL
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtOpenGL.framework/Headers/QtOpenGL
/usr/include/QtOpenGL.framework/Headers/QtOpenGL
Generating class model... [OK]
Generating namespace model... [OK]
Fixing class inheritance... [OK]
Detecting inconsistencies in class model... [OK]
Detecting inconsistencies in typesystem... [WARNING]
type 'QUrl' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPoint' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qsrand(uint)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamEntityDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttributes' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractItemModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRectF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBuffer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFabs(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaProperty' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsInf(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qTan(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFileInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsNull(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsNaN(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngineHandler' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qChecksum(const char*,uint)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextBoundaryFinder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QWaitCondition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamEntityResolver' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextCodec::ConverterState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qrand()' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFastCos(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFileSystemWatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QResource' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QChildEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLibraryInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSignalMapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNamespaceDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAtan(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QIODevice' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAtan2(qreal,qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qExp(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAsin(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QParallelAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTemporaryFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsFinite(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFuzzyCompare(double,double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextEncoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractListModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QUuid' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QCryptographicHash' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QHistoryState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSignalTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QReadWriteLock' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRegExp' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAcos(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBitArray' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMimeData' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMutex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFuzzyIsNull(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSequentialAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextStreamManipulator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qWarning(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTranslator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine::WrappedEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDataStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qVersion()' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEasingCurve' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEventLoop' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDirIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractTableModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextCodec' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFatal(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFactoryInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaEnum' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QProcess' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPointF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine::SignalEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimeLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNotationDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSettings' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSystemLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFSFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDir' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLineF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaMethod' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qCritical(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDynamicPropertyChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSysInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QCoreApplication' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QThread' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QVariantAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPauseAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPropertyAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttribute' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextDecoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qDebug(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QByteArrayMatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBasicTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QByteArray' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMargins' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMutexLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimerEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSize' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFinalState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngineIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEventTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QProcessEnvironment' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamWriter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSizeF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamReader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSystemSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaClassInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFastSin(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRect' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QReadLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QWriteLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractEventDispatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDateTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSocketNotifier' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPersistentModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qRound(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Done, 131 warnings (1 known issues)
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 && /sw/bin/cmake -E cmake_depends "Unix Makefiles" /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0 /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/CMakeFiles/QtCore.dir/DependInfo.cmake --color=
Scanning dependencies of target QtCore
make -f PySide/QtCore/CMakeFiles/QtCore.dir/build.make PySide/QtCore/CMakeFiles/QtCore.dir/build
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles 16
[ 2%] Running generator for core...
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore && /sw/bin/generatorrunner --generatorSet=shiboken --enable-parent-ctor-heuristic --enable-pyside-extensions --enable-return-value-heuristic /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/global.h --include-paths=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide:/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework --typesystem-paths=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide:/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore --output-directory=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore --license-file=/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/../licensecomment.txt /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/typesystem_core.xml --api-version=4.6
./QtCore.framework/Headers/qnamespace.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore.framework/Headers/qnamespace.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtCore.framework/Headers/qnamespace.h
/usr/include/QtCore.framework/Headers/qnamespace.h
./QtCore.framework/Headers/QtCore
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore.framework/Headers/QtCore
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtCore.framework/Headers/QtCore
/usr/include/QtCore.framework/Headers/QtCore
./QtGui.framework/Headers/QtGui
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtGui.framework/Headers/QtGui
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtGui.framework/Headers/QtGui
/usr/include/QtGui.framework/Headers/QtGui
./QtXml.framework/Headers/QtXml
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXml.framework/Headers/QtXml
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtXml.framework/Headers/QtXml
/usr/include/QtXml.framework/Headers/QtXml
./QtUiTools.framework/Headers/QtUiTools
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtUiTools.framework/Headers/QtUiTools
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtUiTools.framework/Headers/QtUiTools
/usr/include/QtUiTools.framework/Headers/QtUiTools
./QtNetwork.framework/Headers/QtNetwork
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtNetwork.framework/Headers/QtNetwork
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtNetwork.framework/Headers/QtNetwork
/usr/include/QtNetwork.framework/Headers/QtNetwork
./QtScript.framework/Headers/QtScript
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScript.framework/Headers/QtScript
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtScript.framework/Headers/QtScript
/usr/include/QtScript.framework/Headers/QtScript
./QtScriptTools.framework/Headers/QtScriptTools
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtScriptTools.framework/Headers/QtScriptTools
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtScriptTools.framework/Headers/QtScriptTools
/usr/include/QtScriptTools.framework/Headers/QtScriptTools
./QtMultimedia.framework/Headers/QtMultimedia
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMultimedia.framework/Headers/QtMultimedia
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtMultimedia.framework/Headers/QtMultimedia
/usr/include/QtMultimedia.framework/Headers/QtMultimedia
./QtMaemo5.framework/Headers/QtMaemo5
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtMaemo5.framework/Headers/QtMaemo5
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtMaemo5.framework/Headers/QtMaemo5
/usr/include/QtMaemo5.framework/Headers/QtMaemo5
./QtDeclarative.framework/Headers/QtDeclarative
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtDeclarative.framework/Headers/QtDeclarative
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtDeclarative.framework/Headers/QtDeclarative
/usr/include/QtDeclarative.framework/Headers/QtDeclarative
./QtSql.framework/Headers/QtSql
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSql.framework/Headers/QtSql
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtSql.framework/Headers/QtSql
/usr/include/QtSql.framework/Headers/QtSql
./QtSvg.framework/Headers/QtSvg
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtSvg.framework/Headers/QtSvg
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtSvg.framework/Headers/QtSvg
/usr/include/QtSvg.framework/Headers/QtSvg
./QtXmlPatterns.framework/Headers/QtXmlPatterns
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtXmlPatterns.framework/Headers/QtXmlPatterns
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtXmlPatterns.framework/Headers/QtXmlPatterns
/usr/include/QtXmlPatterns.framework/Headers/QtXmlPatterns
./QtWebKit.framework/Headers/QtWebKit
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtWebKit.framework/Headers/QtWebKit
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtWebKit.framework/Headers/QtWebKit
/usr/include/QtWebKit.framework/Headers/QtWebKit
./QtTest.framework/Headers/QtTest
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtTest.framework/Headers/QtTest
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtTest.framework/Headers/QtTest
/usr/include/QtTest.framework/Headers/QtTest
./phonon.framework/Headers/backendcapabilities.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendcapabilities.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendcapabilities.h
/usr/include/phonon.framework/Headers/backendcapabilities.h
./phonon.framework/Headers/abstractaudiooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractaudiooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractaudiooutput.h
/usr/include/phonon.framework/Headers/abstractaudiooutput.h
./phonon.framework/Headers/abstractmediastream.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractmediastream.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractmediastream.h
/usr/include/phonon.framework/Headers/abstractmediastream.h
./phonon.framework/Headers/abstractvideooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/abstractvideooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/abstractvideooutput.h
/usr/include/phonon.framework/Headers/abstractvideooutput.h
./phonon.framework/Headers/addoninterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/addoninterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/addoninterface.h
/usr/include/phonon.framework/Headers/addoninterface.h
./phonon.framework/Headers/audiooutput.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/audiooutput.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/audiooutput.h
/usr/include/phonon.framework/Headers/audiooutput.h
./phonon.framework/Headers/audiooutputinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/audiooutputinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/audiooutputinterface.h
/usr/include/phonon.framework/Headers/audiooutputinterface.h
./phonon.framework/Headers/backendcapabilities.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendcapabilities.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendcapabilities.h
/usr/include/phonon.framework/Headers/backendcapabilities.h
./phonon.framework/Headers/backendinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/backendinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/backendinterface.h
/usr/include/phonon.framework/Headers/backendinterface.h
./phonon.framework/Headers/effect.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effect.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effect.h
/usr/include/phonon.framework/Headers/effect.h
./phonon.framework/Headers/effectinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectinterface.h
/usr/include/phonon.framework/Headers/effectinterface.h
./phonon.framework/Headers/effectparameter.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectparameter.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectparameter.h
/usr/include/phonon.framework/Headers/effectparameter.h
./phonon.framework/Headers/effectwidget.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/effectwidget.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/effectwidget.h
/usr/include/phonon.framework/Headers/effectwidget.h
./phonon.framework/Headers/mediacontroller.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediacontroller.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediacontroller.h
/usr/include/phonon.framework/Headers/mediacontroller.h
./phonon.framework/Headers/medianode.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/medianode.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/medianode.h
/usr/include/phonon.framework/Headers/medianode.h
./phonon.framework/Headers/mediaobject.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediaobject.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediaobject.h
/usr/include/phonon.framework/Headers/mediaobject.h
./phonon.framework/Headers/mediaobjectinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediaobjectinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediaobjectinterface.h
/usr/include/phonon.framework/Headers/mediaobjectinterface.h
./phonon.framework/Headers/mediasource.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/mediasource.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/mediasource.h
/usr/include/phonon.framework/Headers/mediasource.h
./phonon.framework/Headers/objectdescription.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/objectdescription.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/objectdescription.h
/usr/include/phonon.framework/Headers/objectdescription.h
./phonon.framework/Headers/objectdescriptionmodel.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/objectdescriptionmodel.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/objectdescriptionmodel.h
/usr/include/phonon.framework/Headers/objectdescriptionmodel.h
./phonon.framework/Headers/path.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/path.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/path.h
/usr/include/phonon.framework/Headers/path.h
./phonon.framework/Headers/phonon_export.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phonon_export.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phonon_export.h
/usr/include/phonon.framework/Headers/phonon_export.h
./phonon.framework/Headers/phonondefs.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phonondefs.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phonondefs.h
/usr/include/phonon.framework/Headers/phonondefs.h
./phonon.framework/Headers/phononnamespace.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/phononnamespace.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/phononnamespace.h
/usr/include/phonon.framework/Headers/phononnamespace.h
./phonon.framework/Headers/platformplugin.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/platformplugin.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/platformplugin.h
/usr/include/phonon.framework/Headers/platformplugin.h
./phonon.framework/Headers/seekslider.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/seekslider.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/seekslider.h
/usr/include/phonon.framework/Headers/seekslider.h
./phonon.framework/Headers/streaminterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/streaminterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/streaminterface.h
/usr/include/phonon.framework/Headers/streaminterface.h
./phonon.framework/Headers/videoplayer.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videoplayer.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videoplayer.h
/usr/include/phonon.framework/Headers/videoplayer.h
./phonon.framework/Headers/videowidget.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videowidget.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videowidget.h
/usr/include/phonon.framework/Headers/videowidget.h
./phonon.framework/Headers/videowidgetinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/videowidgetinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/videowidgetinterface.h
/usr/include/phonon.framework/Headers/videowidgetinterface.h
./phonon.framework/Headers/volumefadereffect.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumefadereffect.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumefadereffect.h
/usr/include/phonon.framework/Headers/volumefadereffect.h
./phonon.framework/Headers/volumefaderinterface.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumefaderinterface.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumefaderinterface.h
/usr/include/phonon.framework/Headers/volumefaderinterface.h
./phonon.framework/Headers/volumeslider.h
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/phonon.framework/Headers/volumeslider.h
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/phonon.framework/Headers/volumeslider.h
/usr/include/phonon.framework/Headers/volumeslider.h
./QtHelp.framework/Headers/QtHelp
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtHelp.framework/Headers/QtHelp
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtHelp.framework/Headers/QtHelp
/usr/include/QtHelp.framework/Headers/QtHelp
./QtOpenGL.framework/Headers/QtOpenGL
/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtOpenGL.framework/Headers/QtOpenGL
/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib/QtCore.framework/QtOpenGL.framework/Headers/QtOpenGL
/usr/include/QtOpenGL.framework/Headers/QtOpenGL
Generating class model... [OK]
Generating namespace model... [OK]
Fixing class inheritance... [OK]
Detecting inconsistencies in class model... [OK]
Detecting inconsistencies in typesystem... [WARNING]
type 'QUrl' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPoint' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qsrand(uint)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamEntityDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttributes' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractItemModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRectF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBuffer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFabs(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaProperty' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsInf(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qTan(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFileInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsNull(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsNaN(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngineHandler' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qChecksum(const char*,uint)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextBoundaryFinder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QWaitCondition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamEntityResolver' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextCodec::ConverterState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qrand()' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFastCos(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFileSystemWatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QResource' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QChildEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLibraryInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSignalMapper' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNamespaceDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAtan(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QIODevice' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAtan2(qreal,qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qExp(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAsin(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QParallelAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTemporaryFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qIsFinite(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFuzzyCompare(double,double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextEncoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractListModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QUuid' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QCryptographicHash' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QHistoryState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSignalTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QReadWriteLock' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRegExp' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qAcos(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBitArray' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMimeData' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMutex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFuzzyIsNull(double)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSequentialAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextStreamManipulator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qWarning(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAnimationGroup' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTranslator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine::WrappedEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDataStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFile' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QObject' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qVersion()' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEasingCurve' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEventLoop' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDirIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractTableModel' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextCodec' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextStream' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFatal(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFactoryInterface' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaEnum' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QProcess' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPointF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QStateMachine::SignalEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimeLine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamNotationDeclaration' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSettings' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSystemLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFSFileEngine' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDir' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLineF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaMethod' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qCritical(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDynamicPropertyChangeEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSysInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QCoreApplication' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QThread' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QVariantAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPauseAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPropertyAnimation' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamAttribute' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTextDecoder' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qDebug(const char*)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QByteArrayMatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QBasicTimer' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QByteArray' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMargins' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMutexLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QTimerEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSize' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QFinalState' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractFileEngineIterator' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEventTransition' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QProcessEnvironment' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamWriter' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSizeF' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QXmlStreamReader' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSystemSemaphore' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QMetaClassInfo' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QLocale' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qFastSin(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QRect' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QReadLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QWriteLocker' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QAbstractEventDispatcher' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDate' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QDateTime' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QSocketNotifier' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QEvent' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
type 'QPersistentModelIndex' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Global function 'qRound(qreal)' is specified in typesystem, but not defined. This could potentially lead to compilation errors.
Done, 131 warnings (1 known issues)
/sw/bin/cmake -E cmake_progress_report /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/CMakeFiles
[ 2%] Building CXX object PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.o
cd /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore && /sw/var/lib/fink/path-prefix-10.6/c++ -DQtCore_EXPORTS -DQT_GUI_LIB -DQT_CORE_LIB -DQT_NO_DEBUG -Wall -fvisibility=hidden -Wno-strict-aliasing -O3 -DNDEBUG -isysroot / -fPIC -F/sw/lib/qt4-mac/include/sw/lib/qt4-mac/lib -I/sw/lib/qt4-mac/include/QtGui -I/sw/lib/qt4-mac/include/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/PySide/QtCore -I/sw/include/shiboken -I/sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/libpyside -I/sw/include/python2.6 -F/sw/lib/qt4-mac/lib -o CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.o -c /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp
i686-apple-darwin10-g++-4.2.1: /sw/src/fink.build/pyside-mac-py25-0.4.0-1/pyside-qt4.6+0.4.0/PySide/QtCore/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp: No such file or directory
i686-apple-darwin10-g++-4.2.1: no input files
make[2]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/PySide/QtCore/qabstracteventdispatcher_wrapper.cpp.o] Error 1
make[1]: *** [PySide/QtCore/CMakeFiles/QtCore.dir/all] Error 2
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.2gEKPL failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pyside-mac-py25-0.4.0-1
(Reading database ... 235718 files and directories currently installed.)
Removing fink-buildlock-pyside-mac-py25-0.4.0-1 ...
Failed: phase compiling: pyside-mac-py25-0.4.0-1 failed
Before reporting any errors, please run "fink selfupdate" and
try again. If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem. If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:
Jrabbit <[email protected]>
Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment