[MonoDevelop] Building Monodevelop on OpenSolaris

Christian Hergert christian.hergert at gmail.com
Mon Oct 13 14:03:00 EDT 2008


What version of mono-addins do you have installed in your mono-trunk prefix?

PKG_CONFIG_PATH=${prefix}/lib/pkgconfig pkg-config --modversion mono-addins

-- Christian

On Mon, Oct 13, 2008 at 10:50 AM, Zachary Richmond
<dev.ihsdoor at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>


More information about the Monodevelop-list mailing list