Mac OS X problems

I’m currently trying to compile a game on OS X, and here’s what I’m
getting:
SMC_0.98_source lokisnake$ autoreconf -i
aclocal: configure.ac: 28: macro `AM_PATH_SDL’ not found in library
autoreconf: aclocal failed with exit status: 1

I was wondering if anyone knows what is going wrong, and how to make
it work?

The game can be found here: http://www.secretmaryo.org/

Thanks,

Simon Yang

Hello Simon,

Thursday, May 25, 2006, 11:46:56 PM, you wrote:

SY> I’m currently trying to compile a game on OS X, and here’s what I’m
SY> getting:
SY> SMC_0.98_source lokisnake$ autoreconf -i
SY> aclocal: configure.ac: 28: macro `AM_PATH_SDL’ not found in library
SY> autoreconf: aclocal failed with exit status: 1

SY> I was wondering if anyone knows what is going wrong, and how to make
SY> it work?

SY> The game can be found here: http://www.secretmaryo.org/

You might want to update autoconf and automake on OS X as the version
Apple have shipped in the last SDK are a bit old, I think.–
Best regards,
Peter mailto:@Peter_Mulholland

I’m currently trying to compile a game on OS X, and here’s what I’m
getting:
SMC_0.98_source lokisnake$ autoreconf -i
aclocal: configure.ac: 28: macro `AM_PATH_SDL’ not found in library
autoreconf: aclocal failed with exit status: 1

Try adding sdl.m4 to your acinclude.m4 file.

-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment