Re: 'make' of 1.1.24

2000-07-01 Thread Jonathan E. Paton

If it's still not working then check you have:

glib-1.2.8
gtk+-1.2.8
gimp-1.1.24
gimp-data-extras-1.2.20

I expect you always install this stuff from sources.  You are best puting sources in 
/usr/src
according to convention.

Have you updated any of the complier?  If you have make sure that the old stuff is 
removed, you
can use --prefix= on ./configure or make normally if you want to place software 
in a
directory other than /usr/local/

Hope this helps, but I doubt it.  Tell me how you get on though.

OT: I'm trying to compile a system from scratch, does anyone know an up to date but 
complete base
system for compiling the basic system software.  I've broken/abused much of my current 
install,
and can't compile the nescesary software.  I'm using the Linux-from-scratch HOWTO.  
Thanks.

Jonathan Paton

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



Re: 'make' of 1.1.24

2000-07-01 Thread Hago Ziegler

Hi,

> You extract the new source over the older ones?  You gave some of the
output of the make, this
> indicates some of the source is not being remade.  Try using 'make
clean' before using 'make',
> this might sort things out.

I did run 'make clean' - no difference at all.

Somethng else to do?

Hago




Re: 'make' of 1.1.24

2000-07-01 Thread Jonathan E. Paton

You extract the new source over the older ones?  You gave some of the output of the 
make, this
indicates some of the source is not being remade.  Try using 'make clean' before using 
'make',
this might sort things out.

Having said that, I have seen this problem dicussed somewhere before.

Jonathan Paton

__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



'make' of 1.1.24

2000-07-01 Thread Hago Ziegler

Hi,

I just tried to install 1.1.24.
"./configure" runs perfectly.
"make" gives me this message:
...
bash-2.03# make
make  all-recursive
make[1]: Entering directory `/usr/local/gimp-1.1.24'
Making all in tools
make[2]: Entering directory `/usr/local/gimp-1.1.24/tools'
make[3]: Entering directory `/usr/local/gimp-1.1.24/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/gimp-1.1.24/tools'
make[2]: Leaving directory `/usr/local/gimp-1.1.24/tools'
Making all in po
make[2]: Entering directory `/usr/local/gimp-1.1.24/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po'
Making all in po-libgimp
make[2]: Entering directory `/usr/local/gimp-1.1.24/po-libgimp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po-libgimp'
Making all in po-plug-ins
make[2]: Entering directory `/usr/local/gimp-1.1.24/po-plug-ins'
file=./`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file uk.po
/bin/sh: no: command not found
make[2]: *** [uk.gmo] Error 127
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po-plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gimp-1.1.24'
make: *** [all-recursive-am] Error 2
bash-2.03#
...

Did I forgrt to deleat any old file?
BTW - I didn't really deleat the old files, I just renamed it, but
antill now, it worked this way.
My last working version was 1.1.23.

Any help ?

Thanks in advance   Hago