[Mono-list] Current CVS build 'warnings' on Linux

Urs C Muff umuff@quark.com
Fri, 21 Mar 2003 07:26:57 +0000


Does anyone else have similar problems with the current CVS build?  'mono=
' and=20
'mcs' are build, but those warning just appeared about 3 days ago.

Anything that I can do?  Those warning appear when re-making the 'mcs'=20
package.

** (../../mcs/mcs.exe:25207): WARNING **: cant resolve internal call to=20
"System.Threading.Thread::ResetAbort()" (tested without signature also)

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 re=
lated
and you need to fix your mono install first.

** (../../mcs/mcs.exe:25207): WARNING **: cant resolve internal call to=20
"System.Threading.Thread::Abort(object)" (tested without signature also)

- Urs