[Mono-devel-list] Monodoc SVN Compilation

Todd Berman tberman at off.net
Thu Dec 9 14:10:57 EST 2004


On Thu, 2004-12-09 at 11:54 -0500, Matthew Metnetsky wrote:
> I just wiped out my old mono install for the new release (thanks
> everyone) and monodoc is no longer compiling.  For starters in
> it's ./configure.in and browser/Makefile.{in|am} it's looking for gtk-
> sharp and gtkhtml-sharp instead of gtk-sharp-2.0 and gtkhtml-sharp-2.0
> respectively.  I've attached a patch for this.
> 

This is a larger change than you are aware of. This will mean that
monodoc is a) unreleasable w/o a gtk# 1.9.x release as the API is in
flux, b) that users of monodoc from svn will also have to become users
of gtk# from svn.

> There is also one compilation error, which refers to Gtk.HTMLStrea.Write
> () -> monodoc is trying to using the method .Write(byte[], int) whereas
> gtkhtml-sharp only appears to have .Write(string) (at least from in the
> latest generated files).  As I really don't want to play around with
> GtkSharp's generation system, I haven't got a patch for this.
> 

In gtk# 1.9.0 it was still .Write (byte[], int), it was changed
to .Write (byte[], UIntPtr), and is now .Write (byte[], ulong) in
current SVN HEAD (see what I mean about tracking changes?).

--Todd



More information about the Mono-devel-list mailing list