waynedog74 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

LIRC error: undefined symbol: lirc_deinit #461

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe your system:
 - Operating System (be specific): Gentoo amd64
 - Machine type (32-bit or 64-bit): 64-bit
 - Mupen64Plus version: current
 - Plugins used: default

Describe the problem:
When enabling LIRC support enabled, mupen64plus compiles fine, but then I get 
the following error message when trying to execute it:

dlopen('/usr/games/lib64/mupen64plus/libmupen64plus.so.2') error: 
/usr/games/lib64/mupen64plus/libmupen64plus.so.2: undefined symbol: lirc_deinit
dlopen('./libmupen64plus.so.2') error: ./libmupen64plus.so.2: cannot open 
shared object file: No such file or directory
AttachCoreLib() Error: failed to find Mupen64Plus Core library

Here are my compile flags:

make -j8 -C mupen64plus-core/projects/unix all PREFIX=/usr/games 
LIBDIR=/usr/games/lib64/mupen64plus SHAREDIR=/usr/share/games 
DESTDIR=/tmp/portage/games-emulation/mupen64plus-9999/image/ 
COREDIR=/usr/games/lib64/mupen64plus/ 
PLUGINDIR=/usr/games/lib64/mupen64plus/plugins MANDIR=/usr/share/man LIRC=1

mupen64plus works perfectly fine without LIRC=1.

Original issue reported on code.google.com by nitro322@gmail.com on 6 Oct 2011 at 2:01

GoogleCodeExporter commented 9 years ago
Please test https://bitbucket.org/ecsv/mupen64plus-core/changeset/c6f0456c4300 
(this repo will disappear when Richard merged the change)

Original comment by s...@narfation.org on 6 Oct 2011 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by s...@narfation.org on 6 Oct 2011 at 9:36

GoogleCodeExporter commented 9 years ago

Original comment by s...@narfation.org on 6 Oct 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Yes, this seems to do the trick, though my same comments about testing from the 
last bug still apply.  :-)

Thanks again.

Original comment by nitro322@gmail.com on 7 Oct 2011 at 3:29

GoogleCodeExporter commented 9 years ago
It is now merged

Original comment by s...@narfation.org on 8 Oct 2011 at 5:11

GoogleCodeExporter commented 9 years ago
Thanks, just pulled a fresh copy and it works great.  Appreciate the super 
quick fix for both of these.

Original comment by nitro322@gmail.com on 9 Oct 2011 at 12:32