[Mono-dev] gtk-sharp ./configure quick question (Very puzzled)

Mike Kestner mkestner at novell.com
Mon Dec 26 17:23:23 EST 2005


On Mon, 2005-12-26 at 02:56 +0200, Christopher Bergström wrote:
> 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"

Supposedly, there is a bug in recent vte releases that doesn't specify
correct dependencies to pkg-config so that it can build correct CFLAGS
values.  I don't know if this has been filed upstream to the vte folks,
but that's the problem.

To work around it, you could hack your gtk-sharp/vte/glue/Makefile.am to
manually add $(GTK_CFLAGS) to INCLUDES.

-- 
Mike Kestner <mkestner at novell.com>




More information about the Mono-devel-list mailing list