So this is my round-robin problem.  I can’t compile the new mscorlib.dll or mcs.exe because I am using the old one (0.31.00) to compile the new ones.  The old one can’t manage it because of the bug.  I can’t get the new one because it won’t compile.  How can this be solved?  Do I just need to get a built copy from someone?  (will someone volunteer?)

 

Thanks.

 


From: Sebastien Pouliot [mailto:[EMAIL PROTECTED]
Sent: Friday, April 30, 2004 9:01 AM
To: Andrew Arnott; [EMAIL PROTECTED]
Subject: RE: [Mono-list] CVS compile errors :(

 

Andrew

 

You get this because you have an older mscorlib.dll or mcs.exe (which had that bug).

That may come from a previous Mono installation (like 0.31).

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Andrew Arnott
Sent: 30 avril 2004 09:19
To: [EMAIL PROTECTED]
Subject: [Mono-list] CVS compile errors :(

So this is my first time compiling CVS.  I finally read the INSTALL file and found out I have to run ./autoconf before building.  Well, that worked well enough.  But “make fullbuild” crashes with an exception thrown by mcs.  I get this (after the memory warnings mentioned in my previous email).  Can you tell me what I’m doing wrong?

 

Unhandled Exception: System.NullReferenceException: A null value was found where an object instance was required.

In <0x0002e> Mono.Security.Cryptography.CryptoConvert:ToCapiKeyBlob (System.Security.Cryptography.RSA,bool)

In <0x00032> Mono.Security.StrongName:get_PublicKey ()

In <0x00769> System.Reflection.Emit.AssemblyBuilder:Save (string)

In <0x00036> Mono.CSharp.CodeGen:Save (string)

In <0x014cb> Mono.CSharp.Driver:MainDriver (string[])

In <0x00020> Mono.CSharp.Driver:Main (string[])

 

Reply via email to