[Mono-bugs] [Bug 74626][Min] New - Cant compile I18N classes under windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 16:33:17 -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 flashdict@gmail.com.

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

--- shadow/74626	2005-04-15 16:33:17.000000000 -0400
+++ shadow/74626.tmp.17442	2005-04-15 16:33:17.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 74626
+Product: Mono Tasks
+Version: 0%
+OS: 
+OS Details: XP Pro+SP2  (Cygwin NT-5.1 1.5.14(0.126/4/2)
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Minor
+Component: Build
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: flashdict@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cant compile I18N classes under windows 
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+I cant get a successful svn build under windows for nearly a week now, and
+I am not sure why.  The make always dies when trying to compile the I18N
+classes with the same error (CS0016).
+
+I was able to get a clean build before the new io layer was merged, but it
+may also have nothing to do with the IO layer.  If this is interesting,
+I'll be happy to investigate it further, but if anyone CAN get a clean
+build of the I18 classes under windows (using CSC to bootstrap), I'll
+assume its something on my end.
+
+
+Steps to reproduce the problem:
+1. Use cygwin (see OS details for my version) to build mcs.
+ 
+
+Actual Results:
+
+make[9]: Entering directory `/home/Bill/src/mcs/class/I18N/West'
+MONO_PATH="../../../class/lib/net_2_0;$MONO_PATH"
+/home/Bill/src/mono/runtime/mono-wrapper ../../../gmcs/gmcs.exe
+/r:mscorlib.dll /r:I18N.dll /nologo /optimize -d:NET_1_1 -d:NET_2_0 /debug+
+/debug:full /noconfig  /target:library /out:../../
+../class/lib/net_2_0/I18N.West.dll 
+@../../../build/deps/net_2_0_I18N.West.dll.response
+
+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