[Bf-committers] msvc6 not compiling with latest node commit

Ivailo Stoimenov wivern at pro-lan.net
Thu Nov 16 08:35:58 CET 2006


On Thu, 16 Nov 2006 06:11:57 +0200, Joe Eagar <joeedh at gmail.com> wrote:

> . . .and here's the patch.
> Joe Eagar wrote:
>> Hi.  bjornmose was having trouble compiling with MSVC6; the problem
>> was the use of atanf in node_composite.c
>>
>> Anyway, here's a little patch to switch it to atan, which is supported
>> by MSVC6.  This can temporarily help MSVC6 users; however, a better
>> solution would be an #ifdef that detects if the compile is msvc6 and
>> if so defines atanf(a) atan(double(a)).
>>
>> I however have no idea how to do that, so someone else will have to
>> figure it out :)
>>
>> Joe
>> _______________________________________________
>> Bf-committers mailing list
>> Bf-committers at projects.blender.org
>> http://projects.blender.org/mailman/listinfo/bf-committers
>>
>

Shoudn't it be some global redefine of atanf()? So it coud be used free on  
any other place?




More information about the Bf-committers mailing list