[Mono-dev] Mono-devel-list Digest, Vol 44, Issue 48

Brian Bolton brian.bolton at gmail.com
Wed Dec 24 08:58:05 EST 2008


Robert Jordan wrote:
>> I am getting an error during the make step of building mono.  It is
stopping
>> on t-es.gmo.
>
>You need to install "gettext-devel" (or similar, since I don't
>recall the exact cygwin package name).
>
>Robert

I installed getttext-devel.  I got another error.   It was stuck on MDOC.  I
searched a bit and found a previous post from you helping someone with the
same problem.
http://go-mono.com/forums/#nabble-td20853086

I re-ran autogen, this time disabling moonlight

./autogen.sh --with-moonlight=no --prefix=/usr/local

I ran make again and this time I got and error on MCS:

make[7]: Entering directory `/usr/src/mono/mcs/mcs'
MCS     [basic] mcs.exe

Unhandled Exception: System.InvalidOperationException: Underlying type
informati
on on enumeration is not specified.
   at System.Reflection.Emit.TypeBuilder.get_UnderlyingSystemType()
   at System.Type.GetHashCode()
   at System.Collections.Hashtable.GetHash(Object key)
   at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean
add
)
   at System.Collections.Hashtable.Add(Object key, Object value)
   at Mono.CSharp.TypeContainer.CreateTypeBuilder()
   at Mono.CSharp.TypeContainer.CreateType()
   at Mono.CSharp.TypeContainer.CreateType()
   at Mono.CSharp.RootContext.ResolveTree()
   at Mono.CSharp.Driver.Compile()
   at Mono.CSharp.Driver.Main(String[] args)
make[7]: *** [../class/lib/basic/mcs.exe] Error 77
make[7]: Leaving directory `/usr/src/mono/mcs/mcs'
make[6]: *** [do-all] Error 2
make[6]: Leaving directory `/usr/src/mono/mcs/mcs'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/usr/src/mono/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/usr/src/mono/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/usr/src/mono/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/usr/src/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mono/mono'
make: *** [all] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081224/bc451e8c/attachment.html 


More information about the Mono-devel-list mailing list