[MonoDevelop] Building Monodevelop on OpenSolaris

Zachary Richmond dev.ihsdoor at gmail.com
Mon Oct 13 13:50:58 EDT 2008


Hello,

I am trying to build Monodevelop from latest svn on OpenSolaris snv_98, I
hit the following few errors:

./MonoDevelop.Core.AddIns/ApplicationExtensionNode.cs(36,50): error CS0246:
The type or namespace name `ExtensionNode' could not be found. Are you
missing a using directive or an assembly reference?
./MonoDevelop.Core.AddIns/AssemblyExtensionNode.cs(36,38): error CS0246: The
type or namespace name `TypeExtensionNode' could not be found. Are you
missing a using directive or an assembly reference?
./MonoDevelop.Core.AddIns/ExecutionHandlerCodon.cs(43,39): error CS0246: The
type or namespace name `TypeExtensionNode' could not be found. Are you
missing a using directive or an assembly reference?
./MonoDevelop.Core.AddIns/ExecutionModeNode.cs(34,41): error CS0246: The
type or namespace name `TypeExtensionNode' could not be found. Are you
missing a using directive or an assembly reference?
./MonoDevelop.Core.AddIns/PackageExtensionNode.cs(38,46): error CS0246: The
type or namespace name `TypeExtensionNode' could not be found. Are you
missing a using directive or an assembly reference?
./MonoDevelop.Core.ProgressMonitoring/ConsoleProgressStatus.cs(34,65): error
CS0246: The type or namespace name `IProgressStatus' could not be found. Are
you missing a using directive or an assembly reference?
./MonoDevelop.Core/DefaultAddinLocalizer.cs(30,19): error CS0234: The type
or namespace name `Localization' does not exist in the namespace
`Mono.Addins'. Are you missing an assembly reference?

Trying 2.0 Alpha instead:

./Mono.Debugging.Backend/DebuggerExtensionNode.cs(29,12): error CS0234: The
type or namespace name `Addins' does not exist in the namespace `Mono'. Are
you missing an assembly reference?

In both I have disbaled the debugger since it seems like it does not yet
work on solaris

Any hints?

Thanks, Zak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20081013/0251105a/attachment.html 


More information about the Monodevelop-list mailing list