[MonoDevelop] Namespace name `Indent' could not be found

"Andrés G. Aragoneses" knocte at gmail.com
Thu Jun 26 07:40:38 EDT 2008


Hey Erik, it seems current MD codebase may be using a C# structure which 
was not supported in a stable gmcs. It seems to work with the compiler 
from SVN.

	Andrés



Erik Dahlstrand wrote:
> Hi!
> 
> I'm trying to build MonoDevelop (trunk) on Ubuntu Hardy. Compilation 
> fails with following errors...
> 
> onoDevelop.XmlEditor/XmlFileExtensions.cs 
> ./MonoDevelop.XmlEditor/XmlNamespace.cs 
> ./MonoDevelop.XmlEditor/XmlParser.cs 
> ./MonoDevelop.XmlEditor/XmlSchemaAssociation.cs 
> ./MonoDevelop.XmlEditor/XmlSchemaManager.cs 
> ./MonoDevelop.XmlEditor/XmlTextEditorExtension.cs  
> -out:../../../build/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll 
> -target:library
> ./MonoDevelop.Xml.StateEngine/Parser.cs(42,17): error CS0246: The type 
> or namespace name `Indent' could not be found. Are you missing a using 
> directive or an assembly reference?
> ./MonoDevelop.Xml.StateEngine/Parser.cs(42,17): error CS0246: The type 
> or namespace name `Indent' could not be found. Are you missing a using 
> directive or an assembly reference?
> ./MonoDevelop.Xml.StateEngine/Parser.cs(64,24): error CS0246: The type 
> or namespace name `Indent' could not be found. Are you missing a using 
> directive or an assembly reference?
> ./MonoDevelop.Xml.StateEngine/Parser.cs(68,24): error CS0246: The type 
> or namespace name `Indent' could not be found. Are you missing a using 
> directive or an assembly reference?
> Compilation failed: 4 error(s), 0 warnings
> make[4]: *** 
> [../../../build/AddIns/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.dll] 
> Fel 1
> 
> Any ideas?
> 
> Kind regards, Erik



More information about the Monodevelop-list mailing list