I am running 64-bit Debian Wheezy and I have been trying to compile gobject-introspection using the steps here. When I initially tried to compile it using:
./configure --prefix=/usr --disable-static &&
make
it complained that my version of GLib was too low (2.42.1). So then I went and compiled GLib 2.44.0, and installed it without a hitch. I tried to compile it again, but it returned the same error. Here is the relevant part of the log.
checking for GLIB... no
configure: error: Package requirements (glib-2.0 >= 2.44.0) were not met:
Requested 'glib-2.0 >= 2.44.0' but version of GLib is 2.42.1
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
when I run "gapplication version" and "gtester --version", I get "2.44.0", but when I run "gsettings --version" it returns 2.42.1 - my initial version. I'm not sure this is relevant, though.