[Mono-devel-list] Building mono-tools

Ben Maurer bmaurer at ximian.com
Mon Jul 25 17:08:43 EDT 2005


On Mon, 2005-07-25 at 22:03 +0100, Paul wrote:
> ./HtmlRender.cs(64) error CS1503: Argument 1: Cannot convert from
> `Gecko.WebControl' to `Gtk.Widget'
> ./HtmlRender.cs(64) error CS1501: No overload for method `Add' takes `1'
> arguments
> make[1]: *** [browser.exe] Error 1
> make: *** [all-recursive] Error 1

You are using gecko# from svn which uses the gtk#2 stuff. Casts can't be
done from v1 to v2.

You need *exactly* 0.6 from tarballs.

-- Ben




More information about the Mono-devel-list mailing list