[Mono-list] Mono build broken on Windows

Gert Driesen gert.driesen@pandora.be
Tue, 27 Apr 2004 07:57:25 +0200


Hi,

Apparently the Mono build is broken on Windows :

Making all in runtime
make[2]: Entering directory `/cygdrive/d/cvs/mono/mono/runtime'
cp -f /usr/local/lib/Mono.CSharp.Debugger.dll .
cp: cannot stat `/usr/local/lib/Mono.CSharp.Debugger.dll': No such file or
directory
make[2]: *** [Mono.CSharp.Debugger.dll] Error 1
make[2]: Leaving directory `/cygdrive/d/cvs/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/cvs/mono/mono'
make: *** [all] Error 2

The Mono.CSharp.Debugger assembly is only built on unix, hence the error ...

Gert