hello all, I'm having some problems compiling the recent geda/gaf CVS.
The problem is that it doesn't find my GTK2.4 from libgeda configure If I run pkg-config --cflags "gtk+-2.0 >= 2.4.0" I get the correct result. Here're some outputs: ( cd libgeda; ./configure --prefix=/home/underline/geda ) Configuring libgeda version 20070216 checking for a BSD-compatible install... /usr/bin/install -c (...) checking for GLIB24... configure: error: Cannot find glib 2.4.x, install it and rerun ./configure. make: *** [libgeda/config.h] Error 1 :~/cvstrees/geda/gaf$ pkg-config --cflags "gtk+-2.0 >= 2.4.0" -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include :~/cvstrees/geda/gaf$ pkg-config --libs "gtk+-2.0 >= 2.4.0" -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 If anybody could help me :-) thanks -- Best Regards, Felipe Balbi [EMAIL PROTECTED] _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

