[Openal] Mac OS X OpenAL

Filip Iliescu djpriya at gmail.com
Tue Apr 10 13:20:15 PDT 2007


The instructions to compile and set up OpenAL on OS X seem a bit lacking.
it says to set these environment variables:
 CPPFLAGS="-I${OPENAL_PREFIX}/include"
 LDFLAGS="-L${OPENAL_PREFIX}/lib"
 export CPPFLAGS LDFLAGS

Do I point OPENAL_PREFIX to /System/Library/Frameworks/OpenAL.framework ??
There is no include or lib in the framework so Im assuming this is in
BSD somewhere.
Also once its compiled, the Mac OS technote:
http://developer.apple.com/qa/qa2006/qa1504.html says I need to
override some macros to take care of symbols in the framework that are
still there from alut.h.  Has anyone done this?

Thanks




On 4/10/07, Garin Hiebert <garinh at cheesetoast.net> wrote:
>
> On April 10, 2007, Filip Iliescu wrote:
>
> > I could install freealut but I feel like this is simply a bad idea
> > since it seems that it is being deprecated. Am I right?
>
>
> freealut is indeed what you want -- it's the old alut functions which are deprecated.  The new library has all the old functionality, plus a lot more...
>
> Garin
>
>


More information about the Openal mailing list