search for: alc_api

Displaying 1 result from an estimated 1 matches for "alc_api".

Did you mean: acl_api
2010 May 01
0
[LLVMdev] clang compiles OpenLieroX
...x! One small fix was needed in the MacOSX OpenAL alc.h system header: - typedef void ALCvoid; + #define ALCvoid void Because of this: /System/Library/Frameworks/OpenAL.framework/Headers/alc.h:182:68: error: empty parameter list defined with a typedef of 'void' not allowed in C++ ALC_API ALCcontext * ALC_APIENTRY alcGetCurrentContext( ALCvoid ); ^ See http://llvm.org/bugs/show_bug.cgi?id=7009. This is a bug in the MacOSX OpenAL headers. Otherwise, nothing was needed. OLX itself starts fine, you can also play...