[MonoDevelop] Monodevelop SVN issues

Nil Gradisnik ghaefbgtk at gmail.com
Wed Jun 6 03:44:03 EDT 2007


Weird.. I fixed this problem by manually adding System.Collections. in
front of ArrayList, HashTable and System.Collections.Generic. in front
of List in some source files.

I edited 5 source files like this and it compiled ok.

Cheers.

Nil


On 6/3/07, Nil Gradisnik <ghaefbgtk at gmail.com> wrote:
> 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