Guest User

Dolphin Emulator CMake errors

a guest
Sep 26th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. clara dolphin-emu/build ‹master› » cmake ..
  2. x86_64
  3. OpenMP parallelization enabled
  4. -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
  5. ALSA NOT found, disabling ALSA sound backend
  6. ao NOT found, disabling ao sound backend
  7. bluez found, enabling bluetooth support
  8. PulseAudio found, enabling PulseAudio sound backend
  9. -- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
  10. OpenAL NOT found, disabling OpenAL sound backend
  11. -- checking for modules 'wayland-egl;wayland-client;wayland-cursor'
  12. -- package 'wayland-egl' not found
  13. -- package 'wayland-client' not found
  14. -- package 'wayland-cursor' not found
  15. Wayland support disabled
  16. X11 support enabled
  17. Xrandr found
  18. libav found, enabling AVI frame dumps
  19. PortAudio not found, disabling mic support
  20. Using static lzo from Externals
  21. -- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
  22. Using static SDL from Externals
  23. -- checking for module 'libusb-1.0'
  24. -- package 'libusb-1.0' not found
  25. -- libusb-1.0 not found.
  26. Could NOT find SFML (missing: SFML_INCLUDE_DIR)
  27. Using static SFML 1.5 from Externals
  28. -- Could not find miniupnp
  29. Using static miniupnpc from Externals
  30. -- Could not find polarssl
  31. Using PolarSSL from Externals
  32. Using static SOIL from Externals
  33. Using shared zlib
  34. -- checking for one of the modules 'glew>=1.8'
  35. Using static GLEW from Externals
  36. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  37. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  38. -- 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)
  39. Using static wxWidgets from Externals
  40. gthread-2.0 found
  41. pangocairo found
  42. CMake Error at /usr/share/cmake-2.8/Modules/FindGettext.cmake:83 (ADD_CUSTOM_TARGET):
  43. add_custom_target cannot create target "translations" because another
  44. target with the same name already exists. The existing target is a custom
  45. target created in source directory
  46. "/home/jon/Build/dolphin-emu/dolphin-emu/Source/Core/DolphinWX". See
  47. documentation for policy CMP0002 for more details.
  48. Call Stack (most recent call first):
  49. Source/Core/DolphinWX/CMakeLists.txt:181 (GETTEXT_CREATE_TRANSLATIONS)
  50.  
  51.  
  52. -- Configuring incomplete, errors occurred!
  53. clara dolphin-emu/build ‹master› »
Advertisement
Add Comment
Please, Sign In to add comment