[Mono-winforms-list] make from CVS from 22.08.2004

Jordi Mas jordi@ximian.com
Mon, 23 Aug 2004 17:58:00 -0600


El diumenge 22 de agost del 2004 a les 20:18 +0200, en/na Mark Johnson
va escriure:
> Trying to build from the cvs to test System.Windows.Forms applications, I reicieve the following error :
> 
> ** Building temporary System.dll without parts that depend on System.Xml
> MONO_PATH="../../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
> Corlib not in sync with this runtime: expected corlib version 22, found 24.
> Download a newer corlib or a newer runtime at http://www.go-mono.com/daily.
> 
> What can be done to resolve this?
> 
> Is ther a daily build someware to try this package out without doing a cvs/make?

This is not really a System.Windows.Form issue. The problem is that the
version of your corlib library is not in sync with your current
installed version of Mono.

The easiest way of fixing this is downloading a recent version of Mono
from http://www.go-mono.com/daily, install it, and then do make
bootstrap && make install from the Mono directory.

Good luck,

Jordi,