[MonoDevelop] Monodevelop SVN issues

Nil Gradisnik ghaefbgtk at gmail.com
Sun Jun 3 05:05:55 EDT 2007


I'm running Fedora 7(same issue on Fedora 6) using mono 1.2.3.
For a few weeks now I can't compile Monodevelop from SVN and here is the output:

./MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs(49,7): warning
CS0612: `Gtk.OptionMenu' is obsolete
./MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs(90,26):
warning CS0612: `Gnome.FileEntry' is obsolete
./MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs(47,32): warning
CS0612: `Gnome.FileEntry' is obsolete
./MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs(13,53):
error CS0246: The type or namespace name `List`1' could not be found.
Are you missing a using directive or an assembly reference?
./MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs(14,42):
error CS0246: The type or namespace name `List`1' could not be found.
Are you missing a using directive or an assembly reference?
./MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs(17,18):
error CS0246: The type or namespace name `VBox' could not be found.
Are you missing a using directive or an assembly reference?
./MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs(34,32): error
CS0246: The type or namespace name `ArrayList' could not be found. Are
you missing a using directive or an assembly reference?
./MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs(35,32): error
CS0246: The type or namespace name `ArrayList' could not be found. Are
you missing a using directive or an assembly reference?
./MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs(75,32):
error CS0246: The type or namespace name `ArrayList' could not be
found. Are you missing a using directive or an assembly reference?
Compilation failed: 6 error(s), 3 warnings
make[3]: *** [../../../build/AddIns/MonoDevelop.Ide.dll] Error 1
make[3]: Leaving directory
`/home/ghaefb/programs/monodevelop/Core/src/MonoDevelop.Ide'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ghaefb/programs/monodevelop/Core/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ghaefb/programs/monodevelop/Core'
make: *** [all-recursive] Error 1

I'd really like to compile MD from svn. What is the problem here ?

Thanks

Nil Gradisnik.


More information about the Monodevelop-list mailing list