bash-3.2$ pwd /Users/agnes/Devel/trunk/kdegraphics bash-3.2$ ls -al total 200 drwxr-xr-x 18 agnes staff 612 29 oct 18:16 . drwxr-xr-x 5 agnes staff 170 29 oct 18:10 .. drwxr-xr-x 8 agnes staff 272 29 oct 16:38 .svn -rw-r--r-- 1 agnes staff 53 29 oct 16:38 AUTHORS drwxr-xr-x 13 agnes staff 442 29 oct 18:12 CMakeFiles -rw-r--r-- 1 agnes staff 3844 29 oct 16:38 CMakeLists.txt drwxr-xr-x 3 agnes staff 102 29 oct 18:12 CMakeTmp -rw-r--r-- 1 agnes staff 18274 29 oct 16:38 COPYING -rw-r--r-- 1 agnes staff 20403 29 oct 16:38 COPYING.DOC -rw-r--r-- 1 agnes staff 26527 29 oct 16:38 COPYING.LIB -rw-r--r-- 1 agnes staff 539 29 oct 16:38 CTestConfig.cmake -rw-r--r-- 1 agnes staff 542 29 oct 16:38 ChangeLog -rw-r--r-- 1 agnes staff 88 29 oct 16:38 INSTALL -rw-r--r-- 1 agnes staff 553 29 oct 16:38 Mainpage.dox -rw-r--r-- 1 agnes staff 1535 29 oct 16:38 README -rwxr-xr-x 1 agnes staff 649 29 oct 16:10 bootstrap.macports drwxr-xr-x 5 agnes staff 170 29 oct 16:37 cmake drwxr-xr-x 9 agnes staff 306 29 oct 16:37 libs bash-3.2$ cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Checking whether C compiler has -isysroot -- Checking whether C compiler has -isysroot - yes -- Checking whether C compiler supports OSX deployment target flag -- Checking whether C compiler supports OSX deployment target flag - yes -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Checking whether CXX compiler has -isysroot -- Checking whether CXX compiler has -isysroot - yes -- Checking whether CXX compiler supports OSX deployment target flag -- Checking whether CXX compiler supports OSX deployment target flag - yes -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - found -- Looking for QT_MAC_USE_COCOA -- Looking for QT_MAC_USE_COCOA - found -- Found Qt-Version 4.7.0 (using /opt/local/bin/qmake) -- Looking for include files CMAKE_HAVE_PTHREAD_H -- Looking for include files CMAKE_HAVE_PTHREAD_H - found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found OpenSSL: /usr/lib/libssl.dylib -- Found Automoc4: /opt/local/bin/automoc4 -- Found Perl: /opt/local/bin/perl -- Found Phonon: /opt/local/include -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QT_INCLUDE_DIR used as include directory in directory /Users/agnes/Devel/trunk/kdegraphics/CMakeFiles/CMakeTmp CMake Error: Internal CMake error, TryCompile configure of cmake failed CMake Error at /opt/local/share/apps/cmake/modules/FindKDE4Internal.cmake:1271 (message): Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation. Call Stack (most recent call first): /opt/local/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:7 (find_package) -- Configuring incomplete, errors occurred!