[Bf-committers] cvs01 windows/msvc6 build-report

Maarten Gribnau bf-committers@blender.org
Tue, 10 Dec 2002 21:48:54 +0100


On Tuesday, Dec 10, 2002, at 21:27 Europe/Amsterdam, Simon Clitherow 
wrote:

> In reply to Maarten Gribnau:
>
>>> ALenum alc_error = alcGetError(NULL)
>> I think I have OpenAL sound disabled (removed the project dependency)
>> in my project because Blender should (or at least the last releases)
>> build with FMOD. However, it is better that OpenAL is supported as 
>> well.
>>
>
> It seems to compile OpenAL okay, but I've yet to test it. BTW, the 
> above is
> a hack - it'll probably need #ifdefs, as Kent suggests.  I'm currently
> looking at the OpenAL header files to see if I can figure out what's 
> wrong
> with ALvoid! ;)
Remember that OpenAL's API is not cross-platform and changes over 
versions. We probably don't want version dependent #ifdefs on top of 
platform #ifdefs. What version do you propose?

>
>>
>> Do you have committers rights already?
>
> heh. Not yet! ;)
Done!

Maarten