problem building SDL_mixer on mac?

View: New views
2 Messages — Rating Filter:   Alert me  

problem building SDL_mixer on mac?

by hydrodog :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
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@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Re: problem building SDL_mixer on mac?

by Sam Lantinga-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...> 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@...
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
>



--
        -Sam Lantinga, Founder and President, Galaxy Gameworks LLC
_______________________________________________
SDL mailing list
SDL@...
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org