[MonoDevelop] Error while compiling MonoDevelop

RT rthomp@sympatico.ca
Sat, 29 Jan 2005 19:28:46 -0500


I'm running FC3 with Mono 1.1.3, Gecko 0.6, Gtk-sharp 1.9.1 & 1.4.0
gtksourceview from SVN and I'm trying to install MD from SVN but it keep
crashing at with the following

./Gui/BrowserDisplayBinding/HtmlViewPane.cs(175) error CS1502: The best
overloaded match for method 'void Gtk.VBox.PackStart (Gtk.Widget)' has
some invalid arguments
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(175) error CS1503: Argument
0: Cannot convert from 'MonoDevelop.Gui.HtmlControl.MozillaControl' to
'Gtk.Widget'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(175) error CS1501: No
overload for method `PackStart' takes `1' arguments
./Services/Toolbar/ToolbarService.cs(60) warning CS0612:
'Gtk.Toolbar.AppendSpace()' is obsolete
./Services/Toolbar/ToolbarService.cs(83) warning CS0612:
'Gtk.Toolbar.AppendWidget(Gtk.Widget, string, string)' is obsolete
Compilation failed: 3 error(s), 13 warnings
make[3]: *** [MonoDevelop.Base.dll] Error 1
make[3]: Leaving directory
`/home/share/apps/linux/programming/mono/svn/MonoDevelop/Core/src/MonoDevelop.Base'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/share/apps/linux/programming/mono/svn/MonoDevelop/Core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/share/apps/linux/programming/mono/svn/MonoDevelop/Core'
make: *** [all-recursive] Error 1

Does anyone have an idea as to why it's having a problem converting from
MozillaControl to a Widget. I'm guessing other people aren't having this
problem.


RT