Emulator Issues #1309
closedundefined symbol in Wiimote.so
0%
Description
What steps will reproduce the problem?
- Compile
- Run Doplhin
- Wiimote Plugin can not be loaded
What is the expected output? What do you see instead?
DL: Error loading DLL Plugins/libPlugin_Wiimote.so:
Plugins/libPlugin_Wiimote.so: undefined symbol: _ZN11WiiMoteReal10g_ShutdownE
What version of the product are you using? On what operating system?
rev 4018 on Ubuntu 64bit
Please provide any additional information below.
This was an exisiting issue, but offtopic:
http://code.google.com/p/dolphin-emu/issues/detail?id=184#c31
Updated by lubosz about 15 years ago
wiimote_real.cpp:
// Probably this class should be in its own file
class CWiiMote
{
Updated by lpfaint99 about 15 years ago
- Status changed from New to Questionable
do you have bluez PKG installed?
Updated by lubosz about 15 years ago
bmonkey@HackProHackstation:~$ aptitude search bluez
i bluez - Bluetooth tools and daemons
i bluez-alsa - Bluetooth audio support
p bluez-btsco - Bluez Bluetooth SCO tool
p bluez-compat - BlueZ 3.x compatibility binaries
i bluez-cups - Bluetooth printer driver for CUPS
i bluez-gnome - Bluetooth utilities for GNOME
i bluez-gstreamer - Bluetooth gstreamer support
p bluez-hcidump - Analyses Bluetooth HCI packets
p bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth
tools
i bluez-utils - Transitional package
i python-bluez - Python wrappers around BlueZ for rapid
bluetooth development
v python2.5-bluez -
v python2.6-bluez -
bmonkey@HackProHackstation:~/Apps/dolphin-emu-read-only$ scons -j8
scons: Reading SConscript files ...
Checking for pkg-config version > 0.15.0... (cached) yes
Checking for sdl lib version > 1.0.0... (cached) yes
Checking for bluez... (cached)
Using pkg-config for bluez... (cached) no
Looking for lib bluez... (cached) no
Checking for ao... (cached)
Using pkg-config for ao... (cached) yes
Checking for openal... (cached)
Using pkg-config for openal... (cached) yes
Checking for portaudio... (cached)
Using pkg-config for portaudio... (cached) no
Looking for lib portaudio... (cached) no
Checking for sfml-network... (cached)
Using pkg-config for sfml-network... (cached) no
Looking for lib sfml-network... (cached) no
Checking for x11... (cached)
Using pkg-config for x11... (cached) yes
Checking for wxWidgets >= 2.8... (cached) yes
Checking for GL... (cached)
Using pkg-config for gl... (cached) yes
Checking for GLU... (cached)
Using pkg-config for glu... (cached) no
Looking for lib GLU... (cached) yes
Checking for Cg... (cached)
Using pkg-config for cg... (cached) no
Looking for lib Cg... (cached) yes
Checking for CgGL... (cached)
Using pkg-config for cggl... (cached) no
Looking for lib CgGL... (cached) yes
Checking for GLEW... (cached)
Using pkg-config for glew... (cached) no
Looking for lib GLEW... (cached) yes
Checking for xxf86vm... (cached)
Using pkg-config for xxf86vm... (cached) yes
Plugin_PadSimpleEvnt Doesn't work without testgl
scons: done reading SConscript files.
scons: Building targets ...
Updated by lubosz about 15 years ago
k, i needed to run with scons --config=force, cause the bluez dependency was cached...
works know
Updated by Anonymous about 15 years ago
- Status changed from Questionable to Invalid