Installing GTK+ 3.8.0

2013-09-12 Thread Mack J. Jenkins
I hope this is the right place to send this question. If it is not, I'm sorry, and can you point me in the right direction. I am trying to install GTK+ 3.8.0 and found out that I have a few items that need to be upgraded. The message I received was; configure: error: Package requirements (gli

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Patrick Welche
On Fri, Sep 13, 2013 at 05:28:14PM +0100, Patrick Welche wrote: > On Fri, Sep 13, 2013 at 12:25:34PM -0400, Mack J. Jenkins wrote: > > The following is returned. > > > > [root@yws14 ~]# > > PKG_CONFIG_PATH=/usr/local/packages/glib/2.34.0/lib/pkgconfig pkg-config > > --modversion glib-2.0 > > 2.3

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Patrick Welche
On Fri, Sep 13, 2013 at 11:56:44AM -0400, Mack J. Jenkins wrote: > I do know what it was installed, and I assigned the PKG_CONFIG_PATH variable, > and it still does not install. > > I tried to install this way, > > PKG_CONFIG_PATH=/usr/local/packages/glib/2.34.0/lib/pkgconfig/ ./configure >

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Patrick Welche
On Fri, Sep 13, 2013 at 12:19:09PM -0400, Mack J. Jenkins wrote: > Yes, in this section I am trying to build ATK, only because GTK tells me I > have to have it, in order to build GTK. But yes, the install fails and it > says it can not find glib-2.0.pc. Just to test, what does this say: PKG_

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Patrick Welche
On Fri, Sep 13, 2013 at 12:25:34PM -0400, Mack J. Jenkins wrote: > The following is returned. > > [root@yws14 ~]# PKG_CONFIG_PATH=/usr/local/packages/glib/2.34.0/lib/pkgconfig > pkg-config --modversion glib-2.0 > 2.34.0 and your original? PKG_CONFIG_PATH=/usr/local/packages/glib/2.34.0/lib/pkgc

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Patrick Welche
On Wed, Sep 11, 2013 at 04:36:50PM -0400, Mack J. Jenkins wrote: > I have tried a few different ways to assign glib-2.0.pc to the variable > PKG_CONFIG_PATH, but it continues to fail. Is there some trick I am missing > out on since I am new to ATK and GTK+? Do you know where glib-2.0.pc was p

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Mack J. Jenkins
sage - From: "Patrick Welche" To: "Mack J. Jenkins" Cc: gtk-list@gnome.org Sent: Friday, September 13, 2013 12:23:48 PM Subject: Re: Installing GTK+ 3.8.0 On Fri, Sep 13, 2013 at 12:19:09PM -0400, Mack J. Jenkins wrote: > Yes, in this section I am trying to build ATK, only bec

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Mack J. Jenkins
t@gnome.org Sent: Friday, September 13, 2013 11:51:28 AM Subject: Re: Installing GTK+ 3.8.0 On Wed, Sep 11, 2013 at 04:36:50PM -0400, Mack J. Jenkins wrote: > I have tried a few different ways to assign glib-2.0.pc to the variable > PKG_CONFIG_PATH, but it continues to fail. Is there som

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Mack J. Jenkins
& Atmospheric Sciences - Original Message - From: "Patrick Welche" To: "Mack J. Jenkins" Cc: gtk-list@gnome.org Sent: Friday, September 13, 2013 12:16:32 PM Subject: Re: Installing GTK+ 3.8.0 On Fri, Sep 13, 2013 at 11:56:44AM -0400, Mack J. Jenkins wrote: > I do

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Mack J. Jenkins
enk...@eas.gatech.edu System Support Engineer II Earth & Atmospheric Sciences - Original Message - From: "Patrick Welche" To: "Mack J. Jenkins" Cc: gtk-list@gnome.org Sent: Friday, September 13, 2013 12:33:21 PM Subject: Re: Installing GTK+ 3.8.0 On Fri, Sep 1

Re: Installing GTK+ 3.8.0

2013-09-13 Thread Fan Chun-wei
於 2013/9/14 上午 02:28, Mack J. Jenkins 提到: checking for GLIB - version >= 2.31.2... no configure: error: *** GLIB 2.31.2 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed *** but not in the same location as pkg-config add the lo

Re: Installing GTK+ 3.8.0

2013-09-14 Thread Phil Clayton
I couldn't help noticing that Gtk reported: configure: error: Package requirements (glib-2.0 >= 2.35.3 ... but, to satisfy Atk, you appear to have installed glib-2.34.0! I have also found it necessary to set both LD_LIBRARY_PATH and PKG_CONFIG_PATH. When using autogen.sh I have also found th