[Mono-list] Concatenation Bug

Daniel Carrera dcarrera@math.toronto.edu
Fri, 5 Apr 2002 11:26:50 -0500 (EST)


Alright, I got new DLLs from mono.baselabs.org
Interestingly, I get *fewer* (and different) errors.  Am I still using
old DLLs?  Where could I get recent ones?

$ mcs HelloWorld.cs

(process:13374): ** WARNING **: unhandled exception
System.NullReferenceException: "A null value was found where an object
instance was required"
in (unmanaged) System.Reflection.Emit.AssemblyBuilder:getDataChunk ()
in System.Reflection.Emit.AssemblyBuilder:Save ()
in Mono.CSharp.CodeGen:Save ()
in Mono.CSharp.Driver:MainDriver ()
in Mono.CSharp.Driver:Main ()


Is there a reason why update DLLs don't come with CVS?


Thanks a lot,
Daniel.


On Fri, 5 Apr 2002, Paolo Molaro wrote:

> On 04/05/02 Daniel Carrera wrote:
> > GGRRR!!!!!
> >
> > Now I can't compile annything at all!!
> > I ran mono-build.sh to update everything and now this happens:
> >
> > $ mcs HelloWorld.cs
> > Can not open image /home/daniel/install/bin/mcs.exe
> >
> > If I replace /home/daniel/install/bin/mcs.exe by the image I had before I
> > get:
> >
> > $ mcs HelloWorld.cs
> >
> > (process:13290): ** WARNING **: cant resolve internal call to
> > "System.MonoType::assQualifiedName"
>
> You need to update your corlib, too, if you update the runtime.
> mono.baselabs.org may have a recent binary corlib.dll for people that
> don't have windows.
>
> lupus
>
>