Hello, trying to install MAME in a raspbian stretch lite following your guide, when you reach this point you have given me this error:
pi@raspberrypi:~/development/SDL $ ./autogen.sh
Generating build information using autoconf
This may take a while ...
Couldn't find autoconf, aborting
pi@raspberrypi:~/development/SDL $
And i do not know whether to continue or what to do.
By the way, for hg to work, i had to install Mercurial, maybe you should indicate it in your guide:
pi@raspberrypi:~/development/SDL $ cat /etc/apt/sources.list
deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi
pi@raspberrypi:~/development/SDL $ cd /etc/apt
pi@raspberrypi:/etc/apt $ nano sources.list
pi@raspberrypi:/etc/apt $ sudo nano sources.list
pi@raspberrypi:/etc/apt $ cd ~
pi@raspberrypi:~ $ cd development
pi@raspberrypi:~/development $ sudo apt-get update
pi@raspberrypi:~/development $ sudo apt-get install mercurial
I await your quick response, since i have this work stopped. Thank you.
I have tried to compile the libraries and in all of them it has given me the same error with the ./autogen.sh. Also in the SDL2_ttf-2.0.14 with the "make" it gave me this error:
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
Makefile:474:failure in the instructions for the objective 'glfont'
make: *** [glfont] Error 1