Having problems compiling a script on Linux
I'm trying to use the NSIS compiler for Linux. I've built the compiler on my box using scons, but when I run makensis, it gives me this error:
I'm following along using http://www.xdevsoftware.com/blog/post/How-to-Install-the-Nullsoft-Installer---NSIS-on-Linux-.aspx and the NSIS manual.sh: line 1: LibraryLocal: command not found
: unknown variable/constant "{LIBRARY_VERSION_HIGH}" detected, ignoring (macro:InstallLib:120)
warning
>warning: unknown variable/constant "{LIBRARY_VERSION_LOW}" detected, ignoring (macro:InstallLib:121)
!undef: "LIBRARY_VERSION_HIGH" not defined!
>Error in macro InstallLib on macroline 125
Error in script"tybit-setup.nsi" on line 603 -- aborting creation process
>
My makensis command is in /usr/local/nsis/nsis-2.36/bin .
LibraryLocal.exe is in /usr/local/nsis/nsis-2.36/Bin, but I've copied that to both the /bin directory and the directory where my script resides.
Can someone please help me out here?