On 4/24/07, Ales Hvezda <ahvezda@xxxxxxxx> wrote:Hi,
> > checking for GLIB24... configure: error: Cannot find glib 2.4.x, > install it and rerun ./configure. > make: *** [libgeda/config.h] Error 1 >
What version of glib do you have installed?
pkg-config glib-2.0 --modversion
The test in libgeda's configure is:
glib-2.0 >= 2.4.0
-Ales
> This version > > $ pkg-config glib-2.0 --modversion > 2.12.4 > > :-p
What does this show:
pkg-config --errors-to-stdout --print-errors "glib-2.0 >= 2.4.0" echo $?
Requested 'glib-2.0 >= 2.14.0' but version of GLib is 2.4.8
and a return code of 1.
-Dan
_______________________________________________ geda-user mailing list geda-user@xxxxxxxxxxxxxx http://www.seul.org/cgi-bin/mailman/listinfo/geda-user