[Mono-list] mcs & mono problem

matterac@libero.it matterac@libero.it
Wed, 2 Apr 2003 16:55:29 +0200


Hi, I've finally installed mono on WIN/CYGWIN, but now I have 2 problem

1) If I try to run a hello.cs file I've this results:

$ mono hello.cs

** (hello.cs:1452): WARNING **: cant resolve internal call to "System.AppDomain:
:Unload(System.AppDomain)" (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 related
and you need to fix your mono install first.


2)I'm trying to compile mcs too, but: 

$ make
if test xWindows_NT = xWindows_NT; then make linux; else make -f makefile.gnu; f
i
make[1]: Entering directory `/cygdrive/d/cygwin/usr/local/mcs'
for i in jay nant mcs class nunit nunit20 monoresgen tools mbas ilasm; do \
        (cd $i; make linux) || exit 1;  \
done
make[2]: Entering directory `/cygdrive/d/cygwin/usr/local/mcs/jay'
make[2]: Nothing to be done for `linux'.
make[2]: Leaving directory `/cygdrive/d/cygwin/usr/local/mcs/jay'
make[2]: Entering directory `/cygdrive/d/cygwin/usr/local/mcs/nant'
csc /out:NAnt.exe /recurse:*.cs
csc: not found
make[2]: *** [NAnt.exe] Error 127
make[2]: Leaving directory `/cygdrive/d/cygwin/usr/local/mcs/nant'
make[1]: *** [linux] Error 1
make[1]: Leaving directory `/cygdrive/d/cygwin/usr/local/mcs'
make: *** [all] Error 2


someone can help me?