Problem building SDL_mixer on mac?

I tried first downloading SDL_mixer, but it only contains SDL_mixer.h, which in turn requires a lot of other .h files that are missing. So I just checked out from svn.
I did:

sh autoconf.sh
./configure

And it claimed it couldn’t find ogg vorbis (and every other library as well, but ogg is enough).
So I downloaded libogg and built it successfully, it’s in /usr/local/include and lib
but configure can’t find it.

Do I need some version of pkgconfig, or is there something else I don’t know about?

I also tried loading libvorbis by the way, and it too couldn’t find ogg, I suspect for the same underlying reason.

thanks!

Have you tried the Xcode project? That includes Ogg Vorbis, MP3, and
MOD support.On Wed, Nov 4, 2009 at 9:20 AM, hydrodog <dov.kruger at gmail.com> wrote:

I tried first downloading SDL_mixer, but it only contains SDL_mixer.h, which
in turn requires a lot of other .h files that are missing. So I just checked
out from svn.
I did:

sh autoconf.sh
./configure

And it claimed it couldn’t find ogg vorbis (and every other library as well,
but ogg is enough).
So I downloaded libogg and built it successfully, it’s in /usr/local/include
and lib
but configure can’t find it.

Do I need some version of pkgconfig, or is there something else I don’t know
about?

I also tried loading libvorbis by the way, and it too couldn’t find ogg, I
suspect for the same underlying reason.

thanks!


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC