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

richard jackson rdjackson at gmail.com
Mon Jan 2 15:37:05 EST 2006


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

I have not checked to see if SVN already has this fix in place. could
someone who can change it take a look

Thanks
Richard Jackson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20060102/a155a055/attachment.html


More information about the Gtk-sharp-list mailing list