[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Generating nsis script - without success
From: |
Csanyi Pal |
Subject: |
Re: Generating nsis script - without success |
Date: |
Mon, 27 Sep 2010 20:28:41 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Adam Fedor <fedor@qwestoffice.net> writes:
> On Sep 26, 2010, at 11:37 AM, Csanyi Pal wrote:
>
> The sources can be download using the cvs command:
> cvs
>
> -d:pserver:anonymous@lptinterface.cvs.sourceforge.net:/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>