[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/intern/SoundSystem/dummy SND_DummyDevice.cpp

bjornmose bjornmose at gmx.net
Sat Apr 30 00:41:47 CEST 2005


Ton Roosendaal wrote:
> ton (Ton Roosendaal) 2005/04/29 19:36:30 CEST
> 
>   Modified files:
>     blender/intern/SoundSystem/dummy SND_DummyDevice.cpp 
>   
>   Log:
>   Compile with NAN_NO_KETSJI kept giving me errors with OpenAL.
>   
>      undefined reference to SND_OpenALDevice::SND_OpenALDevice
>   
>   I hacked c++ code in the dummy function wich worked! Now test it! :)
>   
>   Revision  Changes    Path
>   1.4       +9 -1      blender/intern/SoundSystem/dummy/SND_DummyDevice.cpp
>     <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/SoundSystem/dummy/SND_DummyDevice.cpp.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-blender-cvs
> 
> 
looks very bad on other build systems,
since they don't care for  NAN_NO_KETSJI ( hum.. scons on windows  & 
msvc6 don't )
thus knowing the class 'SND_OpenALDevice'
and will complain at linkage, that there are 2 definitions for it
(wild guess .. may be we should syncronize build systems to look at  the 
'same' flags)




More information about the Bf-committers mailing list