[MonoDevelop] About building MonoDevelop 0.7 problem

quy tran nhanquy at gmail.com
Thu Jun 2 13:26:31 EDT 2005


         Hi, I try to build monodevelop 0.7 on RedHat 9, first I
install the latest Mono 1.1.7 and all the packages that monodevelop
0.7 require, and I also pass the ./configure step. But at the "make"
step, it raise so many error. I don't know how to fix it, or may be
monodevelop 0.7 not reference to the correct assembly.....

        I have try with "pkg-config  --modversion ..." with all the
packages and find that they are all up to date. So what the problem
???
        Here are the error:

./Gui/Pads/OpenTaskView.cs(136) error CS0117: `Gtk.Clipboard' does not
contain a definition for `Text'
./Gui/Pads/OpenTaskView.cs(138) error CS0117: `Gtk.Clipboard' does not
contain a definition for `Text'
./Gui/Pads/SolutionPad/TreeViewPad.cs(189) error CS0117:
`Gtk.TreeStore' does not contain a definition for `DefaultSortFunc'
warning CS0162: Unreachable code detected
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(107) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `TitleChange'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(55) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `OpenStream'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(56) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `AppendData'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(57) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `CloseStream'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(131) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `Title'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(170) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `NetStart'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(171) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `NetStop'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(172) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `LocChange'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(173) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `ShowAll'
./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
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(182) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `LoadUrl'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(192) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `LoadUrl'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(221) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `Location'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(226) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `GoBack'
./Gui/BrowserDisplayBinding/HtmlViewPane.cs(231) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `GoForward'
./Gui/HtmlControl/MozillaControl.cs(27) error CS0103: The name
`LoadUrl' could not be found in
`MonoDevelop.Gui.HtmlControl.MozillaControl'
./Gui/HtmlControl/MozillaControl.cs(37) error CS0103: The name
`LoadUrl' could not be found in
`MonoDevelop.Gui.HtmlControl.MozillaControl'
./Gui/HtmlControl/MozillaControl.cs(42) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `Reload'
./Gui/HtmlControl/MozillaControl.cs(47) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `Reload'
./Gui/HtmlControl/MozillaControl.cs(52) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `StopLoad'
./Gui/HtmlControl/MozillaControl.cs(89) error CS0117:
`MonoDevelop.Gui.HtmlControl.MozillaControl' does not contain a
definition for `RenderData'
./Gui/HtmlControl/MozillaControl.cs(14) error CS0535:
'MonoDevelop.Gui.HtmlControl.MozillaControl' does not implement
interface member 'MonoDevelop.Gui.HtmlControl.IWebBrowser.GoBack()'
./Gui/HtmlControl/IWebBrowser.cs(9):
'MonoDevelop.Gui.HtmlControl.IWebBrowser.GoBack()' (name of symbol
related to previous error
./Gui/HtmlControl/MozillaControl.cs(14) error CS0535:
'MonoDevelop.Gui.HtmlControl.MozillaControl' does not implement
interface member 'MonoDevelop.Gui.HtmlControl.IWebBrowser.GoForward()'
./Gui/HtmlControl/IWebBrowser.cs(11):
'MonoDevelop.Gui.HtmlControl.IWebBrowser.GoForward()' (name of symbol
related to previous error


More information about the Monodevelop-list mailing list