[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 06:14:14 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 rharinath at novell.com.

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

--- shadow/75579	2006-03-10 05:50:51.000000000 -0500
+++ shadow/75579.tmp.15792	2006-03-10 06:14:14.000000000 -0500
@@ -314,6 +314,16 @@
 
 ------- Additional Comments From atsushi at ximian.com  2006-03-10 05:50 -------
 To summarize your comment, "don't close it as INVALID but WONTFIX
 because it was not invalid report" ?  It is fruitless argument but
 based on that position the best choice is NOTXIMIAN (assuming it is
 actually NOTMONO) since apparently there is a bug in csc, not in mcs.
+
+------- Additional Comments From rharinath at novell.com  2006-03-10 06:14 -------
+Going back to the original problem, a simple fix would be to protect
+all the SecurityPermission attributes in that file with
+
+  #if !BOOTSTRAP_WITH_OLDLIB
+  ...
+  #endif
+
+This may allow us to bootstrap with CSC.


More information about the mono-bugs mailing list