[Gtk-sharp-list] RE: GNOME Platform Bindings - first schedule date

John Luke jluke@users.sourceforge.net
Mon, 05 Jan 2004 14:59:24 -0500


>  but Gnome
> 2.5 installs libgtkhtml version 3.1, not 3.0 which means unless you mess
> around[2] you don't get the gtkhtml-sharp.dll

> [2] Updating the sources stuff, and rebuilding the .xml files

All you should have to do is change the lines in configure.in to look
for 3.1 instead of 3.0

GTKHTML_REQUIRED_VERSION=3.0
PKG_CHECK_MODULES(GTKHTML_DEPENDENCIES, libgtkhtml-3.0 >=
$GTKHTML_REQUIRED_VERSION, enable_gtkhtml=yes, enable_gtkhtml=no)