libgme.so: undefined symbol: _ZN14SettingsDialogC1EP7QWidget
Qt-based Multimedia Player
Brought to you by:
trialuser02
Trying to start qmmp 0.9.5, there's a problem with the gme plugin:
QmmpPluginCache: error: Cannot load library /usr/lib64/qmmp/Input/libgme.so: (/usr/lib64/qmmp/Input/libgme.so: undefined symbol: _ZN14SettingsDialogC1EP7QWidget)
QmmpPluginCache: unknown plugin type: /usr/lib64/qmmp/Input/libgme.so
Other plugins do not report the symbol as undefined. I've tried to compare the source code to other plugins, but didn't find any difference both regards linker options and SettingsDialog usage.
Note that I'm using cmake, not qmake.
This has been originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=1297191
Fixed in https://sourceforge.net/p/qmmp-dev/code/5992/. Thank you.
Last edit: trialuser02 2016-01-12
stupid me :-(
I really need to do something about my mental blindness :-(
thanks