I am running into a problem when performing a make of mcs, even after following the instructions below.

The following is a fragment of the errors I am getting:

.
.
.
make[2]: Leaving directory `/download/mono/mcs/class/corlib'
make[2]: Entering directory `/download/mono/mcs/class/corlib'
touch ../../build/deps/corlib.dll.stamp
mcs /nowarn:649 /nowarn:169 -d:INSIDE_CORLIB -d:NET_1_1 -g /noconfig /unsafe /nostdlib /target:library /out:../../class/lib/corlib.dll @../../build/deps/corlib.dll.response
System/Decimal.cs(168) error CS1502: The best overloaded match for method 'int System.Int32[].GetLength (int)' has some invalid arguments
System/Decimal.cs(168) error CS1503: Argument 0: Cannot convert from 'int' to 'int'
.
.
.


Thank you for your assistance!

Paco






Jackson Harper wrote:


One final step I forgot. After everything is built and install you can
delete your <prefix>/corlib.dll (we are now building mscorlib.dll).

Cheers,
Jackson



On Wed, 2003-11-12 at 07:22, Jackson Harper wrote:


Hello,

        Some changes I commited tonight will make building slightly more
difficult then normal today. Here is the easiest way to get your system
updated:

1. in mcs do make monocharge (if your system is pretty out of date
download: http://primates.ximian.com/~jackson/monocharge-20031112.tgz)
2. in mcs make clean and cvs update
3. in mono cvs update and make install
4. copy the binaries from the monochage into <prefix>/bin and
<prefix>/lib
5. in mcs make install

Jackson



_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list




_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to