[Bf-committers] Solaris scons build

Casey Corn cmccad at yahoo.com
Mon Sep 27 23:32:04 CEST 2004


Hello all,

A problem with using scons under Solaris:

/bf-blender/blender% scons
scons: Reading SConscript files ...
Using config file: config.opts
################################################

Check if solid builds on your platform correctly
Add your platform specific defines
and cflags / cxxflags to the
extern/solid/SConscript file
NameError: global name 'init_env' is not defined:
  File "SConstruct", line 1137:
    release_target = env.Alias("release", bs_arc.BlenderRelease(appname))
  File "/bf-blender/blender/bs/bs_arc.py", line 237:
    release_env = init_env.Copy()

/bf-blender/blender%

Looking at bs/bs_arc.py,
Line 237 is:
		release_env = init_env.Copy()
should be:
		release_env = bs_globals.init_env.Copy()

and line 239 is:
		if user_options_dict['BUILD_BLENDER_PLAYER'] == 1:
should be:
		if bs_globals.user_options_dict['BUILD_BLENDER_PLAYER'] == 1:


Other than that, works, fine.  Keep up the great work!
Casey


		
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 


More information about the Bf-committers mailing list