Emulator Issues #997
closedUnable to compile r3329 at PlugIns/libPlugin_Wiimote.dylib
0%
Description
What steps will reproduce the problem?
- Checkout source from Google Code
- Run scons
What is the expected output? What do you see instead?
It should be compiled.
What version of the product are you using? On what operating system?
Leopard 10.5.7
Please provide any additional information below.
Here's the trace:
Linking shared Binary/Darwin-i386/Dolphin.app/Contents/PlugIns/libPlugin_Wiimote.dylib
Undefined symbols:
"_wii_board_event", referenced from:
handle_expansion(wiimote_t*, unsigned char*)in libwiiuse.a(events.o)
"_wii_board_disconnected", referenced from:
_disable_expansion in libwiiuse.a(events.o)
"_wii_board_handshake", referenced from:
_handshake_expansion in libwiiuse.a(events.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [Binary/Darwin-i386/Dolphin.app/Contents/PlugIns/libPlugin_Wiimote.dylib] Error 1
scons: building terminated because of errors.
Updated by stefan.fisk over 15 years ago
wiiboard.c is missing from Externals/WiiUseSrc/Src/SConscript
Try replacing it with the attached file and wiiuse will compile properly.