I'm trying to use OpenAL in my program
I can successfully compile a test program I downloaded called wavopenal in Lazarus under Windows but when I try to compile it under OSX I get "Fatal: Can't find unit openal used by wavopenal"
I see that the file openal.pas is present, in /usr/local/share/fpcsrc/packages/openal/src
My OSX Lazarus 0.9.29 environment has fpc source directory set to /usr/local/share/fpcsrc and my other test programs without openal build fine. fpc is version 2.4.0 svn 26980
I'm obviously missing something here, can someone point me in the right direction? Thanks.