[MonoDevelop] make fail in compile from source

Guillermo Cuadra guillermo.cuadra at gmail.com
Fri Jan 18 17:55:04 EST 2008


hi list, i'm newbie and my language is spanish, but a write best i cant.
my SO is Debian Lenny (testing) and in repository not exists monodevelop,
but i compile from source.
i follow the order given in page of monodevelop proyect(
http://www.monodevelop.com/Download).
i have installed libglade2.0 (
http://packages.debian.org/lenny/arm/libglade2.0-cil/filelist).

./configure is ok, but make give me the follow error:

/*****************************************************************************/
** (/usr/local/lib/mono/2.0/gmcs.exe:9191): WARNING **: The following
assembly referenced from
/home/masa/Desktop/Descargas/monodevelop-0.18.1/build/bin/MonoDevelop.Core.Gui.dll
could not be loaded:
     Assembly:   glade-sharp    (assemblyref_index=10)
     Version:    2.10.0.0
     Public Key: 35e10195dab3c99f
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 (/home/masa/Desktop/Descargas/monodevelop-0.18.1/build/bin/).


** (/usr/local/lib/mono/2.0/gmcs.exe:9191): WARNING **: Could not load file
or assembly 'glade-sharp, Version=2.10.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

** (/usr/local/lib/mono/2.0/gmcs.exe:9191): WARNING **: Missing method .ctor
in assembly /home/masa/Desktop/Descargas/monodevelop-0.18.1/build/bin/MonoDevelop.Core.Gui.dll,
type Glade.WidgetAttribute

** (/usr/local/lib/mono/2.0/gmcs.exe:9191): WARNING **: Can't find custom
attr constructor image:
/home/masa/Desktop/Descargas/monodevelop-0.18.1/build/bin/MonoDevelop.Core.Gui.dll
mtoken: 0x0a000269
Exception caught by the compiler while compiling:
   Block that caused the problem begin at:
./MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs(74,22):
                     Block being compiled:
[./MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs(81,29):,Internal(1,1):]
System.IO.FileNotFoundException: Could not load file or assembly
'glade-sharp, Version=2.10.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
Internal compiler error at
./MonoDevelop.Projects.Gui.Dialogs/CombineOptionsDialog.cs(74,22)::
exception caught while emitting MethodBuilder
[CombineOptionsDialog::OnConfigChanged]

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'glade-sharp, Version=2.10.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'glade-sharp, Version=2.10.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f'
  at (wrapper managed-to-native)
System.MonoCustomAttrs:GetCustomAttributesInternal (
System.Reflection.ICustomAttributeProvider,System.Type,bool)
  at System.MonoCustomAttrs.GetCustomAttributesBase(ICustomAttributeProvider
obj,
System.Type attributeType) [0x00000]
  at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider
obj, System.Type attributeType, Boolean inherit) [0x00000]
  at System.MonoCustomAttrs.GetCustomAttribute (ICustomAttributeProvider
obj, System.Type attributeType, Boolean inherit) [0x00000]
  at System.Attribute.GetCustomAttribute (System.Reflection.MemberInfoelement,
System.Type attributeType, Boolean inherit) [0x00000]
  at Mono.CSharp.AttributeTester.GetMemberObsoleteAttribute (
System.Reflection.MemberInfo mi) [0x00000]
  at Mono.CSharp.FieldExpr.DoResolve (Mono.CSharp.EmitContext ec, Boolean
lvalue_instance, Boolean out_access) [0x00000]
  at Mono.CSharp.FieldExpr.DoResolve (Mono.CSharp.EmitContext ec) [0x00000]
  at Mono.CSharp.SimpleName.DoSimpleNameResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side, Boolean intermediate) [0x00000]
  at Mono.CSharp.SimpleName.SimpleNameResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side, Boolean intermediate) [0x00000]
  at Mono.CSharp.SimpleName.DoResolve (Mono.CSharp.EmitContext ec, Boolean
intermediate) [0x00000]
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec,
ResolveFlags flags) [0x00000]
  at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext ec,
Mono.CSharp.Expression right_side) [0x00000]
  at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext ec)
[0x00000]
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec,
ResolveFlags flags) [0x00000]
  at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.EmitContext ec) [0x00000]

  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec,
ResolveFlags flags) [0x00000]
  at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec) [0x00000]
  at Mono.CSharp.ExpressionStatement.ResolveStatement (
Mono.CSharp.EmitContext ec) [0x00000]
  at Mono.CSharp.StatementExpression.Resolve (Mono.CSharp.EmitContext ec)
[0x00000]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000]
  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000]
  at Mono.CSharp.EmitContext.ResolveTopBlock
(Mono.CSharp.EmitContextanonymous_method_host,
Mono.CSharp.ToplevelBlock block, Mono.CSharp.Parameters ip, IMethodData md,
System.Boolean& unreachable) [0x00000]
make[3]: *** [../../../build/bin/MonoDevelop.Projects.Gui.dll] Error 1
make[3]: se sale del directorio `/home/masa/Desktop/Descargas/monodevelop-
0.18.1/src/core/MonoDevelop.Projects.Gui'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/home/masa/Desktop/Descargas/monodevelop-
0.18.1/src/core'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/masa/Desktop/Descargas/monodevelop-
0.18.1/src'
make: *** [all-recursive] Error 1
/***************************************************************************************************/

what i do????


-- 
Solo compartiendo el conocimiento podremos alcanzar la inmortalidad.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20080118/d36e1766/attachment.html 


More information about the Monodevelop-list mailing list