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 <[email protected]> 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 > [email protected] > http://lists.blender.org/mailman/listinfo/bf-blender-cvs > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
