Advertisement
MarioCares

Error en cmake

Jul 31st, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.95 KB | None | 0 0
  1. luk0s@Dell-DamaDama build $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
  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. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden
  13. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes
  14. -- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations
  15. -- Checking to see if CXX compiler accepts flag -Wdeprecated-declarations - yes
  16. -- Performing Test all_cxx_result
  17. -- Performing Test all_cxx_result - Success
  18. -- Performing Test extra_cxx_result
  19. -- Performing Test extra_cxx_result - Success
  20. -- Performing Test sign-compare_cxx_result
  21. -- Performing Test sign-compare_cxx_result - Success
  22. -- Performing Test pointer-arith_cxx_result
  23. -- Performing Test pointer-arith_cxx_result - Success
  24. -- Performing Test format-security_cxx_result
  25. -- Performing Test format-security_cxx_result - Success
  26. -- Performing Test init-self_cxx_result
  27. -- Performing Test init-self_cxx_result - Success
  28. -- Performing Test non-virtual-dtor_cxx_result
  29. -- Performing Test non-virtual-dtor_cxx_result - Success
  30. -- Performing Test error_cxx_result
  31. -- Performing Test error_cxx_result - Success
  32. -- Performing Test missing-field-initializers_cxx_result
  33. -- Performing Test missing-field-initializers_cxx_result - Success
  34. -- Performing Test noerror_missing-field-initializers_cxx_result
  35. -- Performing Test noerror_missing-field-initializers_cxx_result - Success
  36. -- Performing Test unused-parameter_cxx_result
  37. -- Performing Test unused-parameter_cxx_result - Success
  38. -- Performing Test noerror_unused-parameter_cxx_result
  39. -- Performing Test noerror_unused-parameter_cxx_result - Success
  40. -- Performing Test all_c_result
  41. -- Performing Test all_c_result - Success
  42. -- Performing Test extra_c_result
  43. -- Performing Test extra_c_result - Success
  44. -- Performing Test declaration-after-statement_c_result
  45. -- Performing Test declaration-after-statement_c_result - Success
  46. -- Performing Test shadow_c_result
  47. -- Performing Test shadow_c_result - Success
  48. -- Performing Test strict-prototypes_c_result
  49. -- Performing Test strict-prototypes_c_result - Success
  50. -- Performing Test missing-prototypes_c_result
  51. -- Performing Test missing-prototypes_c_result - Success
  52. -- Performing Test sign-compare_c_result
  53. -- Performing Test sign-compare_c_result - Success
  54. -- Performing Test nested-externs_c_result
  55. -- Performing Test nested-externs_c_result - Success
  56. -- Performing Test pointer-arith_c_result
  57. -- Performing Test pointer-arith_c_result - Success
  58. -- Performing Test format-security_c_result
  59. -- Performing Test format-security_c_result - Success
  60. -- Performing Test init-self_c_result
  61. -- Performing Test init-self_c_result - Success
  62. -- Performing Test error_c_result
  63. -- Performing Test error_c_result - Success
  64. -- Performing Test missing-field-initializers_c_result
  65. -- Performing Test missing-field-initializers_c_result - Success
  66. -- Performing Test noerror_missing-field-initializers_c_result
  67. -- Performing Test noerror_missing-field-initializers_c_result - Success
  68. -- Performing Test unused-parameter_c_result
  69. -- Performing Test unused-parameter_c_result - Success
  70. -- Performing Test noerror_unused-parameter_c_result
  71. -- Performing Test noerror_unused-parameter_c_result - Success
  72. -- Looking for Q_WS_X11
  73. -- Looking for Q_WS_X11 - found
  74. -- Looking for Q_WS_WIN
  75. -- Looking for Q_WS_WIN - not found.
  76. -- Looking for Q_WS_QWS
  77. -- Looking for Q_WS_QWS - not found.
  78. -- Looking for Q_WS_MAC
  79. -- Looking for Q_WS_MAC - not found.
  80. -- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
  81. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  82. -- Performing Test QT4_GLIB_SUPPORT
  83. -- Performing Test QT4_GLIB_SUPPORT - Success
  84. -- Found PythonInterp: /usr/bin/python2.7
  85. -- Found Python executable: /usr/bin/python2.7
  86. -- Found Python version: 2.7.1
  87. -- Python 2.7 found
  88. -- checking for module 'glib-2.0'
  89. --   found glib-2.0, version 2.28.4
  90. -- Found GLIB2: /usr/lib/libglib-2.0.so
  91. -- checking for module 'gobject-2.0'
  92. --   found gobject-2.0, version 2.28.4
  93. -- Found GObject libraries: gobject-2.0;gthread-2.0;pthread;rt;glib-2.0
  94. -- Found GObject includes : /usr/include/glib-2.0
  95. -- checking for module 'dbus-1'
  96. --   found dbus-1, version 1.4.1
  97. -- Found D-Bus: /usr/lib/libdbus-1.so
  98. Must specify package names on the command line
  99. -- Found DBUS_GLIB: /usr/lib/libdbus-glib-1.so
  100. -- checking for module 'libxml-2.0'
  101. --   found libxml-2.0, version 2.7.8
  102. -- Found LibXml2: /usr/lib/libxml2.so
  103. -- checking for module 'telepathy-farsight>=0.0.4'
  104. --   found telepathy-farsight, version 0.0.14
  105. Package farsight2-0.10 was not found in the pkg-config search path.
  106. Perhaps you should add the directory containing `farsight2-0.10.pc'
  107. to the PKG_CONFIG_PATH environment variable
  108. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  109. Package farsight2-0.10 was not found in the pkg-config search path.
  110. Perhaps you should add the directory containing `farsight2-0.10.pc'
  111. to the PKG_CONFIG_PATH environment variable
  112. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  113. Package farsight2-0.10 was not found in the pkg-config search path.
  114. Perhaps you should add the directory containing `farsight2-0.10.pc'
  115. to the PKG_CONFIG_PATH environment variable
  116. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  117. Package farsight2-0.10 was not found in the pkg-config search path.
  118. Perhaps you should add the directory containing `farsight2-0.10.pc'
  119. to the PKG_CONFIG_PATH environment variable
  120. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  121. Package farsight2-0.10 was not found in the pkg-config search path.
  122. Perhaps you should add the directory containing `farsight2-0.10.pc'
  123. to the PKG_CONFIG_PATH environment variable
  124. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  125. Package farsight2-0.10 was not found in the pkg-config search path.
  126. Perhaps you should add the directory containing `farsight2-0.10.pc'
  127. to the PKG_CONFIG_PATH environment variable
  128. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  129. Package farsight2-0.10 was not found in the pkg-config search path.
  130. Perhaps you should add the directory containing `farsight2-0.10.pc'
  131. to the PKG_CONFIG_PATH environment variable
  132. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  133. Package farsight2-0.10 was not found in the pkg-config search path.
  134. Perhaps you should add the directory containing `farsight2-0.10.pc'
  135. to the PKG_CONFIG_PATH environment variable
  136. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  137. Package farsight2-0.10 was not found in the pkg-config search path.
  138. Perhaps you should add the directory containing `farsight2-0.10.pc'
  139. to the PKG_CONFIG_PATH environment variable
  140. Package 'farsight2-0.10', required by 'Telepathy-Farsight', not found
  141. -- Found TelepathyFarsight: /usr/lib/libtelepathy-farsight.so
  142. -- checking for module 'gstreamer-0.10'
  143. --   package 'gstreamer-0.10' not found
  144. -- GStreamer: WARNING: include dir not found
  145. -- Could NOT find GStreamer (missing:  GSTREAMER_INCLUDE_DIR)
  146. -- checking for module 'telepathy-glib>=0.15.1'
  147. --   package 'telepathy-glib>=0.15.1' not found
  148. -- Telepathy-glib not found or its version is < 0.15.1
  149. CMake Error at TelepathyQt4/CMakeLists.txt:606 (add_dependencies):
  150.  add_dependencies Adding dependency to non-existent target: doxygen-doc
  151.  
  152.  
  153.  
  154. -----------------------------------------------------------------------------
  155. -- The following external packages were located on your system.
  156. -- This installation will have the extra features provided by these packages.
  157. -----------------------------------------------------------------------------
  158.   * Qt4 Glib Support - QtCore library using Glib's main event loop
  159.    * dbus-python - GLib-based Python DBus support
  160.    * Telepathy-Farsight - A Framework for dealing with audio/video conferencing protocols
  161.  
  162. -----------------------------------------------------------------------------
  163. -- The following OPTIONAL packages could NOT be located on your system.
  164. -- Consider installing them to enable more features from this software.
  165. -----------------------------------------------------------------------------
  166.    * GStreamer (FALSE or higher)  <Needed, together with Tp-Farsight, to build telepathy-qt4-farsight and some additional examples>
  167.      An open source multimedia framework
  168.    * Telepathy-glib (0.15.1 or higher)  <http://telepathy.freedesktop.org/>
  169.      Glib bindings for Telepathy
  170.      Needed, together with Qt Glib integration, to build most of the unit tests
  171.  
  172. -----------------------------------------------------------------------------
  173.  
  174. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement