Post subject: Compiling lsnes on GNU/Linux...
Amaraticando
It/Its
Editor, Player (158)
Joined: 1/10/2012
Posts: 673
Location: Brazil
Has someone achieved that? I use Lubuntu/64 bits and everytime I try to build lsnes, a new error occurs. At first, it was a bunch of boost libraries (unlisted on the manual.txt). Then: Zlib and Portaudio. Now, it seems I can't install wxWidgets-2.8.12 correctly.
Post subject: Re: Compiling lsnes on GNU/Linux...
Emulator Coder, Skilled player (1141)
Joined: 5/1/2010
Posts: 1217
Amaraticando wrote:
Has someone achieved that?
Sure, I do it a lot.
Amaraticando wrote:
Now, it seems I can't install wxWidgets-2.8.12 correctly.
Got error messages related to that? And from what I have, direct dependency shared libraries:
$ readelf -d lsnes | grep "NEEDED" 
 0x0000000000000001 (NEEDED)             Shared library: [libboost_iostreams.so.1.54.0]
 0x0000000000000001 (NEEDED)             Shared library: [libboost_filesystem.so.1.54.0]
 0x0000000000000001 (NEEDED)             Shared library: [libboost_system.so.1.54.0]
 0x0000000000000001 (NEEDED)             Shared library: [libboost_regex.so.1.54.0]
 0x0000000000000001 (NEEDED)             Shared library: [libz.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libdl.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libopus.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libsamplerate.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libportaudio.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libasound.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libpthread.so.0]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_gtk2u_xrc-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_gtk2u_html-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_gtk2u_qa-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_gtk2u_adv-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_gtk2u_core-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_baseu_xml-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_baseu_net-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libwx_baseu-2.9.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libswscale.so.2]
 0x0000000000000001 (NEEDED)             Shared library: [libstdc++.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]