codebear
9th February 2005 04:38 UTC
missing Menu dir in linux tarball
I just ran into an issue while running install.sh - the Menu/ directory is missing.
I was using the nsis204.tar.bz2 tarball from sourceforge and had performed a "make USE_PRECOMPILED_HEADERS=1" in the Source/ directory
After I copied the Menu/ tree from my windows install everything installed and ran fine.
kichik
10th February 2005 20:20 UTC
Thanks, removed the Menu directory from install.sh. It should be possible to compile the NSIS menu on POSIX since it's using wxWidgets. However, half the linked programs aren't compiled on POSIX and I'm sure command line users will be able to find the relevant directories anyway.
codebear
10th February 2005 23:40 UTC
cool - thanks for the update.