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 <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
