I've just downloaded + installed Python 2.4, scons 0.96.1, Microsoft SDK (core package), Microsoft Visual C++ Toolkit 2003.
When I attempt to compile using details here:
...this is what I'm getting:
and with the mstoolkit parameterC:\NSIS>scons
scons: Reading SConscript files ...
Using default tools configuration
AttributeError: SConsEnvironment instance has no attribute 'RES':
File "SConstruct", line 94:
target = SConscript(dirs = 'Source/exehead', build_dir = build_dir, duplicat
e = 0, exports = exports)
File "C:\Python24\scons\SCons\Script\SConscript.py", line 581:
return apply(method, args, kw)
File "C:\Python24\scons\SCons\Script\SConscript.py", line 508:
return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
File "C:\Python24\scons\SCons\Script\SConscript.py", line 239:
exec _file_ in stack[-1].globals
File "Source\exehead\SConscript", line 77:
res = env.RES(resources)
C:\NSIS>scons MSTOOLKIT=yes
scons: Reading SConscript files ...
Using Microsoft tools configuration
Checking for main() in C library gdi32... yes
Checking for main() in C library user32... yes
Checking for main() in C library version... yes
Checking for main() in C library pthread... no
Checking for main() in C library stdc++... no
Checking for main() in C library iconv... no
Checking for main() in C library libiconv... no
scons: *** Multiple ways to build the same target were specified for: AdvSplash.
dll
File "Contrib\AdvSplash\SConscript", line 18, in ?