On Thu, 2004-01-29 at 15:10, Peter Stokes wrote: > Hi > > Can someone please put me out of my misery. > > I have been trying to "configure" this version and it fails on GLIB > test. I have downloaded a very recent version of GLIB. I also have the > Sun Gnome 2 desktop loaded and I am using it. Also have gcc etc. > > No matter what I do I get errors on config. > > Why does configure ignore the flags I send it
Because the flag you send doesn't make what you expect it to do. > ./configure --disable-glibtest You're not disabling glib wrapper (hopefully). try pkg-config --modversion glib-2.0 if pkgconfig isn't installed, install it. Else could you give us the result ? -- _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
