[Mono-list] Re: Mono-list digest, Vol 1 #1128 - 12 msgs

scheremet@zebra.fh-weingarten.de scheremet@zebra.fh-weingarten.de
Wed, 27 Aug 2003 11:28:42 +0200 (CEST)


Hi,

I tried to install SharpDevelop on Debian GNU Linux with Mono C# compiler
version 0.26.0.0. (Installed from pre-compiled binaries, NOT CVS)

Here's my output:


ps@martin:~/devel/SharpDevelop/src$ cat build.bat
@echo off
Tools\NAnt\bin\nant


ps@martin:~/devel/SharpDevelop/src$ file ./Tools/nant/bin/NAnt.exe
./Tools/nant/bin/NAnt.exe: MS Windows PE 32-bit Intel 80386 console
executable


ps@martin:~/devel/SharpDevelop/src$ ./Tools/nant/bin/NAnt.exe

** (./Tools/nant/bin/NAnt.exe:13721): WARNING **: Could not find assembly
Microsoft.JScript

** (./Tools/nant/bin/NAnt.exe:13721): WARNING **: Could not find assembly
NAnt.Core
cannot open assembly ./Tools/nant/bin/NAnt.exe


As I suppose from http://www.go-mono.com/class-status.html, there's no
class called Microsoft.JScript implemented yet.

Any help?

Thanks,
Paul