[Mono-dev] gtk-sharp ./configure quick question (Very puzzled)
Christopher Bergström
cbergstrom at netsyncro.com
Sun Dec 25 19:56:27 EST 2005
I'm getting the build error from below.. (Actually, this is what I think
is causing an error much lower)
/usr/include/vte/vte.h:28:18: glib.h: No such file or directory
/usr/include/vte/vte.h:29:25: pango/pango.h: No such file or directory
/usr/include/vte/vte.h:30:21: gtk/gtk.h: No such file or directory
In file included from generated.c:4:
/usr/include/vte/vte.h:35: error: syntax error before "typedef"
I see the following in ./configure --help (Do I need to set one of these?)
GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
GLIB_LIBS linker flags for GLIB, overriding pkg-config
PANGO_CFLAGS
C compiler flags for PANGO, overriding pkg-config
PANGO_LIBS linker flags for PANGO, overriding pkg-config
GTK_CFLAGS C compiler flags for GTK, overriding pkg-config
GTK_LIBS linker flags for GTK, overriding pkg-config
VTE_DEPENDENCIES_CFLAGS
C compiler flags for VTE_DEPENDENCIES, overriding pkg-config
VTE_DEPENDENCIES_LIBS
linker flags for VTE_DEPENDENCIES, overriding pkg-config
I have more than one glib.h.. (Obvious paths below)
/usr/include/glib-1.2/glib.h
/usr/include/glib-2.0/glib.h
/usr/include/pango-1.0/pango/pango.h
/usr/include/gtk-1.2/gtk/gtk.h
/usr/include/gtk-2.0/gtk/gtk.h
the glib/Makefile seems to think the following..
BUILD_GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
If it makes any difference this is from SVN..
Thanks for the minute
C.
More information about the Mono-devel-list
mailing list