Nsis installation on SunOS
Hi Everyone,
I am trying to install the nsis on SunOS ,not sure if installation is diff from Linux (http://www.xdevsoftware.com/blog/pos...n-Linux-.aspx#)
But getting below error,havent used scons anytime in past.so dont really know what is this error about,tried to google is but wasnt able to resolve it.Please help.

scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no PREFIX=/home/amhatre4/nsis/nsis-2.46/ install-compiler
File “/home/amhatre4/nsis/scons-2.0.1/script/scons”, line 140
temp = [os.path.join(x, 'lib') for x in prefs]
^
SyntaxError: invalid syntax