[Openal] Mac OS X Alut.h Error
Mike Ennen
mike.ennen at gmail.com
Wed Apr 27 23:40:45 PDT 2005
I can compile OpenAL fine (thanks to previous help via this mailing
list) but now I am stuck with a problem when I am implementing OpenAL
in to my project. The problem I am getting is in Alut.h:
/Users/mikeennen/openal/mac/AL/alut.h:41: error: too many arguments to
function `ALvoid alutLoadWAVFile(ALbyte*, ALenum*, ALvoid**, ALsizei*,
ALsizei*)'
That line, more specifically is:
ALUTAPI ALvoid ALUTAPIENTRY alutLoadWAVFile(ALbyte *file,ALenum
*format,ALvoid **data,ALsizei *size,ALsizei *freq);
I am really clueless as to what I should do here...
Thanks,
Mike
More information about the Openal
mailing list