
Hello all
I am on Archlinux x86, Kernel 2.6.36-2 and cmake 2.8.3-1.
I am trying to build Dolphin-emu setting up Debug build mode, but at the process I get this error:
Is it a problem related to source code of Dolphin? or am I doing something wrong?
Thanks in advance.
I am on Archlinux x86, Kernel 2.6.36-2 and cmake 2.8.3-1.
I am trying to build Dolphin-emu setting up Debug build mode, but at the process I get this error:
Code:
[ 70%] Building CXX object Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/Src/X11Utils.cpp.o
Linking CXX executable ../../../Binaries/dolphin-emu
CMakeFiles/dolphin-emu.dir/Src/AboutDolphin.cpp.o: In function `wxWindowBase::GetName() const':
AboutDolphin.cpp:(.text._ZNK12wxWindowBase7GetNameEv[wxWindowBase::GetName() const]+0x7b): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/AboutDolphin.cpp.o: In function `wxTopLevelWindowGTK::GetTitle() const':
AboutDolphin.cpp:(.text._ZNK19wxTopLevelWindowGTK8GetTitleEv[wxTopLevelWindowGTK::GetTitle() const]+0x7b): undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/CheatsWindow.cpp.o: In function `wxCheckBoxBase::IsChecked() const':
/usr/include/wx-2.8/wx/checkbox.h:70: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/CheatsWindow.cpp.o: In function `wxStringBase':
/usr/include/wx-2.8/wx/string.h:352: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/CheatsWindow.cpp.o: In function `wxCheckBoxBase::DoGet3StateValue() const':
/usr/include/wx-2.8/wx/checkbox.h:125: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/CheatsWindow.cpp.o:/usr/include/wx-2.8/wx/checkbox.h:121: more undefined references to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)' follow
CMakeFiles/dolphin-emu.dir/Src/Main.cpp.o:(.rodata._ZTV10DolphinApp[vtable for DolphinApp]+0x90): undefined reference to `wxApp::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/Main.cpp.o:(.rodata._ZTV10DolphinApp[vtable for DolphinApp]+0x94): undefined reference to `wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/WiimoteConfigDiag.cpp.o: In function `wxStringBase::at(unsigned int)':
/usr/include/wx-2.8/wx/string.h:433: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
CMakeFiles/dolphin-emu.dir/Src/WiimoteConfigDiag.cpp.o: In function `wxBaseArrayPtrVoid::Item(unsigned int) const':
/usr/include/wx-2.8/wx/dynarray.h:809: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
../DebuggerWX/libdebwx.a(CodeWindowFunctions.cpp.o): In function `wxStringBase':
/usr/include/wx-2.8/wx/string.h:352: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
../DebuggerUICommon/libdebugger_ui_util.a(CodeView.cpp.o): In function `wxStringBase':
/usr/include/wx-2.8/wx/string.h:352: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
/usr/include/wx-2.8/wx/string.h:352: undefined reference to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)'
../DebuggerUICommon/libdebugger_ui_util.a(CodeView.cpp.o):/usr/include/wx-2.8/wx/string.h:352: more undefined references to `wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)' follow
collect2: ld devolvió el estado de salida 1
make[2]: *** [Binaries/dolphin-emu] Error 1
make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Error 2
make: *** [all] Error 2
Aborting...
Is it a problem related to source code of Dolphin? or am I doing something wrong?
Thanks in advance.