Installing ZSNES on Linux...help me please!

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

Moderator: ZSNES Mods

spoon0042
Rookie
Posts: 46
Joined: Mon Jun 12, 2006 9:52 pm

Post by spoon0042 »

I found this in a faq for some random project:
I get an error about undefined macro: AC_MSG_ERROR. What's up?

The error message is misleading. The actual cause is that aclocal fails to pull in the definition for PKG_CHECK_MODULES. Make sure you have pkg-config installed.
spoon0042
Rookie
Posts: 46
Joined: Mon Jun 12, 2006 9:52 pm

Post by spoon0042 »

found something else that says the AC_MSG_ERROR text should be enclosed in brackets: AC_MSG_ERROR([foo])
kgee
New Member
Posts: 8
Joined: Sun Jul 02, 2006 9:57 pm

Post by kgee »

gord: already had it :(
odditude
Official tech support dood
Posts: 2122
Joined: Wed Jan 25, 2006 7:57 am

Post by odditude »

Try the following;

Code: Select all

sudo apt-get install build-essential nasm autoconf automake libsdl1.2-dev zlib1g-dev libpng-dev subversion --reinstall
This will force all of the necessary packages to be reinstalled even if present, in case they're broken and your system doesn't realize it. Then give it another go and let us know the results.
spoon0042
Rookie
Posts: 46
Joined: Mon Jun 12, 2006 9:52 pm

Post by spoon0042 »

You may also want to delete and then unpack the source again.
kgee
New Member
Posts: 8
Joined: Sun Jul 02, 2006 9:57 pm

Post by kgee »

the rebuild did it. thanks alot. thats all it needed :S

anyway off to play donkey kong :P
Post Reply