Guest User

dolphin build error at

a guest
Jul 20th, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. tyranids@linuxland:~/dolphin/build$ sudo cmake ../
  2. [sudo] password for tyranids:
  3. x86_64
  4. -- Try OpenMP CXX flag = [-fopenmp]
  5. -- Performing Test OpenMP_FLAG_DETECTED
  6. -- Performing Test OpenMP_FLAG_DETECTED - Success
  7. -- Could NOT find OpenMP (missing: OpenMP_CXX_FLAGS)
  8. OpenMP parallelization disabled
  9. -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.27.2")
  10. ALSA found, enabling ALSA sound backend
  11. ao NOT found, disabling ao sound backend
  12. bluez NOT found, disabling bluetooth support
  13. PulseAudio found, enabling PulseAudio sound backend
  14. OpenAL found, enabling OpenAL sound backend
  15. -- checking for modules 'wayland-egl;wayland-client;wayland-cursor'
  16. -- found wayland-egl, version 10.1.3
  17. -- found wayland-client, version 1.4.0
  18. -- found wayland-cursor, version 1.4.0
  19. Wayland support disabled
  20. X11 support enabled
  21. Xrandr found
  22. -- checking for module 'xi>=1.5.0'
  23. -- found xi, version 1.7.1.901
  24. -- checking for modules 'libavcodec>=53.35.0;libavformat>=53.21.0;libswscale>=2.1.0;libavutil>=51.22.1'
  25. -- found libavcodec, version 54.35.0
  26. -- found libavformat, version 54.20.4
  27. -- found libswscale, version 2.1.1
  28. -- found libavutil, version 52.3.0
  29. libav found, enabling AVI frame dumps
  30. PortAudio not found, disabling mic support
  31. Using static lzo from Externals
  32. Using shared libpng
  33. Using static soundtouch from Externals
  34. -- Found SDL2: /usr/lib/x86_64-linux-gnu/libSDL2main.a;/usr/lib/x86_64-linux-gnu/libSDL2.so;-pthread
  35. Using shared SDL2
  36. -- checking for module 'libusb-1.0'
  37. -- found libusb-1.0, version 1.0.17
  38. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so
  39. Using shared LibUSB
  40. Could NOT find SFML (missing: SFML_INCLUDE_DIR)
  41. Using static SFML 1.5 from Externals
  42. -- Could not find polarssl
  43. Using PolarSSL from Externals
  44. Using static SOIL from Externals
  45. Using shared zlib
  46. -- checking for one of the modules 'glew>=1.8'
  47. Using static GLEW from Externals
  48. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  49. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  50. -- Some or all of the gtk libraries were not found. (missing: GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY)
  51. Using static wxWidgets from Externals
  52. gthread-2.0 found
  53. CMake Error at CMakeTests/CheckLib.cmake:48 (message):
  54. pangocairo is required but not found
  55. Call Stack (most recent call first):
  56. CMakeLists.txt:745 (check_lib)
  57.  
  58.  
  59. -- Configuring incomplete, errors occurred!
  60. See also "/home/tyranids/dolphin/build/CMakeFiles/CMakeOutput.log".
  61. See also "/home/tyranids/dolphin/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment