Emulator Issues #2904
closederror message in compile: ConfigDiag.cpp:(.text+0x2b2): undefined reference to `UDPWrapper::Configure(wxWindow*)'
0%
Description
What steps will reproduce the problem?
- Compile build r5839
What is the expected output? What do you see instead?
build Revision: r5839
32-bit or 64-bit and any other build parameters?
64 bit
OS version and versions of tools/libraries used?
Ubuntu 9.10
Please provide any additional information below.
Error message:
Source/Core/InputUICommon/Src/ConfigDiag.h:155: warning: when initialized here
Archiving Build/Linux-x86_64-release/libs/libinputuicommon.a
Indexing Build/Linux-x86_64-release/libs/libinputuicommon.a
Linking Binary/Linux-x86_64/dolphin-emu
Build/Linux-x86_64-release/libs/libinputuicommon.a(ConfigDiag.o): In function GamepadPage::ConfigUDPWii(wxCommandEvent&)': ConfigDiag.cpp:(.text+0x2b2): undefined reference to
UDPWrapper::Configure(wxWindow*)'
collect2: ld returned 1 exit status
scons: *** [Binary/Linux-x86_64/dolphin-emu] Error 1
scons: building terminated because of errors.
Updated by glennricster over 14 years ago
- Status changed from New to Fixed
Yeah, this is fixed with revision 5840.