Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- xbmc@Media-PC:~/dolphinbuild/dolphin-emu$ mkdir Build && cd Build
- xbmc@Media-PC:~/dolphinbuild/dolphin-emu/Build$ cmake ..
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Found Git: /usr/bin/git
- x86_64
- -- Performing Test FLAG_TYPE_LIMITS
- -- Performing Test FLAG_TYPE_LIMITS - Success
- -- Performing Test FLAG_SIGN_COMPARE
- -- Performing Test FLAG_SIGN_COMPARE - Success
- -- Performing Test FLAG_IGNORED_QUALIFIERS
- -- Performing Test FLAG_IGNORED_QUALIFIERS - Success
- -- Performing Test FLAG_UNINITIALIZED
- -- Performing Test FLAG_UNINITIALIZED - Success
- -- Performing Test FLAG_LOGICAL_OP
- -- Performing Test FLAG_LOGICAL_OP - Success
- -- Performing Test FLAG_SHADOW
- -- Performing Test FLAG_SHADOW - Success
- -- Performing Test FLAG_INIT_SELF
- -- Performing Test FLAG_INIT_SELF - Success
- -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN
- -- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success
- -- Performing Test FLAG_VISIBILITY_HIDDEN
- -- Performing Test FLAG_VISIBILITY_HIDDEN - Success
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
- -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
- -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
- -- Try OpenMP C flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Try OpenMP CXX flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Found OpenMP: -fopenmp
- OpenMP parallelization enabled
- -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so
- ALSA found, enabling ALSA sound backend
- ao found, enabling ao sound backend
- bluez found, enabling bluetooth support
- PulseAudio found, enabling PulseAudio sound backend
- -- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
- OpenAL NOT found, disabling OpenAL sound backend
- -- checking for modules 'wayland-egl;wayland-client;wayland-cursor'
- -- package 'wayland-egl' not found
- -- package 'wayland-client' not found
- -- package 'wayland-cursor' not found
- Wayland support disabled
- X11 support enabled
- Xrandr found
- -- checking for module 'xi>=1.5.0'
- -- found xi, version 1.6.0
- -- checking for modules 'libavcodec>=53.35.0;libavformat>=53.21.0;libswscale>=2.1.0;libavutil>=51.22.1'
- -- found libavcodec, version 53.35.0
- -- found libavformat, version 53.21.1
- -- found libswscale, version 2.1.0
- -- found libavutil, version 51.22.1
- libav found, enabling AVI frame dumps
- -- Performing Test PORTAUDIO
- -- Performing Test PORTAUDIO - Failed
- PortAudio not found, disabling mic support
- Using static lzo from Externals
- -- Looking for include files CMAKE_HAVE_PTHREAD_H
- -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - not found
- -- Check if compiler accepts -pthread
- -- Check if compiler accepts -pthread - yes
- -- Found Threads: TRUE
- -- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
- Using shared SDL
- -- checking for module 'libusb-1.0'
- -- found libusb-1.0, version 1.0.9
- -- Found libusb-1.0: /usr/local/include/libusb-1.0, /usr/local/lib/libusb-1.0.so
- Using shared LibUSB
- Could NOT find SFML (missing: SFML_INCLUDE_DIR)
- Using static SFML 1.5 from Externals
- -- Could not find miniupnp
- Using static miniupnpc from Externals
- -- Could not find polarssl
- Using PolarSSL from Externals
- Using static SOIL from Externals
- -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.3.4")
- Using shared zlib
- -- checking for one of the modules 'glew>=1.8'
- Using static GLEW from Externals
- -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
- -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
- -- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so
- -- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so
- Using static wxWidgets from Externals
- gthread-2.0 found
- pangocairo found
- -- Found Gettext: /usr/bin/msgmerge
- CMake Error at /usr/share/cmake-2.8/Modules/FindGettext.cmake:83 (ADD_CUSTOM_TARGET):
- add_custom_target cannot create target "translations" because another
- target with the same name already exists. The existing target is a custom
- target created in source directory
- "/home/xbmc/dolphinbuild/dolphin-emu/Source/Core/DolphinWX". See
- documentation for policy CMP0002 for more details.
- Call Stack (most recent call first):
- Source/Core/DolphinWX/CMakeLists.txt:181 (GETTEXT_CREATE_TRANSLATIONS)
- -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment