Advertisement
puneet

cmake error-tpqt

Mar 31st, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.10 KB | None | 0 0
  1. CMake Error at cmake/modules/FindQt.cmake:53 (MESSAGE):
  2.   CMake was unable to find any Qt versions, put qmake in your path, or set
  3.   QTDIR/QT_QMAKE_EXECUTABLE.
  4. Call Stack (most recent call first):
  5.   CMakeLists.txt:84 (find_package)
  6.  
  7.  
  8. CMake Warning at CMakeLists.txt:88 (if):
  9.   given arguments:
  10.  
  11.     "EQUAL" "4"
  12.  
  13.   Unknown arguments specified
  14.  
  15.  
  16. -- Could NOT find QHELPGENERATOR  (missing:  QHELPGENERATOR_EXECUTABLE)
  17. CMake Warning at cmake/modules/Doxygen.cmake:20 (message):
  18.   html/qt.tags not found in .  Set the QT_DOC_DIR variable to
  19.  
  20.   point to its location to enable crosslinking.
  21. Call Stack (most recent call first):
  22.   CMakeLists.txt:103 (include)
  23.  
  24.  
  25. -- Found Python executable: /usr/bin/python2.6
  26. -- Found Python version: 2.6.6
  27. -- Python 2.6 found
  28. -- Found GObject libraries: gobject-2.0;glib-2.0
  29. -- Found GObject includes : /usr/local/include/glib-2.0
  30. -- checking for module 'farstream-0.1>=0.1.0'
  31. --   package 'farstream-0.1>=0.1.0' not found
  32. -- Could NOT find Farstream  (missing:  FARSTREAM_LIBRARIES FARSTREAM_INCLUDE_DIR)
  33. -- checking for module 'telepathy-farstream>=0.2.2'
  34. --   package 'telepathy-farstream>=0.2.2' not found
  35. -- Could NOT find TelepathyFarstream  (missing:  TELEPATHY_FARSTREAM_LIBRARIES TELEPATHY_FARSTREAM_INCLUDE_DIR)
  36. -- GStreamer: WARNING: interface library not found
  37. -- Could NOT find GStreamer  (missing:  GSTREAMER_INTERFACE_LIBRARY)
  38.  
  39. -----------------------------------------------------------------------------
  40. -- The following external packages were located on your system.
  41. -- This installation will have the extra features provided by these packages.
  42. -----------------------------------------------------------------------------
  43.    * dbus-python - GLib-based Python DBus support
  44.    * Telepathy-Farsight - A Framework for dealing with audio/video conferencing protocols
  45.    * Telepathy-glib - Glib bindings for Telepathy
  46.  
  47. -----------------------------------------------------------------------------
  48. -- The following OPTIONAL packages could NOT be located on your system.
  49. -- Consider installing them to enable more features from this software.
  50. -----------------------------------------------------------------------------
  51.    * Qt Glib Support  <http://qt.nokia.com/>
  52.      QtCore library using Glib's main event loop
  53.     Needed, together with Telepathy-Glib, to build most of the unit tests
  54.   * Farstream (0.1.0 or higher)  <http://www.freedesktop.org/wiki/Software/Farstream>
  55.     A Framework for dealing with audio/video conferencing protocols
  56.     Needed, together with GStreamer and Telepathy-Farstream, to build telepathy-qt-farstream
  57.   * Telepathy-Farstream (0.2.2 or higher)  <http://telepathy.freedesktop.org/wiki/>
  58.     A Framework for dealing with audio/video conferencing protocols
  59.     Needed, together with GStreamer and Farstream, to build telepathy-qt-farstream
  60.   * GStreamer (FALSE or higher)  <Needed, together with Tp-Farsight, to build telepathy-qt-farsight and some additional examples>
  61.     An open source multimedia framework
  62.  
  63. -----------------------------------------------------------------------------
  64.  
  65. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement