Advertisement
Guest User

Test

a guest
Apr 3rd, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. erngab@kubuntu-erngab:/media/sdb1/Install/Video/miniplayer/phonon-4.6.0$ mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX .. && make
  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. -- !!!!! Tests have been removed and need to be redone !!!!!
  13. -- Looking for Q_WS_X11
  14. -- Looking for Q_WS_X11 - found
  15. -- Looking for Q_WS_WIN
  16. -- Looking for Q_WS_WIN - not found.
  17. -- Looking for Q_WS_QWS
  18. -- Looking for Q_WS_QWS - not found.
  19. -- Looking for Q_WS_MAC
  20. -- Looking for Q_WS_MAC - not found.
  21. -- Found Qt-Version 4.8.0 (using /usr/bin/qmake)
  22. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  23. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  24. -- Looking for gethostbyname
  25. -- Looking for gethostbyname - found
  26. -- Looking for connect
  27. -- Looking for connect - found
  28. -- Looking for remove
  29. -- Looking for remove - found
  30. -- Looking for shmat
  31. -- Looking for shmat - found
  32. -- Looking for IceConnectionNumber in ICE
  33. -- Looking for IceConnectionNumber in ICE - found
  34. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  35. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  36. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  37. -- Looking for pthread_create in pthreads
  38. -- Looking for pthread_create in pthreads - not found
  39. -- Looking for pthread_create in pthread
  40. -- Looking for pthread_create in pthread - found
  41. -- Found Threads: TRUE
  42. -- Looking for _POSIX_TIMERS
  43. -- Looking for _POSIX_TIMERS - found
  44. -- Found Automoc4: /usr/bin/automoc4
  45. -- Performing Test HAVE_FPIE_SUPPORT
  46. -- Performing Test HAVE_FPIE_SUPPORT - Success
  47. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  48. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  49. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  50. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  51. -- PHONON_QT_MKSPECS_INSTALL_DIR is set to /share/qt4/mkspecs/modules.
  52. The Qt mkspecs file for Phonon will not be installed into the Qt system installation directory,
  53. which is /usr/share/qt4/mkspecs/modules .
  54. This means the qt_phonon.pri file will not be found by default.
  55. You can:
  56. * switch the cmake option PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT to TRUE
  57. * set PHONON_QT_MKSPECS_INSTALL_DIR manually to the system Qt location
  58. * at runtime, with Qt >= 4.8, set the QMAKEPATH environment variable
  59. -- PHONON_QT_PLUGIN_INSTALL_DIR is set to /lib/qt4/plugins/designer.
  60. The Qt designer plugins for Phonon will not be installed into the Qt system installation directory,
  61. which is /usr/lib/x86_64-linux-gnu/qt4/plugins/designer .
  62. This means the designer plugins file will not be found by default.
  63. You can:
  64. * switch the cmake option PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT to TRUE
  65. * set PHONON_QT_PLUGINS_INSTALL_DIR manually to the system Qt location
  66. * at runtime, set the QT_PLUGIN_PATH environment variable
  67. -- Could NOT find PulseAudio
  68. -- checking for module 'glib-2.0'
  69. -- found glib-2.0, version 2.30.0
  70. -- Found GLIB2: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
  71. CMake Warning at cmake/MacroOptionalFindPackage.cmake:32 (find_package):
  72. Could not find module FindQZeitgeist.cmake or a configuration file for
  73. package QZeitgeist.
  74.  
  75. Adjust CMAKE_MODULE_PATH to find FindQZeitgeist.cmake or set QZeitgeist_DIR
  76. to the directory containing a CMake configuration file for QZeitgeist. The
  77. file will have one of the following names:
  78.  
  79. QZeitgeistConfig.cmake
  80. qzeitgeist-config.cmake
  81.  
  82. Call Stack (most recent call first):
  83. phonon/CMakeLists.txt:21 (macro_optional_find_package)
  84.  
  85.  
  86. CMake Error at CMakeLists.txt:156 (file):
  87. file RELATIVE_PATH called with incorrect number of arguments
  88.  
  89.  
  90. --
  91. -----------------------------------------------------------------------------
  92. -- The following external packages were located on your system.
  93. -- This installation will have the extra features provided by these packages.
  94. + GLib2
  95. -----------------------------------------------------------------------------
  96. -- The following OPTIONAL packages could NOT be located on your system.
  97. -- Consider installing them to enable more features from this software.
  98. + PulseAudio: A cross-platform, networked sound server. <http://www.pulseaudio.org>
  99. Allows audio playback via the PulseAudio soundserver when it is running
  100. + QZeitgeist, 0.8: Qt bindings for Zeitgeist <http://projects.kde.org/kdesupport/libqzeitgeist/>
  101. -----------------------------------------------------------------------------
  102.  
  103. -- Configuring incomplete, errors occurred!
  104. erngab@kubuntu-erngab:/media/sdb1/Install/Video/miniplayer/phonon-4.6.0/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement