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


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 target did not exist :?
> > 
> > you don't have "make maintainer-clean" because at some point
> > after you said ./autogen.sh, you did ./configure without
> > passing --enable-maintainer-mode. autogen.sh passes that
> > automatically for you.
> > 
> Newbie questions: 
> 
> - are there any other mantainer options to know of?
> - are those options generated automatically by normal automake/autoconf
>   nowadays gnu programs or are those a gimp only convention?
> - documentation links?

less autogen.sh

ciao,
--mitch

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 maintainer-clean" because at some point
> after you said ./autogen.sh, you did ./configure without
> passing --enable-maintainer-mode. autogen.sh passes that
> automatically for you.
> 
Newbie questions: 

- are there any other mantainer options to know of?
- are those options generated automatically by normal automake/autoconf
  nowadays gnu programs or are those a gimp only convention?
- documentation links?

TIA

-- 

Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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 ./configure without
passing --enable-maintainer-mode. autogen.sh passes that
automatically for you.

ciao,
--mitch

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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'
>> test -z "/opt/gimp/lib" || mkdir -p -- "/opt/gimp/lib"
>>   /bin/sh ../libtool --mode=install /usr/bin/install -c
>> 'libgimpconfig-2.0.la' '/opt/gimp/lib/libgimpconfig-2.0.la'
>> libtool: install: error: cannot install `libgimpconfig-2.0.la' to a
>> directory not ending in /opt/lib
>> make[2]: *** [install-libLTLIBRARIES] Error 1
>>
>>
>> I did a previous build with --prefix=/opt which was not what I required.
>
> You need to 'make maintainer-clean' after changing the prefix.
>
>
> Sven
>
>
>

Thanks for your explaination. This is what I gathered from Alexandre's  
post but I got a msg saying that target did not exist :?


bash-3.2#make maintainer-clean
make: *** No rule to make target `maintainer-clean'.  Stop.

I have resolved the immediate problem by deleting everything in sight  
including the source and starting over again.

When I can spare the computer next I will try 'make maintainer-clean'  
again, now it is all installed.

I'd prefer to do this cleanly rather than having to resort to shotgun  
deletions.

Thanks again.
gg
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] prefix issues

2007-02-27 Thread Sven Neumann
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'
> test -z "/opt/gimp/lib" || mkdir -p -- "/opt/gimp/lib"
>   /bin/sh ../libtool --mode=install /usr/bin/install -c   
> 'libgimpconfig-2.0.la' '/opt/gimp/lib/libgimpconfig-2.0.la'
> libtool: install: error: cannot install `libgimpconfig-2.0.la' to a  
> directory not ending in /opt/lib
> make[2]: *** [install-libLTLIBRARIES] Error 1
> 
> 
> I did a previous build with --prefix=/opt which was not what I required.  

You need to 'make maintainer-clean' after changing the prefix.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


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: www.gmx.net/de/go/mailfooter/promail-out
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer