[MonoDevelop] Building Monodevelop 2.6 beta3

Dotan Cohen dotancohen at gmail.com
Wed Jun 1 01:36:47 EDT 2011


I built mono 2.10.2 and Monodevelop 2.6b3 on Kubuntu 11.04 via the
terrific scripts found on this page:
http://www.integratedwebsystems.com/2011/05/install-mono-2-10-2-and-monodevelop-2-6-beta-3-on-ubuntu-or-fedora-with-a-bash-script/

However, the resulting build cannot find some essential components:

✈demios:mono-2.10$ /opt/mono-2.10/bin/monodevelop -V
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: The following assembly referenced from
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.Core.dll could not be
loaded:
     Assembly:   Mono.Addins.Setup    (assemblyref_index=6)
     Version:    0.6.0.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/opt/mono-2.10/lib/monodevelop/bin/).

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Could not load file or assembly 'Mono.Addins.Setup,
Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or
one of its dependencies.

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Missing method .ctor in assembly
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.Ide.dll, type
System.Runtime.CompilerServices.CompilerGeneratedAttribute

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: The class System.Runtime.CompilerServices.CompilerGeneratedAttribute
could not be loaded, used in MonoDevelop.Ide

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Can't find custom attr constructor image:
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.Ide.dll mtoken:
0x0a001464

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Missing method .ctor in assembly
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.Ide.dll, type
System.Runtime.CompilerServices.CompilerGeneratedAttribute

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Can't find custom attr constructor image:
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.Ide.dll mtoken:
0x0a001464

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: The following assembly referenced from
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe could not be
loaded:
     Assembly:   Mono.Addins    (assemblyref_index=3)
     Version:    0.6.0.0
     Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/opt/mono-2.10/lib/monodevelop/bin/).

** (/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe:4875): WARNING
**: Missing method get_IsInitialized in assembly
/opt/mono-2.10/lib/monodevelop/bin/MonoDevelop.exe, type
Mono.Addins.AddinManager

Unhandled Exception: System.TypeLoadException: Could not load type
'System.Runtime.CompilerServices.CompilerGeneratedAttribute' from
assembly 'MonoDevelop.Ide'.
✈demios:mono-2.10$



As a would-be developer (I'm currently learning C# and Mono) it is of
course important that I learn to deal with these situations. What fine
manual should I be reading to understand how to properly configure the
build? Am I missing something obvious?

Thanks!

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com


More information about the Monodevelop-list mailing list