[Mono-list] Build from CVS fails

Raja R Harinath rharinath@novell.com
Thu, 12 Aug 2004 16:01:28 +0530


Hi,

"Jochen Wezel" <jwezel@compumaster.de> writes:

> I've just updated to mono 1.0.1.
>
> Now, I get following error message:
> Corlib not in sync with this runtime: expected corlib version 22, found 2=
3.
>
>     [root@lwezel mcs]# make
[snip]
>     make[3]: Wechsel in das Verzeichnis Verzeichnis =C2=BB/mono-dev/mono-=
cvs-auth/mcs/class/System=C2=AB
>     make all-local
>     make[4]: Wechsel in das Verzeichnis Verzeichnis =C2=BB/mono-dev/mono-=
cvs-auth/mcs/class/System=C2=AB
>     ** Building temporary System.dll without parts that depend on System.=
Xml
>     MONO_PATH=3D"../../class/lib/default:$MONO_PATH" mono  ../../mcs/mcs.=
exe   -d:NET_1_1 -d:ONLY_1_1 -g /noconfig /
>     r:mscorlib.dll /target:library /out:System.dll @System.dll.sources
>=20=20=20=20
>     Corlib not in sync with this runtime: expected corlib version 22, fou=
nd 23.
>     Download a newer corlib or a newer runtime at http://www.go-mono.com/=
daily.

Checkout 'mono' in a sibling directory, and do a 'make bootstrap' there.

- Hari