[Mono-bugs] [Bug 74626][Min] Changed - Cant compile I18N classes under windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 15:15:22 -0400 (EDT)
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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74626
--- shadow/74626 2005-04-16 13:16:02.000000000 -0400
+++ shadow/74626.tmp.24548 2005-04-16 15:15:22.000000000 -0400
@@ -47,6 +47,15 @@
error CS0016: Could not write to file
`../../../class/lib/net_2_0/I18N.West.dll', cause: Sharing violation on
path ../../../class/lib/net_2_0\I18N.West.dll
------- Additional Comments From miguel@ximian.com 2005-04-16 13:16 -------
Atsushi, Sebastien, can you reproduce this bug?
+
+------- Additional Comments From atsushi@ximian.com 2005-04-16 15:15 -------
+Well, it has happened on occation. It never happens when you do clean
+build (as our buildbot never complained). The easy workaround is to do
+
+make PROFILE=net_2_0 clean
+
+under mcs/class/I18N and rebuild.
+