Dolphin, the GameCube and Wii emulator - Forums
Build dolphin in Ubuntu 11.10 - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: Build dolphin in Ubuntu 11.10 (/Thread-build-dolphin-in-ubuntu-11-10)



Build dolphin in Ubuntu 11.10 - LunchTacka - 03-28-2012

Hi, I wanted to build a dolphin in Ubuntu 11.10.
I have done so here as it is written: http://code.google.com/p/dolphin-emu/wiki/Linux_Build. In the beginning everything was fine. But then the process stopped at:

lunchtacka@lunchtacka-komp:~/dolphin-emu/Build$ make && make install
[ 3%] Built target translations
[ 3%] Built target bdisasm
[ 3%] Built target clrun
[ 3%] Building CXX object Externals/wxWidgets3/CMakeFiles/wx.dir/src/aui/auibar.cpp.o
In file included from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/utils.h:21:0,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/cursor.h:66,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/event.h:22,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/window.h:19,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/control.h:23,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/include/wx/statline.h:24,
from /home/lunchtacka/dolphin-emu/Externals/wxWidgets3/src/aui/auibar.cpp:29:
/home/lunchtacka/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] Błąd 1
make[1]: *** [Externals/wxWidgets3/CMakeFiles/wx.dir/all] Błąd 2
make: *** [all] Błąd 2
lunchtacka@lunchtacka-komp:~/dolphin-emu/Build$

What should I do? Huh


RE: Build dolphin in Ubuntu 11.10 - scummos - 03-29-2012

Looks like something is broken upstream. Maybe wait a few days and try again? ;P


RE: Build dolphin in Ubuntu 11.10 - ShadowFlash - 03-29-2012

Yeah looks like broken wxWidgets in Externals. Same error and same distro (Kubuntu 11.10)


RE: Build dolphin in Ubuntu 11.10 - LunchTacka - 03-29-2012

What can I do to get it worked? Huh


RE: Build dolphin in Ubuntu 11.10 - DefenderX - 03-29-2012

(03-29-2012, 12:31 AM)scummos Wrote: Looks like something is broken upstream. Maybe wait a few days and try again? ;P

Haven't you read this?