[Mono-bugs] [Bug 61952][Maj] Changed - mcs 1.0 crashes in metadata.c
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Jul 2004 12:09:12 -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 tiborbiro@rogers.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61952
--- shadow/61952 2004-07-26 11:47:32.000000000 -0400
+++ shadow/61952.tmp.4174 2004-07-26 12:09:12.000000000 -0400
@@ -119,6 +119,24 @@
------- Additional Comments From tiborbiro@rogers.com 2004-07-26 11:47 -------
The attachment I just uploaded is a ZIP archive, looks like the file
type is lost when downloading.
+
+------- Additional Comments From tiborbiro@rogers.com 2004-07-26 12:09 -------
+Workaround.
+
+The compiler is happy if all the files are compiled at the same time.
+In my case this is OK for development. So if I replace the
+monoCompile.cmd file with the following everthing compiles:
+
+mkdir D:\Projects\Personal\MonoBug\mono
+del /Q D:\Projects\Personal\MonoBug\mono\*.*
+
+cd D:\Projects\Personal\MonoBug\UserTest
+call "C:\Program Files\Mono-1.0\bin\mcs.bat" -r:System -target:exe
+-out:D:\Projects\Personal\MonoBug\Mono\UserTest.exe Using.cs
+..\Core\Core.cs
+
+cd D:\Projects\Personal\MonoBug
+