Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. [ cmake ../ master ] 7:47
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt-Version 4.7.0 (using /usr/bin/qmake)
  21. -- Found Qt-Version 4.7.0 (using /usr/bin/qmake)
  22. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so
  23. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so;/usr/lib64/libXpm.so - found
  24. -- Looking for gethostbyname
  25. -- Looking for gethostbyname - found
  26. -- Looking for connect
  27. -- Looking for connect - found
  28. -- Looking for remove
  29. -- Looking for remove - found
  30. -- Looking for shmat
  31. -- Looking for shmat - found
  32. -- Looking for IceConnectionNumber in ICE
  33. -- Looking for IceConnectionNumber in ICE - found
  34. -- Found X11: /usr/lib64/libX11.so
  35. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  36. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  37. -- Looking for pthread_create in pthreads
  38. -- Looking for pthread_create in pthreads - not found
  39. -- Looking for pthread_create in pthread
  40. -- Looking for pthread_create in pthread - found
  41. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:86 (INCLUDE):
  42. File /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake
  43. includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
  44. CMAKE_MODULE_PATH) which shadows
  45. /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
  46. errors later on .
  47.  
  48. Policy CMP0017 is not set: Prefer files from the CMake module directory
  49. when including from there. Run "cmake --help-policy CMP0017" for policy
  50. details. Use the cmake_policy command to set the policy and suppress this
  51. warning.
  52. Call Stack (most recent call first):
  53. /usr/share/cmake-2.8/Modules/FindThreads.cmake:156 (INCLUDE)
  54. /usr/share/apps/cmake/modules/Qt4ConfigDependentSettings.cmake:32 (FIND_PACKAGE)
  55. /usr/share/apps/cmake/modules/FindQt4.cmake:1217 (INCLUDE)
  56. /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:399 (find_package)
  57. /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
  58. CMakeLists.txt:5 (FIND_PACKAGE)
  59. This warning is for project developers. Use -Wno-dev to suppress it.
  60.  
  61. -- Found Threads: TRUE
  62. -- Looking for _POSIX_TIMERS
  63. -- Looking for _POSIX_TIMERS - found
  64. -- Found Automoc4: /usr/bin/automoc4
  65. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:86 (INCLUDE):
  66. File /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake
  67. includes /usr/share/apps/cmake/modules/CMakeParseArguments.cmake (found via
  68. CMAKE_MODULE_PATH) which shadows
  69. /usr/share/cmake-2.8/Modules/CMakeParseArguments.cmake. This may cause
  70. errors later on .
  71.  
  72. Policy CMP0017 is not set: Prefer files from the CMake module directory
  73. when including from there. Run "cmake --help-policy CMP0017" for policy
  74. details. Use the cmake_policy command to set the policy and suppress this
  75. warning.
  76. Call Stack (most recent call first):
  77. /usr/share/cmake-2.8/Modules/FindPerl.cmake:47 (INCLUDE)
  78. /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:416 (find_package)
  79. /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
  80. CMakeLists.txt:5 (FIND_PACKAGE)
  81. This warning is for project developers. Use -Wno-dev to suppress it.
  82.  
  83. -- Found Perl: /usr/bin/perl
  84. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake:23 (INCLUDE):
  85. File /usr/share/cmake-2.8/Modules/CheckCXXCompilerFlag.cmake includes
  86. /usr/share/apps/cmake/modules/CheckCXXSourceCompiles.cmake (found via
  87. CMAKE_MODULE_PATH) which shadows
  88. /usr/share/cmake-2.8/Modules/CheckCXXSourceCompiles.cmake. This may cause
  89. errors later on .
  90.  
  91. Policy CMP0017 is not set: Prefer files from the CMake module directory
  92. when including from there. Run "cmake --help-policy CMP0017" for policy
  93. details. Use the cmake_policy command to set the policy and suppress this
  94. warning.
  95. Call Stack (most recent call first):
  96. /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:458 (include)
  97. /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (FIND_PACKAGE)
  98. CMakeLists.txt:5 (FIND_PACKAGE)
  99. This warning is for project developers. Use -Wno-dev to suppress it.
  100.  
  101. -- Found Phonon: /usr/include
  102. -- Performing Test _OFFT_IS_64BIT
  103. -- Performing Test _OFFT_IS_64BIT - Success
  104. -- Performing Test HAVE_FPIE_SUPPORT
  105. -- Performing Test HAVE_FPIE_SUPPORT - Success
  106. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  107. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  108. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  109. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  110. -- Found KDE 4.5 include dir: /usr/include
  111. -- Found KDE 4.5 library dir: /usr/lib64
  112. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  113. -- Found automoc4: /usr/bin/automoc4
  114. -- Configuring done
  115. -- Generating done
  116. -- Build files have been written to: /home/cdshines/devel/cpp/kdots/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement