[Mono-list] sync

Alex James alex00james@adelphia.net
Wed, 30 Oct 2002 22:02:47 -0500


I just built mcs, and mono out of cvs in cgywin.  I'm just running a simple
"hello" program, and i am getting an out of sync warning.  How do I change
that?

built by "make" in /mcs, and mono-build-w32.sh
both with updated cvs (just before build time)

Thanks,
alex

$ mono hello_world.exe

** (hello_world.exe:1660): WARNING **: cant resolve internal call to
"System.Typ
e::get_property(System.Type,string,System.Type[])" (tested without signature
als
o)

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.
Hello World!