Hello everyone.
I am trying to build dolphin-emu git 20120501, but the process ends suddenly. Here the terminal output:
I am on Archlinux x86, Linux kernel (PAE) 3.3.1.
I think this is related to wxWidgets, so, I have installed wxgtk 2.8.12.1 and also I tried installing wxgtk 2.9.3 but it did not work.
Likewise I have noticed this message in the terminal output:
(I get the same message with wxgtk 2.9.3 installed)
So then I wanted install wxgtk 2.9.4 but at the official page http://wxwidgets.org/ just I see version 2.9.3 as the latest one.
How could I solve this trouble?
Thanks in advance.
I am trying to build dolphin-emu git 20120501, but the process ends suddenly. Here the terminal output:
Code:
Starting build...
-- The C compiler identification is GNU 4.7.0
-- The CXX compiler identification is GNU 4.7.0
-- 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 (found version "1.7.10")
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Performing Test NO_UNUSED_RESULT
-- Performing Test NO_UNUSED_RESULT - Success
-- Performing Test VISIBILITY_INLINES_HIDDEN
-- Performing Test VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test VISIBILITY_HIDDEN
-- Performing Test VISIBILITY_HIDDEN - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/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/libX11.so
-- Found OpenGL: /usr/lib/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/libasound.so (found version "1.0.25")
ALSA found, enabling ALSA sound backend
ao found, enabling ao sound backend
bluez found, enabling bluetooth support
PulseAudio found, enabling PulseAudio sound backend
-- Found OpenAL: /usr/lib/libopenal.so
OpenAL found, enabling OpenAL sound backend
X11 found
Xrandr found
-- checking for modules 'libavcodec>=53.5.0;libavformat>=53.2.0;libswscale>=2.0.0;libavutil>=51.7.0'
-- found libavcodec, version 53.61.100
-- found libavformat, version 53.32.100
-- found libswscale, version 2.1.100
-- found libavutil, version 51.35.100
libav found, enabling AVI frame dumps
-- Performing Test PORTAUDIO
-- Performing Test PORTAUDIO - Success
PortAudio found, enabling mic support
Using shared lzo
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not 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 - found
-- Found Threads: TRUE
-- Found SDL: /usr/lib/libSDLmain.a;/usr/lib/libSDL.so;-lpthread
Using shared SDL
Found SFML: /usr/include
Using static SFML 1.5 from Externals
Using static SOIL from Externals
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.6")
Using shared zlib
GLEW found
Cg found
CgGL found
-- Found wxWidgets: TRUE
Found wxWidgets version 2.8.12
At least 2.9.4 is required; ignoring found version
-- Found Freetype: /usr/lib/libfreetype.so (found version "2.4.9")
-- Found GTK2_GTK: /usr/lib/libgtk-x11-2.0.so
Using static wxWidgets from Externals
gthread-2.0 found
pangocairo found
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu-build
Scanning dependencies of target translations_1
[ 1%] Generating ko.gmo
[ 1%] Generating pt.gmo
[ 1%] Generating de.gmo
[ 1%] Generating en.gmo
[ 1%] Generating es.gmo
[ 1%] Generating it.gmo
[ 1%] Generating ru.gmo
[ 1%] Generating zh_TW.gmo
[ 2%] Generating nb.gmo
[ 2%] Generating ca.gmo
[ 2%] Generating he.gmo
[ 2%] Generating zh_CN.gmo
[ 2%] Generating ar.gmo
[ 2%] Generating pt_BR.gmo
[ 2%] Generating el.gmo
[ 2%] Generating fr.gmo
[ 2%] Generating nl.gmo
[ 3%] Generating fa.gmo
[ 3%] Generating pl.gmo
[ 3%] Generating ja.gmo
[ 3%] Generating tr.gmo
[ 3%] Generating hu.gmo
[ 3%] Generating sr.gmo
[ 3%] Generating cs.gmo
[ 3%] Built target translations_1
Scanning dependencies of target bdisasm
[ 3%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/dis_decode.cpp.o
[ 3%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/dis_groups.cpp.o
[ 4%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/resolve.cpp.o
[ 4%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/syntax.cpp.o
[ 4%] Building CXX object Externals/Bochs_disasm/CMakeFiles/bdisasm.dir/PowerPCDisasm.cpp.o
Linking CXX static library libbdisasm.a
[ 4%] Built target bdisasm
Scanning dependencies of target sfml-network
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/Ftp.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/Http.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/IPAddress.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/Packet.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/SelectorBase.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/SocketTCP.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/SocketUDP.cpp.o
[ 5%] Building CXX object Externals/SFML/CMakeFiles/sfml-network.dir/src/SFML/Network/Unix/SocketHelper.cpp.o
Linking CXX static library libsfml-network.a
[ 5%] Built target sfml-network
Scanning dependencies of target SOIL
[ 5%] Building C object Externals/SOIL/CMakeFiles/SOIL.dir/image_DXT.c.o
[ 5%] Building C object Externals/SOIL/CMakeFiles/SOIL.dir/image_helper.c.o
[ 5%] Building C object Externals/SOIL/CMakeFiles/SOIL.dir/SOIL.c.o
[ 5%] Building C object Externals/SOIL/CMakeFiles/SOIL.dir/stb_image_aug.c.o
/home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/SOIL/stb_image_aug.c: In function 'parse_png_file':
/home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/SOIL/stb_image_aug.c:2398:28: warning: variable 'invalid_chunk' set but not used [-Wunused-but-set-variable]
/home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/SOIL/stb_image_aug.c: In function 'bmp_load':
/home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/SOIL/stb_image_aug.c:2587:38: warning: variable 'fake_a' set but not used [-Wunused-but-set-variable]
Linking C static library libSOIL.a
[ 5%] Built target SOIL
Scanning dependencies of target clrun
[ 5%] Building C object Externals/CLRun/CMakeFiles/clrun.dir/clrun/clrun.c.o
[ 5%] Building C object Externals/CLRun/CMakeFiles/clrun.dir/clrun/dynamiclib.c.o
[ 5%] Building C object Externals/CLRun/CMakeFiles/clrun.dir/clrun/gencl.c.o
[ 5%] Building C object Externals/CLRun/CMakeFiles/clrun.dir/clrun/genclgl.c.o
Linking C static library libclrun.a
[ 5%] Built target clrun
Scanning dependencies of target wx
[ 6%] Building CXX object Externals/wxWidgets3/CMakeFiles/wx.dir/src/aui/auibar.cpp.o
In file included from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/utils.h:21:0,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/cursor.h:66,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:22,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24,
from /home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
/home/zuargo/Paquetes/dolphin-emu-git/src/dolphin-emu/Externals/wxWidgets3/include/wx/filefn.h:476:9: error: zero width for bit-field 'wxAssert_477::BadFileSizeType'
make[2]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/src/aui/auibar.cpp.o] Error 1
make[1]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I am on Archlinux x86, Linux kernel (PAE) 3.3.1.
I think this is related to wxWidgets, so, I have installed wxgtk 2.8.12.1 and also I tried installing wxgtk 2.9.3 but it did not work.
Likewise I have noticed this message in the terminal output:
Quote:-- Found wxWidgets: TRUE
Found wxWidgets version 2.8.12
At least 2.9.4 is required; ignoring found version
(I get the same message with wxgtk 2.9.3 installed)
So then I wanted install wxgtk 2.9.4 but at the official page http://wxwidgets.org/ just I see version 2.9.3 as the latest one.
How could I solve this trouble?
Thanks in advance.