Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 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 module 'libmetacity-private>=3.16.0'
  4. -- Package 'libmetacity-private>=3.16.0' not found
  5. CMake Warning (dev) in gtk/CMakeLists.txt:
  6. A logical block opening on the line
  7.  
  8. /root/Documenten/compiz-0.9.12.2/gtk/CMakeLists.txt:29 (if)
  9.  
  10. closes on the line
  11.  
  12. /root/Documenten/compiz-0.9.12.2/gtk/CMakeLists.txt:31 (endif)
  13.  
  14. with mis-matching arguments.
  15. This warning is for project developers. Use -Wno-dev to suppress it.
  16.  
  17. -- Checking for modules 'gnome-window-settings-2.0;gnome-desktop-2.0'
  18. -- Package 'gnome-window-settings-2.0' not found
  19. -- Package 'gnome-desktop-2.0' not found
  20. CMake Warning at kde/window-decorator-kde4/CMakeLists.txt:10 (find_package):
  21. By not providing "FindKDE4Workspace.cmake" in CMAKE_MODULE_PATH this
  22. project has asked CMake to find a package configuration file provided by
  23. "KDE4Workspace", but CMake did not find one.
  24.  
  25. Could not find a package configuration file provided by "KDE4Workspace"
  26. with any of the following names:
  27.  
  28. KDE4WorkspaceConfig.cmake
  29. kde4workspace-config.cmake
  30.  
  31. Add the installation prefix of "KDE4Workspace" to CMAKE_PREFIX_PATH or set
  32. "KDE4Workspace_DIR" to a directory containing one of the above files. If
  33. "KDE4Workspace" provides a separate development package or SDK, be sure it
  34. has been installed.
  35.  
  36.  
  37. -- Cannot enable coverage targets because neither lcov nor gcovr are found.
  38. CMake Error at compizconfig/compizconfig-python/CMakeLists.txt:35 (message):
  39. Can not build because pyrexc binary not found.
  40.  
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. See also "/root/Documenten/compiz-0.9.12.2/build/CMakeFiles/CMakeOutput.log".
  44. See also "/root/Documenten/compiz-0.9.12.2/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement