[Gtk-sharp-list] Problem compiling monodoc

Mike Kestner mkestner@speakeasy.net
Sat, 08 Nov 2003 22:38:14 -0600


On Sat, 2003-11-08 at 18:27, Uwe Fechner wrote:

> make[1]: Entering directory `/home/ufechner/0Software/monodoc-0.7/browser'
> mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs 
> ./history.cs  -resource:./../monodoc.png,monodoc.png 
> -resource:./browser.glade,browser.glade  -r:gtk-sharp.dll 
> -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll 
> -r:atk-sharp.dll -r:monodoc.dll
> ./browser.cs(129) error CS0246: Cannot find type `HTML'

Add a -r:gtkhtml-sharp.dll to that line in the makefile.  This resulted
from an assembly split in Gtk# 0.12 that will be resolved in a new
release of monodoc in the very near future.

-- 
Mike Kestner <mkestner@speakeasy.net>