ZSNES 1.42 won't compile

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
mayya

ZSNES 1.42 won't compile

Post by mayya »

I've tried to compile ZSNES 1.42 on Ubuntu, and when writing

"sh ./autogen.sh && gmake && gmake install"

in the src-directory, I get the following message:

"Generating build information using aclocal and autoconf...
./autogen.sh: line 6: sdl-config: command not found
./autogen.sh: line 6: aclocal: command not found
./autogen.sh: line 7: autoconf: command not found
checking build system type... configure: error: cannot guess build type; you must specify one"

I have installed all software that the install.txt instructs me to. Anyone who's encountered this kind of problem? If you know what I'm doing wrong, please reply.
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

You need sdl development stuff, as well as autoconf and automake.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Aerdan
Winter Knight
Posts: 467
Joined: Mon Aug 16, 2004 10:16 pm
Contact:

Post by Aerdan »

apt-get install build-essential
apt-get install libsdl12-dev
apt-get install nasm
apt-get install libpng-dev
apt-get install zlib-dev

additionally, Ubuntu does *not* have 'gmake'; just use 'make'.
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

apt-get install build-essential libsdl12-dev nasm libpng-dev zlib-dev gcc g++ autoconf automake
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Post Reply