Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Schumacher
Von: [EMAIL PROTECTED] It seems that the make scripts are incompleter somehow and are not cleaning up properly. There are other clean-targets. For example, maintainer-clean. HTH, Michael -- Feel free - 5 GB Mailbox, 50 FreeSMS/Monat ... Jetzt GMX ProMail testen:

Re: [Gimp-developer] prefix issues

2007-02-27 Thread gg
On Tue, 27 Feb 2007 22:04:54 +0100, Sven Neumann [EMAIL PROTECTED] wrote: Hi, On Tue, 2007-02-27 at 12:05 +0100, [EMAIL PROTECTED] wrote: I am having a lot of trouble getting a clean install from snv. I specified --prefix=/opt/gimp make[2]: Entering directory `/svn/gimp/libgimpconfig'

Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Natterer
On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote: Thanks for your explaination. This is what I gathered from Alexandre's post but I got a msg saying that target did not exist :? you don't have make maintainer-clean because at some point after you said ./autogen.sh, you did

Re: [Gimp-developer] prefix issues

2007-02-27 Thread Marco Ciampa
On Tue, Feb 27, 2007 at 11:16:43PM +0100, Michael Natterer wrote: On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote: Thanks for your explaination. This is what I gathered from Alexandre's post but I got a msg saying that target did not exist :? you don't have make

Re: [Gimp-developer] prefix issues

2007-02-27 Thread Michael Natterer
On Tue, 2007-02-27 at 23:44 +0100, Marco Ciampa wrote: On Tue, Feb 27, 2007 at 11:16:43PM +0100, Michael Natterer wrote: On Tue, 2007-02-27 at 22:13 +0100, [EMAIL PROTECTED] wrote: Thanks for your explaination. This is what I gathered from Alexandre's post but I got a msg saying that

Re: [Gimp-developer] prefix issues

2007-02-27 Thread Sven Neumann
Hi, On Tue, 2007-02-27 at 23:44 +0100, Marco Ciampa wrote: - are those options generated automatically by normal automake/autoconf nowadays gnu programs or are those a gimp only convention? These are standard and they are documented in the automake and autoconf manuals. Sven