[Mono-list] mono and corlib out of sync?

Daniel Morgan danmorg@sc.rr.com
Thu, 26 Sep 2002 12:22:26 -0400


I got these directions from gonzalo, this should help you build latest
mono/mcs.

[1] Building mono + mcs from CVS on *NIX. The Easy Way (tm)
-------------------------------------------------------------
1. Get mono and mcs from CVS (http://www.go-mono.com/downloads.html)

2. Use the script to build mono (mono/doc/mono-build.sh)

3. Copy the dlls and mcs.exe from the latest monocharge tarball
(http://www.gnome-db.org/~gonzalo/mono/) to /where/you/installed/mono/lib
and
..../bin respectively.


[2] Keeping the stuff up to date
----------------------------------
Once you have followed the above steps, do these ones to keep your
installation
up to date:

1. In mcs directory,

	cvs -z3 update
	make -f makefile.gnu

2. Use the mono-build.sh script to update, rebuild and install mono from
CVS.

3. In mcs directory:

	cd mcs
	cp mcs.exe /path/where/mcs.exe/is/to/be/installed
	cd ../class/lib
	cp *.dll /path/where/dlls/are/to/be/installed

4. In case of troubles (ie, unable to compile mcs/* sources) go to [1].

-Gonzalo

-----Original Message-----
From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
Behalf Of Edmund Zynda III
Sent: Thursday, September 26, 2002 11:53 AM
To: mono-list@go-mono.com
Subject: [Mono-list] mono and corlib out of sync?


I understand that in order to compile the latest version of mcs i need a
prebuilt version already installed. I use gentoo so I simply emerged
mono and it installed mono + mcs. The latest version gentoo allows is
0.13. Everything installs right. The mono runtime works and mcs works
but when i download the source for mcs v0.15 it starts to compile and
complains about how my mcs and corlib aren't synced. Here is a piece of
the error message:

Your mono runtime and corlib are out of sync.
When you update one from cvs you need to update, compile and install
the other too.
Do not report this as a bug unless you're sure you have updated
correctly:
you probably have a broken mono install.
If you see other errors or faults after this message they are probably
related
and you need to fix your mono install first.

How can that be?





_______________________________________________
Mono-list maillist  -  Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list