[Mono-list] Building fron CVS

Karl Waclawek karl@waclawek.net
Mon, 13 Oct 2003 22:48:18 -0400


I re-updated from CVS and got further, until:
(again, doing make fullbuild)

<error message>
** (../../mcs/mcs.exe:19319): WARNING **: cant resolve internal call to 
"System.Globalization.CultureInfo::construct_compareinfo(object,string)" 
(tested without signature also)
 
Your mono runtime and corlib are out of sync.
Corlib is: ../../class/lib/corlib.dll
 
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.
 
** (../../mcs/mcs.exe:19319): WARNING **: cant resolve internal call to 
"System.Globalization.CultureInfo::construct_internal_locale(string)" 
(tested without signature also)
 
Your mono runtime and corlib are out of sync.
Corlib is: ../../class/lib/corlib.dll
 
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.
error CS0006: Cannot find assembly `System.Xml.dll'
Log:
 
Compilation failed: 1 error(s), 0 warnings
make[2]: *** [../../class/lib/System.dll] Error 1
make[2]: Leaving directory `/usr/local/src/mcs/class/System'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mcs/class'
make: *** [mcs-rest] Error 2
</error message>

Could this be related to my RPM install (see thred RedHat 9 install 
problems)?
Or is "make fullbuild" not the right way?

Karl