Re: [Mono-list] mscorlib.dll vs corlib.dll

2003-11-19 Thread Jonathan Wheelhouse
Jackson Harper [EMAIL PROTECTED]: You are missing a crucial step in your update-orama. After cvs updating mono, you should rerun autgen.sh Yes, I do run autogen.sh; I just left that out of my email. I have a script that does the cvs update and the autogen.sh

[Mono-list] mscorlib.dll vs corlib.dll

2003-11-18 Thread Jonathan Wheelhouse
Hi I get the latest sources via cvs then do a make fullbuild but get the following error: mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB -d:NET_1_1 -g /noconfig /unsafe /nostdlib /target:library /out:../../class/lib/mscorlib.dll @../../build/deps/corlib.dll.response WROTE SYMFILE: 977

Re: [Mono-list] mscorlib.dll vs corlib.dll

2003-11-18 Thread Giuseppe Greco
... I've exactly the same problem ... To compile mcs successfully, I've to rename mcs/lib/mscorlib.dll to mcs/lib/corlib.dll manually. Gius_. Hi I get the latest sources via cvs then do a make fullbuild but get the following error: mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB

Re: [Mono-list] mscorlib.dll vs corlib.dll

2003-11-18 Thread Giuseppe Greco
You are missing a crucial step in your update-orama. After cvs updating mono, you should rerun autgen.sh I've checked out mcs from scratch and run autogen.sh ... so that's not the problem. Gius_. Jackson On Tue, 2003-11-18 at 04:32, Jonathan Wheelhouse wrote: Hi I get the latest