[SDL] Build problems (Mac OS X)

Ryan C. Gordon icculus at icculus.org
Thu Apr 24 17:18:07 PDT 2008


> The instructions say to "Run './configure; make; make install'"  
> however, no configure file is present.  I tried running autoconf on  
> configure.in, but it throws warnings about undefined macros  
> (AC_LIBTOOL_WIN32_DLL, AC_PROG_LIBTOOL, AM_PATH_ALSA, and  
> AM_PATH_ESD).  I can suppress the warnings, but they result in errors  
> when the generated configure file is actually run.
> 
> Anybody have any suggestions?

If you pulled it from Subversion, run "./autogen.sh" first...it 
generates the configure script.

(The prepackaged source archives have the configure script pregenerated, 
Subversion checkouts do not.)

--ryan.




More information about the SDL mailing list