Murray Cumming wrote:
I've already built and installed glib, pango, and atk OK, but when running autogen.sh on gtk+ I get: gdk-pixbuf/pixops/Makefile.am:8: variable `GLIB_LIBS' not defined
I had the same problem. GLIB_LIBS is defined in glib-2.0.m4 in the glib cvs m4macros directory. Copying glib-2.0.m4 to /usr/share/aclocal solved the problem. There is a similar file in the gtk+ cvs m4macros directory, gtk-2.0.m4.
Jeff.