[tuhopuu-devel] scons borked with OPENEXR_INCLUDE

bjornmose bjornmose at gmx.net
Mon Mar 14 23:38:58 CET 2005


after weeks i did try a scons build on MSVC6 (when jk did take care they 
worked 99.9% )
the following patch resolves the problem (with my *old* config.opts)... 
still creating a new *config.opts* stalls with unknown VARS .. all about 
*OPENEXR* .. so, is *OPENEXR* meant to be *in* ?
..
then SCONS scripts need a rewite ( looks like they need to if not :) .. 
yup .. HOS, i volunteer to keep 'em tidy on tuhopuu3 )

Index: tuhopuu3/source/blender/imbuf/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/imbuf/SConscript,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 SConscript
49c49,50
< imbuf_env.Append (CPPPATH = user_options_dict['OPENEXR_INCLUDE'])
---
 > if user_options_dict['USE_OPENEXR'] == 1:
 > 	imbuf_env.Append (CPPPATH = user_options_dict['OPENEXR_INCLUDE'])
Index: tuhopuu3/source/gameengine/GamePlayer/common/SConscript
===================================================================
RCS file: 
/cvsroot/tuhopuu/tuhopuu3/source/gameengine/GamePlayer/common/SConscript,v
retrieving revision 1.1.1.2
diff -r1.1.1.2 SConscript
68c68,69
< gp_common_env.Append (CPPPATH = user_options_dict['OPENEXR_INCLUDE'])
---
 > if user_options_dict['USE_OPENEXR'] == 1:
 > 	gp_common_env.Append (CPPPATH = user_options_dict['OPENEXR_INCLUDE'])




More information about the tuhopuu-devel mailing list