Selon Campbell Barton <[email protected]>: > Revision: 36501 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36501 > Author: campbellbarton > Date: 2011-05-05 14:21:31 +0000 (Thu, 05 May 2011) > Log Message: > ----------- > remove exotic.c, there was no operators to access these formats and they were > not well maintained. > > Modified Paths: > -------------- > trunk/blender/source/blender/blenkernel/CMakeLists.txt > trunk/blender/source/blender/windowmanager/intern/wm_files.c >
It doesn't build with scons on win32 system, zlib.h is missing. incs += ' ' + env['BF_ZLIB_INC'] is needed in the sconscript file of the windowmanager folder. The line : #include "zlib.h" /* wm_read_exotic() */ needs also to be set before : #ifdef WIN32 _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
