Lines Matching full:glib
1 # Configure paths for GLIB
5 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
12 AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run a test GLIB program],
15 pkg_config_args=glib-2.0
47 AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
52 echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH"
64 GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
65 GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0`
66 GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
70 glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \
72 glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \
74 glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \
82 dnl Now check if the installed GLIB is sufficiently new. (Also sanity
87 #include <glib.h>
111 printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n",
115 printf ("*** to remove the old version of GLib. You may also be able to fix the error\n");
126 printf("*** GLIB header files (version %d.%d.%d) do not match\n",
141 printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
143 printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
145 printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
150 printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n");
175 echo "*** Could not run GLIB test program, checking why..."
181 #include <glib.h>
185 echo "*** that the run-time linker is not finding GLIB or finding the wrong"
186 echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
194 echo "*** exact error that occured. This usually means GLIB is incorrectly installed."])