search for: alcgetcurrentcontext

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

2010 May 01
0
[LLVMdev] clang compiles OpenLieroX
...acOSX 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 net games (played on the Fast Mortars server a fe...