Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-09 Thread Ardhan Madras
One of GTK+ dependency is GLib, each GTK+ version has it's GLib version dependency too, if you try to compile a newer GTK+ version in a system that has not meet it's minimal requirement of GLib version then they will complain. You tried to update GLib on your distro using a package manager, you

Re: Problem with installing GTK+-2.0.0 on Fedora Core 6

2009-05-09 Thread Allin Cottrell
On Sat, 9 May 2009, Ardhan Madras wrote: > One of GTK+ dependency is GLib, each GTK+ version has it's GLib > version dependency too, if you try to compile a newer GTK+ > version in a system that has not meet it's minimal requirement > of GLib version then they will complain. > > You tried to updat