[Mono-winforms-list] Corlib not in sync with this runtime: expected corlib version 31, found 32.

Tomasz Kubacki j23tom@o2.pl
Sat, 08 Jan 2005 15:14:46 +0100


Hi there,

I've mono compiled from svn on FC3 (compiled with make get-monolite-
latest)
and it works fine. 

I tried to compile Winforms: 

cd mcs/class/Managed.Windows.Forms/
make clean
make 

And it throws :

[cut]
make all-local
make[1]: Entering directory
`/home/tomasz/usr/mcs/class/Managed.Windows.Forms'
MONO_PATH="../../class/lib/default:$MONO_PATH"
mono  ../../class/lib/default/mcs.exe   -d:NET_1_1 -d:ONLY_1_1 -
debug /noconfig /unsafe /r:mscorlib.dll /r:System.dll /r:System.Xml.dll /r:System.Drawing.dll /r:Accessibility.dll /r:Mono.Posix.dll /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114 /target:library /out:../../class/lib/default/System.Windows.Forms.dll  @System.Windows.Forms.dll.sources
Corlib not in sync with this runtime: expected corlib version 31, found
32.
Download a newer corlib or a newer runtime at http://www.go-
mono.com/daily.
make[1]: *** [../../class/lib/default/System.Windows.Forms.dll] Błąd 1
make[1]: Leaving directory
`/home/tomasz/usr/mcs/class/Managed.Windows.Forms'
make: *** [all.real] Błąd 2

I see that mscorlib.dll, but which (and how) should i use older
monolite ?

regards,

Tomek Kubacki