[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27453] trunk/blender/config/ win32-mingw-config.py: Bug #20410: collada doesn' t compile with mingw but is enabled by default.

Wahooney wahooney at wahooney.net
Fri Mar 12 20:26:31 CET 2010


Works fine on my side too (winxp/scons/mingw).

On 3/12/2010 9:21 PM, Tom M wrote:
> Brecht,
>
> it compiles fine here with mingw.  I think someone just failed to
> close the bug, Collada compile with mingw was fixed two or three weeks
> ago.
>
> LetterRip
>
> On Fri, Mar 12, 2010 at 7:32 AM, Brecht Van Lommel<brecht at blender.org>  wrote:
>    
>> Revision: 27453
>>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27453
>> Author:   blendix
>> Date:     2010-03-12 17:32:18 +0100 (Fri, 12 Mar 2010)
>>
>> Log Message:
>> -----------
>> Bug #20410: collada doesn't compile with mingw but is enabled by default. Since
>> no one seems to be fixing this I've just disabled it by default now.
>>
>> Modified Paths:
>> --------------
>>     trunk/blender/config/win32-mingw-config.py
>>
>> Modified: trunk/blender/config/win32-mingw-config.py
>> ===================================================================
>> --- trunk/blender/config/win32-mingw-config.py  2010-03-12 16:27:04 UTC (rev 27452)
>> +++ trunk/blender/config/win32-mingw-config.py  2010-03-12 16:32:18 UTC (rev 27453)
>> @@ -142,7 +142,7 @@
>>               '${BF_OPENGL}/lib/libXmu.a', '${BF_OPENGL}/lib/libXext.a',
>>               '${BF_OPENGL}/lib/libX11.a', '${BF_OPENGL}/lib/libXi.a' ]
>>
>> -WITH_BF_COLLADA = True
>> +WITH_BF_COLLADA = False
>>   BF_COLLADA = '#source/blender/collada'
>>   BF_COLLADA_INC = '${BF_COLLADA}'
>>   BF_COLLADA_LIB = 'bf_collada'
>>
>>
>> _______________________________________________
>> Bf-blender-cvs mailing list
>> Bf-blender-cvs at blender.org
>> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>>
>>      
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
>    


More information about the Bf-committers mailing list