At this point, mono has been built successfully. If you'll notice, it is only coping Mono.CSharp.Debugger.dll during "make install".
Since the debugger does not work on Windows, the assembly is not needed. The mono-build-w32.sh automatically does a make install. You can always manually copy the assemblies over that you need. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen Sent: Tuesday, April 27, 2004 1:57 AM To: [EMAIL PROTECTED] Subject: [Mono-list] Mono build broken on Windows 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 _______________________________________________ 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
