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

Erik Dahlstrand erik.dahlstrand at gmail.com
Fri Jun 27 08:09:34 EDT 2008


Thanks! Now it's working great.

Packages necessary to build on clean Ubunty Hardy installation:

$ sudo aptitude libmono-system-runtime2.0-cil libmono-dev
libmono-winforms2.0-cil libgtksourceview2.0-cil

Add to /etc/apt/sources.list
deb http://directhex.mfgames.com/ hardy main

$sudo aptitude update



2008/6/26 Erik Dahlstrand <erik.dahlstrand at gmail.com>:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20080627/b8370d63/attachment.html 


More information about the Monodevelop-list mailing list