Ticket #25176: trace.txt

File trace.txt, 4.0 KB (added by cgilles (HumanDynamo), 13 years ago)

kdegraphics trace of cmake config with Qt4 detection error

Line 
1bash-3.2$ pwd
2/Users/agnes/Devel/trunk/kdegraphics
3bash-3.2$ ls -al
4total 200
5drwxr-xr-x  18 agnes  staff    612 29 oct 18:16 .
6drwxr-xr-x   5 agnes  staff    170 29 oct 18:10 ..
7drwxr-xr-x   8 agnes  staff    272 29 oct 16:38 .svn
8-rw-r--r--   1 agnes  staff     53 29 oct 16:38 AUTHORS
9drwxr-xr-x  13 agnes  staff    442 29 oct 18:12 CMakeFiles
10-rw-r--r--   1 agnes  staff   3844 29 oct 16:38 CMakeLists.txt
11drwxr-xr-x   3 agnes  staff    102 29 oct 18:12 CMakeTmp
12-rw-r--r--   1 agnes  staff  18274 29 oct 16:38 COPYING
13-rw-r--r--   1 agnes  staff  20403 29 oct 16:38 COPYING.DOC
14-rw-r--r--   1 agnes  staff  26527 29 oct 16:38 COPYING.LIB
15-rw-r--r--   1 agnes  staff    539 29 oct 16:38 CTestConfig.cmake
16-rw-r--r--   1 agnes  staff    542 29 oct 16:38 ChangeLog
17-rw-r--r--   1 agnes  staff     88 29 oct 16:38 INSTALL
18-rw-r--r--   1 agnes  staff    553 29 oct 16:38 Mainpage.dox
19-rw-r--r--   1 agnes  staff   1535 29 oct 16:38 README
20-rwxr-xr-x   1 agnes  staff    649 29 oct 16:10 bootstrap.macports
21drwxr-xr-x   5 agnes  staff    170 29 oct 16:37 cmake
22drwxr-xr-x   9 agnes  staff    306 29 oct 16:37 libs
23bash-3.2$ cmake .
24-- The C compiler identification is GNU
25-- The CXX compiler identification is GNU
26-- Checking whether C compiler has -isysroot
27-- Checking whether C compiler has -isysroot - yes
28-- Checking whether C compiler supports OSX deployment target flag
29-- Checking whether C compiler supports OSX deployment target flag - yes
30-- Check for working C compiler: /usr/bin/gcc
31-- Check for working C compiler: /usr/bin/gcc -- works
32-- Detecting C compiler ABI info
33-- Detecting C compiler ABI info - done
34-- Checking whether CXX compiler has -isysroot
35-- Checking whether CXX compiler has -isysroot - yes
36-- Checking whether CXX compiler supports OSX deployment target flag
37-- Checking whether CXX compiler supports OSX deployment target flag - yes
38-- Check for working CXX compiler: /usr/bin/c++
39-- Check for working CXX compiler: /usr/bin/c++ -- works
40-- Detecting CXX compiler ABI info
41-- Detecting CXX compiler ABI info - done
42-- Looking for Q_WS_X11
43-- Looking for Q_WS_X11 - not found.
44-- Looking for Q_WS_WIN
45-- Looking for Q_WS_WIN - not found.
46-- Looking for Q_WS_QWS
47-- Looking for Q_WS_QWS - not found.
48-- Looking for Q_WS_MAC
49-- Looking for Q_WS_MAC - found
50-- Looking for QT_MAC_USE_COCOA
51-- Looking for QT_MAC_USE_COCOA - found
52-- Found Qt-Version 4.7.0 (using /opt/local/bin/qmake)
53-- Looking for include files CMAKE_HAVE_PTHREAD_H
54-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
55-- Looking for pthread_create in pthreads
56-- Looking for pthread_create in pthreads - not found
57-- Looking for pthread_create in pthread
58-- Looking for pthread_create in pthread - found
59-- Found Threads: TRUE
60-- Found OpenSSL: /usr/lib/libssl.dylib
61-- Found Automoc4: /opt/local/bin/automoc4
62-- Found Perl: /opt/local/bin/perl
63-- Found Phonon: /opt/local/include
64-- Performing Test _OFFT_IS_64BIT
65-- Performing Test _OFFT_IS_64BIT - Success
66-- Performing Test HAVE_FPIE_SUPPORT
67-- Performing Test HAVE_FPIE_SUPPORT - Success
68-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
69-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
70-- Performing Test __KDE_HAVE_GCC_VISIBILITY
71-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
72CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
73Please set them or make sure they are set and tested correctly in the CMake files:
74QT_QT_INCLUDE_DIR
75   used as include directory in directory /Users/agnes/Devel/trunk/kdegraphics/CMakeFiles/CMakeTmp
76
77   CMake Error: Internal CMake error, TryCompile configure of cmake failed
78   CMake Error at /opt/local/share/apps/cmake/modules/FindKDE4Internal.cmake:1271 (message):
79   Qt compiled without support for -fvisibility=hidden.  This will break
80   plugins and linking of some applications.  Please fix your Qt installation.
81   Call Stack (most recent call first):
82   /opt/local/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
83   CMakeLists.txt:7 (find_package)
84
85-- Configuring incomplete, errors occurred!