GConf-2.28.0: gconf-defaults.c:34:18: error: glib.h: No such file or directory
Angel Tsankov <[email protected]> Mon, 30 Nov 2009 18:42:16 +0200
| Newsgroups | gmane.comp.gnome.lib.gconf |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to compile GConf-2.28.0 but I get the following error when I execute './configure --prefix=/usr && make': gconf-defaults.c:34:18: error: glib.h: No such file or directory The glib.h file is in /usr/include/glib-2.0. As per the glib-2.21.1 installation instructions (found at the begging of INSTALL) I deleted the glib.h and the gmodule.h files from /usr/include. Under these circumstances how am I supposed to build GConf? Angel Tsankov