[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.

Tom M letterrip at gmail.com
Fri Mar 12 20:21:43 CET 2010


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
>


More information about the Bf-committers mailing list