I'm trying to compile mupen64plus-core from https://github.com/RetroReversing/mupen64plus-core
But when I run mupen with the core I get:
UI-Console Error: dlopen('/home/ldlework/ext/mupen/mupen64plus-core/projects/unix/libmupen64plus.so.2') failed: /home/ldlework/ext/mupen/mupen64plus-core/projects/unix/libmupen64plus.so.2: undefined symbol: memory_to_log
Running nm on the shared object shows there is an exported name..
nm -D libmupen64plus.so.2 | grep memory
U memory_to_log
Any guidance?