Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. $ cat log/latest/phonon-git/error.log
  2. # kdesrc-build running: 'cmake' '/videos/kdesrc/phonon-git' '-DCMAKE_BUILD_TYPE=RelWithDebInfo' '-DCMAKE_CXX_FLAGS:STRING=-pipe' '-DCMAKE_INSTALL_PREFIX=/videos/kdesrc/kde'
  3. -- The C compiler identification is GNU
  4. -- The CXX compiler identification is GNU
  5. -- Check for working C compiler: /usr/bin/gcc
  6. -- Check for working C compiler: /usr/bin/gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  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.7.0 (using /videos/kdesrc/qt4/bin/qmake)
  22. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  23. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/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/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. CMake Error at cmake/FindAutomoc4.cmake:75 (message):
  43. Did not find automoc4 (part of kdesupport).
  44. Call Stack (most recent call first):
  45. CMakeLists.txt:32 (find_package)
  46.  
  47.  
  48. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement