[Mono-bugs] [Bug 74638][Nor] New - Cant build gmcs on svn r43095 under Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 15:06:19 -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=74638
--- shadow/74638 2005-04-16 15:06:19.000000000 -0400
+++ shadow/74638.tmp.24523 2005-04-16 15:06:19.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 74638
+Product: Mono Tasks
+Version: 0%
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Build
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: flashdict@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Cant build gmcs on svn r43095 under Windows
+
+When finished building all of the 1.1 libraries, mcs tries to compile gmcs
+and receives the error:
+
+
+
+make[8]: Leaving directory `/home/Bill/src/mcs'
+MONO_PATH="../class/lib/net_2_0_bootstrap;$MONO_PATH"
+/home/Bill/src/mono/runtime/mono-wrapper
+../class/lib/net_2_0_bootstrap/mcs.exe /nologo /optimize -d:NET_1_1
+-d:NET_2_0 /debug+ /debug:full /target:exe /out:gmcs.exe cs-parser.cs @../
+build/deps/gmcs.exe.response
+syntax error, got token `CATCH'
+cs-parser.jay(5157) error CS8025: Parsing error
+Compilation failed: 1 error(s), 0 warnings
+make[7]: *** [gmcs.exe] Error 1
+make[7]: Leaving directory `/home/Bill/src/mcs/gmcs'