I'm having a minor problem building NSIS on a RH 7.3 system.
I'm running Python 1.5.2
I'm running of scons v0.96.90.D001 (also tried an older version)
I've tried with nsis 7.0 and 8.0
I'm getting the following error when trying to install under all combinations:
I've also tried withscons: Reading SConscript files ...
File "SConstruct", line 183
defenv['INSTVER'] += ' /DVER_MAJOR=$VER_MAJOR'
^
SyntaxError: invalid syntax
scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all
As per the installation guide - that does not change anything.
Any ideas?
Another question: the installation guide says the above will only build makensis - and that I can drop it (when i manage to build it) into a downloaded precompiled package such as the nightly build.
Where do I find the nightly build?
Thanks
/Martin