Advertisement
Guest User

Test

a guest
Apr 3rd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. erngab@kubuntu-erngab:/media/sdb1/Install/Video/miniplayer/phonon-backend-gstreamer-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. CMake Warning at cmake/FindPhonon.cmake:9 (find_package):
  13. Could not find a configuration file for package Phonon.
  14.  
  15. Set Phonon_DIR to the directory containing a CMake configuration file for
  16. Phonon. The file will have one of the following names:
  17.  
  18. PhononConfig.cmake
  19. phonon-config.cmake
  20.  
  21. Call Stack (most recent call first):
  22. CMakeLists.txt:7 (find_package)
  23.  
  24.  
  25. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  26. Could NOT find Phonon (missing: Phonon_DIR)
  27. Call Stack (most recent call first):
  28. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  29. cmake/FindPhonon.cmake:16 (find_package_handle_standard_args)
  30. CMakeLists.txt:7 (find_package)
  31.  
  32.  
  33. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement