[Mono-list] can't compile monodoc

Marcel Pol mpol@gmx.net
Sun, 17 Aug 2003 02:46:33 +0200


Hello,
I'm trying to compile monodoc, but it breaks. I just compiled mono-0.26 and
gtk-sharp-0.10.
I'm using Mandrake cooker (9.2-beta2), with gnome-2.3.5, glibc-2.3.2-11mdk and
gcc-3.3.1.

I'm not sure how to debug this compile, I hope the error messages give enough
info.
These are my error messages:


bash-2.05b$ pwd
/home/marcel/rpm/BUILD/monodoc-0.6/browser

bash-2.05b$ mcs -debug -out:browser.exe ./browser.cs ./list.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:monodoc.dll
./browser.cs(232) error CS1501: No overload for method `Begin' takes `1'
arguments
./browser.cs(232) error CS8006: Could not find any applicable function for
this argument list
./browser.cs(234) error CS0165: Use of unassigned local variable `stream'
./list.cs(163) error CS1502: The best overloaded match for method 'void
Gdk.Window.DrawRectangle (Gdk.GC, int, Gdk.Rectangle)' has some invalid
arguments
./list.cs(163) error CS1503: Argument 1: Cannot convert from 'bool' to 'int'
./list.cs(163) error CS1501: No overload for method `DrawRectangle' takes `3'
arguments
./list.cs(163) error CS8006: Could not find any applicable function for this
argument list
Compilation failed: 7 error(s), 0 warnings



--
Marcel Pol