To remediate my issue with ScummVM i'm trying to compile the latest version of RetroArch.
/home/pi/retro/RetroArch# ./configure --prefix="/home/pi/retro/RetroArch/" --disable-x11 --disable-oss --disable-pulse --enable-floathard --enable-neon
Checking operating system ... Linux
Checking for suitable working C compiler ... /usr/bin/gcc works
Checking for suitable working C++ compiler ... /usr/bin/g++ works
Checking for pkg-config ... /usr/bin/pkg-config
Checking for availability of switch -std=gnu99 in /usr/bin/gcc ... yes
Checking for availability of switch -Wno-unused-result in /usr/bin/gcc ... yes
Checking for availability of switch -Wno-unused-variable in /usr/bin/gcc ... yes
Checking function bcm_host_init in -lbcm_host ... no
Checking presence of package egl ... no
Checking existence of -lEGL ... no
Checking function pthread_create in -lpthread ... no
Checking function dlopen in -ldl ... no
Checking function socket in -lc ... no
Warning: All networking features have been disabled.
Checking function fcntl in -lc ... no
Checking function getopt_long in -lc ... no
Error: Dynamic loading of libretro is enabled, but your platform does not appear to have dlopen(), use --disable-dynamic or --with-libretro="-lretro".
Are there any suggestions on how I can get this working? Alternatively is there a new version of Raspicade due soon with the latest version of RetroArch installed?
Cheers
Gerard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The raspiraspicade distro does not contain all the libs to be able to compile emulators or stuff. I use a special distro and crosscompilation to do that.
if you are using the pi2 distro try to get the libretro_scummvm.so from the pi 1 distro.
Last edit: Ian57 2015-07-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To remediate my issue with ScummVM i'm trying to compile the latest version of RetroArch.
Are there any suggestions on how I can get this working? Alternatively is there a new version of Raspicade due soon with the latest version of RetroArch installed?
Cheers
Gerard
The raspiraspicade distro does not contain all the libs to be able to compile emulators or stuff. I use a special distro and crosscompilation to do that.
if you are using the pi2 distro try to get the libretro_scummvm.so from the pi 1 distro.
Last edit: Ian57 2015-07-25