Advertisement
Guest User

Untitled

a guest
Jun 24th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.1
  2. -- The CXX compiler identification is GNU 4.8.1
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  12. -- Performing Test HAVE_SCANDIR_POSIX
  13. -- Performing Test HAVE_SCANDIR_POSIX - Success
  14. -- checking for module 'gconf-2.0'
  15. -- found gconf-2.0, version 3.2.6
  16. -- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE)
  17. -- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
  18. -- checking for modules 'x11;xext;xdamage;xcomposite;x11-xcb;xrandr;xinerama;xext;ice;sm;libxml-2.0;libxslt;glib-2.0;gio-2.0;glibmm-2.4;libstartup-notification-1.0 >= 0.7'
  19. -- found x11, version 1.6.0
  20. -- found xext, version 1.3.2
  21. -- found xdamage, version 1.1.4
  22. -- found xcomposite, version 0.4.4
  23. -- found x11-xcb, version 1.6.0
  24. -- found xrandr, version 1.4.1
  25. -- found xinerama, version 1.1.3
  26. -- found xext, version 1.3.2
  27. -- found ice, version 1.0.8
  28. -- found sm, version 1.2.1
  29. -- found libxml-2.0, version 2.9.1
  30. -- found libxslt, version 1.1.28
  31. -- found glib-2.0, version 2.36.3
  32. -- found gio-2.0, version 2.36.3
  33. -- found glibmm-2.4, version 2.36.2
  34. -- found libstartup-notification-1.0 , version 0.12
  35. -- checking for module 'xrender'
  36. -- found xrender, version 0.9.8
  37. -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR GTEST_MAIN_LIBRARY)
  38. Google Mock and Google Test not found - cannot build tests!
  39. -- Looking for include file pthread.h
  40. -- Looking for include file pthread.h - found
  41. -- Looking for pthread_create
  42. -- Looking for pthread_create - not found
  43. -- Looking for pthread_create in pthreads
  44. -- Looking for pthread_create in pthreads - not found
  45. -- Looking for pthread_create in pthread
  46. -- Looking for pthread_create in pthread - found
  47. -- Found Threads: TRUE
  48. -- checking for module 'xrender>=0.9.3'
  49. -- found xrender, version 0.9.8
  50. -- checking for modules 'xrender>=0.8.4;gtk+-2.0>=2.18.0;libwnck-1.0;pangocairo'
  51. -- found xrender, version 0.9.8
  52. -- found gtk+-2.0, version 2.24.19
  53. -- found libwnck-1.0, version 2.30.7
  54. -- found pangocairo, version 1.34.1
  55. -- Looking for wnck_window_has_name
  56. -- Looking for wnck_window_has_name - found
  57. -- checking for module 'libwnck-1.0>=2.18.1'
  58. -- found libwnck-1.0, version 2.30.7
  59. -- checking for module 'libwnck-1.0>=2.19.4'
  60. -- found libwnck-1.0, version 2.30.7
  61. -- checking for module 'libmetacity-private'
  62. -- package 'libmetacity-private' not found
  63. -- checking for modules 'gnome-window-settings-2.0;gnome-desktop-2.0'
  64. -- package 'gnome-window-settings-2.0' not found
  65. -- package 'gnome-desktop-2.0' not found
  66. -- checking for modules 'gio-2.0;glib-2.0'
  67. -- found gio-2.0, version 2.36.3
  68. -- found glib-2.0, version 2.36.3
  69. CMake Warning at kde/window-decorator-kde4/CMakeLists.txt:10 (find_package):
  70. By not providing "FindKDE4Workspace.cmake" in CMAKE_MODULE_PATH this
  71. project has asked CMake to find a package configuration file provided by
  72. "KDE4Workspace", but CMake did not find one.
  73.  
  74. Could not find a package configuration file provided by "KDE4Workspace"
  75. with any of the following names:
  76.  
  77. KDE4WorkspaceConfig.cmake
  78. kde4workspace-config.cmake
  79.  
  80. Add the installation prefix of "KDE4Workspace" to CMAKE_PREFIX_PATH or set
  81. "KDE4Workspace_DIR" to a directory containing one of the above files. If
  82. "KDE4Workspace" provides a separate development package or SDK, be sure it
  83. has been installed.
  84.  
  85.  
  86. -- checking for module 'glibmm-2.4'
  87. -- found glibmm-2.4, version 2.36.2
  88. -- checking for module 'x11'
  89. -- found x11, version 1.6.0
  90. -- Cannot enable coverage targets because neither lcov nor gcovr are found.
  91. -- checking for module 'protobuf'
  92. -- found protobuf, version 2.5.0
  93. -- Looking for sys/inotify.h
  94. -- Looking for sys/inotify.h - found
  95. -- checking for modules 'x11;libxml-2.0;libxslt;protobuf'
  96. -- found x11, version 1.6.0
  97. -- found libxml-2.0, version 2.9.1
  98. -- found libxslt, version 1.1.28
  99. -- found protobuf, version 2.5.0
  100. File "<string>", line 1
  101. import sys; print str (sys.version_info[0]) + '.' + str (sys.version_info[1])
  102. ^
  103. SyntaxError: invalid syntax
  104. -- checking for module 'python-2.7'
  105. -- found python-2.7, version 2.7
  106. CMake Error at compizconfig/compizconfig-python/CMakeLists.txt:17 (string):
  107. string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  108. command.
  109.  
  110.  
  111. CMake Error at compizconfig/compizconfig-python/CMakeLists.txt:18 (string):
  112. string sub-command REPLACE requires at least four arguments.
  113.  
  114.  
  115. CMake Error at compizconfig/compizconfig-python/CMakeLists.txt:26 (string):
  116. string sub-command REPLACE requires at least four arguments.
  117.  
  118.  
  119. CMake Error at compizconfig/compizconfig-python/CMakeLists.txt:35 (message):
  120. Can not build because pyrexc binary not found.
  121.  
  122.  
  123. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement