On Tue, 30 Dec 2008, Thomas Stover wrote: > /opt/crosscompilers/gcc-4.0.1-glibc-2.3.5/arm-unknown-linux-gnu/include/glib-2.0/glib/gtypes.h:34:24: > error: glibconfig.h: No such file or directory > > I can't find a glibconfig.h anywhere. Not even in the glib build tree.
It's not in the glib build tree because it's a generated file, starting... /* glibconfig.h * * This is a generated file. Please modify 'configure.in' */ But it should be created in a successful build of glib and installed by "make install". The location is, e.g., /usr/lib/glib-2.0/include/glibconfig.h /opt/cross-tools/mingw32/lib/glib-2.0/include/glibconfig.h Allin Cottrell _______________________________________________ gtk-app-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
