> this works now and stopped:env_subst(["release\common\version.C"], ["src\version.C.in"])
File "C:\svn\development\scons\scons_utils.py", line 67, in env_subst contents = re.sub('@'+k+'@', env.subst('$'+k).replace('\n',r'\\n\\\n'), cont ents)
So, you are under windows, using python2.4, mingw (?) and which scons version? Please comment out this re.sub line and see if other parts work. Bo