sh: line 1: LibraryLocal: command not found
warning: unknown variable/constant "{LIBRARY_VERSION_HIGH}" detected, ignoring (macro:InstallLib:120)
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 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.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?