Adam Fedor <[email protected]> writes: > On Sep 26, 2010, at 11:37 AM, Csanyi Pal wrote: > > The sources can be download using the cvs command: > cvs > > -d:pserver:[email protected]:/cvsroot/lptinterface > login > > I hope this helps to figure out what went wrong. > > I did not have any problem generating the nsi file. Are you sure you > are using the msys shell that comes with GNUstep? > Perhaps you can just try running a simple sed command like the one > shown at the end of the output you sent. Anyway, I've attached the > nsi file that was generated. Also, you should define PACKAGE_NAME and > VERSION in the GNUmakefile as well.
I try to add the line include $(GNUSTEP_MAKEFILES)/Master/nsis.make again to the GNUmakefile but this time at the end of the GNUmakefile, after the line include $(GNUSTEP_MAKEFILES)/application.make and now I have success in compilation with 'make' and after that with 'make nsis' too. :) I get the .nsi file too, and can produce using NSIS to compile .nsi script into LPT_Interface-0.1-setup.exe . :) So, if one want to use NSIS, must to add the line include $(GNUSTEP_MAKEFILES)/Master/nsis.make at the and of GNUmakefile, right? However, thanks for the nsi file!! -- Regards, Paul Chany <http://www.debian.org> <http://wiki.debian.org/DebianEdu> <http://sourceforge.net/projects/lptinterface/> <http://csanyi-pal.info> _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
