[Gtk-sharp-list] Building Gtk# docs

Miguel de Icaza miguel@ximian.com
22 Feb 2003 14:46:50 -0500


Hello!

> I wonder why this occurs, almost all of the files are processed when it
> does and it looks like a memory error. I am a little confused though.
> I'm running linux and the error reads ....Win32...? 
> 
> Any ideas?

This is a known bug in the finalization code of the previous release of
Mono.  This should be fixed on CVS (There is basically a handle leak,
and the finalizer is never being called).

The intermediate solution is to assemble the various classes separately
(there is a Makefile target that does this in gtk-sharp/doc)

Miguel