[Mono-bugs] [Bug 75579][Wis] Changed - Win32 Build Fails using MS csc.exe

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 05:32:55 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by kornelpal at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75579

--- shadow/75579	2006-03-10 03:41:44.000000000 -0500
+++ shadow/75579.tmp.15346	2006-03-10 05:32:55.000000000 -0500
@@ -284,6 +284,30 @@
 make: *** [all] Error 2
 
 ------- Additional Comments From atsushi at ximian.com  2006-03-10 03:41 -------
 Shouldn't we just close this bug as either INVALID or WONTFIX since we
 never support compiling classlibs with csc (as it will absolutely fail
 at least at System.Web.dll where we use iterators in 1.x profile) ?
+
+------- Additional Comments From kornelpal at hotmail.com  2006-03-10 05:32 -------
+I have written this previously:
+"I think Mono should either default to mcs on Win32 as well or 
+should support csc.exe and MS runtime for building because I really 
+was never able to compile Mono using MS csc.exe and MS runtime while 
+I was able to compile it using mcs and Mono runtime."
+
+So that time csc.exe seemed to be supported as it was used but in 
+fact it wasn't supported that was a bug.
+
+My problem was that csc.exe was the default C# compiler on Windows 
+but that was unable to compile mcs tree so make always had to be 
+executed like this:
+"make EXTERNAL_MCS=/usr/local/bin/mcs 
+EXTERNAL_RUNTIME=/usr/local/bin/mono"
+
+Since SVN r48695 mcs is used as default C# compiler on Windows as 
+well so the above described problem is now fixed.
+
+Please don't close this as INVALID as this problem caused build 
+failure on Windows using default options.
+
+If we don't want to support csc.exe this should be closed as WONTFIX.


More information about the mono-bugs mailing list