[Gtk-sharp-list] build error on vte-sharp 2.4 & 2.6

Mike Kestner mkestner at novell.com
Tue Jan 3 23:41:15 EST 2006


On Mon, 2006-01-02 at 14:37 -0600, richard jackson wrote:
> vte-sharp-2.4.0 and vte-sharp-2.6.0 will not compile because vte.h can
> not find the gtk headers.
> 
> To fix change 
> INCLUDES = $(VTE_DEPENDENCIES_CFLAGS)  -I$(top_srcdir)
> to
> INCLUDES = $(VTE_DEPENDENCIES_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
> in 
> vte/glue/Makefile.am 

It's not a Gtk# bug, it's a bug in recent versions of the vte pkgconfig
file, which has been filed upstream to gnome bugzilla.

-- 
Mike Kestner <mkestner at novell.com>



More information about the Gtk-sharp-list mailing list