Re: [gtkmm] lib deps - installing gtkmm2.2



On 02 Apr 2003 14:50:32 -0600
"Gabriel M. Elder" <gmelder centurytel net> wrote:

> I'm running RedHat 8.0 (_everything_ installed) and i want to install
> everything i need to use gtkmm2.2 for X/gui development, preferably
> using Glade for UI generation. Here's the problem when i ./configure:
> ...
> checking for pkg-config... /usr/bin/pkg-config
> checking for sigc++-1.2 >= 1.2.0 glib-2.0 >= 2.2.0 gobject-2.0 >= 2.2.0
> gmodule-2.0 >= 2.2.0... Requested 'glib-2.0 >= 2.2.0' but version of
> GLib is 2.0.6
> ...

You need glib-2.2, gtk+-2.2 and their dependencies.
> 
> Will any of these most recent library packages break my system if i
> install them as if they were drop-in replacements for what's already in
> my system?
> 

They should not break your system but they might do that anyway...this is not recommended.

> Or should these most recent libraries be installed side-by-side, perhaps
> via --prefix=/usr/lib/somewhere?
> 

Installing the new libraries with --prefix=/usr/local (which is the default prefix) works very well. However, you might have to do

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/local/lib

to make it work. This setup works fine on my RH8 system.

---
Daniel Sundberg
http://sumpan.com

> thanx,
> - gabriel
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]