Advertisement
Guest User

cmake output

a guest
Mar 2nd, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. -- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE)
  2. -- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
  3. -- checking for modules 'xorg-gtest>=0.7.0;xorg-server;x11;xi'
  4. -- package 'xorg-gtest>=0.7.0' not found
  5. CMake Warning at cmake/FindXorgGTest.cmake:40 (message):
  6. Could not found xorg-gtest, can't build xserver tests
  7. Call Stack (most recent call first):
  8. CMakeLists.txt:168 (find_package)
  9.  
  10.  
  11. -- checking for modules 'gnome-window-settings-2.0;gnome-desktop-2.0'
  12. -- package 'gnome-window-settings-2.0' not found
  13. -- package 'gnome-desktop-2.0' not found
  14. -- Will discover tests in compiz_test_gwd_settings
  15. -- Will discover tests in compiz_test_gwd_cairo_decorations
  16. -- Will discover tests in compiz_test_gwd_metacity_decorations
  17. -- Found Qt-Version 5.0.1 (using /usr/bin/qmake)
  18. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  19. Please set them or make sure they are set and tested correctly in the CMake files:
  20. QT_QT_INCLUDE_DIR
  21. used as include directory in directory /home/iven/Install/compiz-bzr/src/compiz-build/build/CMakeFiles/CMakeTmp
  22.  
  23. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  24.  
  25. CMake Error at /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:1294 (message):
  26. Qt compiled without support for -fvisibility=hidden. This will break
  27. plugins and linking of some applications. Please fix your Qt installation
  28. (try passing --reduce-exports to configure).
  29. Call Stack (most recent call first):
  30. /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package)
  31. kde/window-decorator-kde4/CMakeLists.txt:9 (find_package)
  32.  
  33.  
  34. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement