Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Alex Harris
Thanks for the advice. :-) I've gotten frustrated with redhat and I'm 
working on installing Debian at the moment, hopefully the GIMP will work on 
that with slightly less frustration.


From: Carol Spears <[EMAIL PROTECTED]>
To: Alex Harris <[EMAIL PROTECTED]>,GIMPUser 
<[EMAIL PROTECTED]>
Subject: Re: [Gimp-user] GLIB 2.4.1 install help. . .
Date: Thu, 3 Jun 2004 16:32:43 -0700
MIME-Version: 1.0
Received: from wilber.gimp.org ([128.32.112.247]) by mc6-f26.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.6713); Thu, 3 Jun 2004 16:32:44 -0700
Received: from carol by wilber.gimp.org with local (Exim 3.35 #1 
(Debian))id 1BW1hT-0004fb-00; Thu, 03 Jun 2004 16:32:43 -0700
X-Message-Info: JGTYoYF78jEkWnuXy3kcbDxhG5angUmY
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.28i
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 03 Jun 2004 23:32:44.0411 (UTC) 
FILETIME=[12162CB0:01C449C3]

hello,
On Thu, Jun 03, 2004 at 05:31:09PM -0500, Alex Harris wrote:
> I'm trying to install GLIB 2.4.1 on a redhat 9 system so that I can 
install
> GIMP 2.0.1, but I'm not sure how to make the configure see the 2.4.1
> version as opposed to the 1.2.0 version that redhat installed. Is there 
a
> way that I can install 2.4.1 over the older version? If not, is there a 
way
> that I can tell the GIMP where the new version is installed and have it 
use
> that? Thanks. :-)
>

you need to set the paths.  i got really bored with setting them and
asked a friend to write this script to set them for me:
http://www.gimp.org/source/howtos/gimpenv
to use this script, type "source gimpenv".  this should direct
configures attention to everything in /usr/local if that is where you
have the new glib installed at.
i had to use this script to trick debian into making a gkt2 deb
yesterday -- they gave me a glib with a wrong pkg-config name.
good luck
carol

_
Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Jean-Luc Coulon (f5ibh)
Le 04.06.2004 16:21:06, Carol Spears a écrit :
On Fri, Jun 04, 2004 at 04:10:28PM +0200, Sven Neumann wrote:
> Hi,
>
> Carol Spears <[EMAIL PROTECTED]> writes:
>
> > and building a working gtk2 for debian sid was better than  
getting
> > it from them, at the moment.  including tricking it with a local
> > build of glib.
>
> debian sid has a perfectly working gtk+-2.4.1 which is also  
supposed
> to enter debian testing tomorrow.
>
maybe on your big boffo computer but not here.
Dunno what is the meaning of "buffo", but gtk-+-2.4.1 from Debian sid  
is working  perfectly on my K6-2 500. I've also built glib / gtk from  
source with the help of the garnome package which can be an alternative  
for those who want the "sources from the source" [tm].

--
Regards
- Jean-Luc
carol


pgpTqnnJhxr4J.pgp
Description: PGP signature


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Carol Spears
On Fri, Jun 04, 2004 at 04:10:28PM +0200, Sven Neumann wrote:
> Hi,
> 
> Carol Spears <[EMAIL PROTECTED]> writes:
> 
> > and building a working gtk2 for debian sid was better than getting
> > it from them, at the moment.  including tricking it with a local
> > build of glib.
> 
> debian sid has a perfectly working gtk+-2.4.1 which is also supposed
> to enter debian testing tomorrow.
> 
maybe on your big boffo computer but not here.

carol

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Sven Neumann
Hi,

Carol Spears <[EMAIL PROTECTED]> writes:

> and building a working gtk2 for debian sid was better than getting
> it from them, at the moment.  including tricking it with a local
> build of glib.

debian sid has a perfectly working gtk+-2.4.1 which is also supposed
to enter debian testing tomorrow.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Carol Spears
On Fri, Jun 04, 2004 at 11:59:14AM +0200, Sven Neumann wrote:
> Hi,
> 
> "Alex Harris" <[EMAIL PROTECTED]> writes:
> 
> > I'm trying to install GLIB 2.4.1 on a redhat 9 system so that I can
> > install GIMP 2.0.1, but I'm not sure how to make the configure see the
> > 2.4.1 version as opposed to the 1.2.0 version that redhat
> > installed. Is there a way that I can install 2.4.1 over the older
> > version? If not, is there a way that I can tell the GIMP where the new
> > version is installed and have it use that? Thanks. :-)
> 
> glib-1.2 and glib-2.x are two different libraries that can be
> installed side-by-side. Same for gtk+. However I strongly suggest that
> you use the binary packages that are available for your distribution
> and not attempt to install gtk+-2.x from source.
> 
this is perfectly excellent advice unless you are like me, using a
distribution that is way over your head and it is giving you broken
pieces that gimp really needs.

the gimpenv script found on wgo answers the original question perfectly
well.

and building a working gtk2 for debian sid was better than getting it
from them, at the moment.  including tricking it with a local build of
glib.

carol

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Sven Neumann
Hi,

"Alex Harris" <[EMAIL PROTECTED]> writes:

> I'm trying to install GLIB 2.4.1 on a redhat 9 system so that I can
> install GIMP 2.0.1, but I'm not sure how to make the configure see the
> 2.4.1 version as opposed to the 1.2.0 version that redhat
> installed. Is there a way that I can install 2.4.1 over the older
> version? If not, is there a way that I can tell the GIMP where the new
> version is installed and have it use that? Thanks. :-)

glib-1.2 and glib-2.x are two different libraries that can be
installed side-by-side. Same for gtk+. However I strongly suggest that
you use the binary packages that are available for your distribution
and not attempt to install gtk+-2.x from source.


Sven

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-04 Thread Owen
On Thu, 03 Jun 2004 17:31:09 -0500
"Alex Harris" <[EMAIL PROTECTED]> wrote:

> I'm trying to install GLIB 2.4.1 on a redhat 9 system so that I can install 
> GIMP 2.0.1, but I'm not sure how to make the configure see the 2.4.1 version 


./configure --prefix=/usr

That should put it in the right place


Owen
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GLIB 2.4.1 install help. . .

2004-06-03 Thread Carol Spears
hello,
On Thu, Jun 03, 2004 at 05:31:09PM -0500, Alex Harris wrote:
> I'm trying to install GLIB 2.4.1 on a redhat 9 system so that I can install 
> GIMP 2.0.1, but I'm not sure how to make the configure see the 2.4.1 
> version as opposed to the 1.2.0 version that redhat installed. Is there a 
> way that I can install 2.4.1 over the older version? If not, is there a way 
> that I can tell the GIMP where the new version is installed and have it use 
> that? Thanks. :-)
>

you need to set the paths.  i got really bored with setting them and
asked a friend to write this script to set them for me:
http://www.gimp.org/source/howtos/gimpenv

to use this script, type "source gimpenv".  this should direct
configures attention to everything in /usr/local if that is where you
have the new glib installed at.

i had to use this script to trick debian into making a gkt2 deb
yesterday -- they gave me a glib with a wrong pkg-config name.

good luck
carol


___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user