[Mono-bugs] [Bug 53143][Nor] Changed - mcs compilation fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 19:40:46 -0500 (EST)
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 efbrasil@superig.com.br.
http://bugzilla.ximian.com/show_bug.cgi?id=53143
--- shadow/53143 2004-01-20 18:41:06.000000000 -0500
+++ shadow/53143.tmp.29549 2004-01-20 19:40:46.000000000 -0500
@@ -3,13 +3,13 @@
Version: unspecified
OS: other
OS Details: Debian/SID
Status: NEW
Resolution:
Severity: Unknown
-Priority: Major
+Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: efbrasil@superig.com.br
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -95,6 +95,16 @@
995 System.Threading/WaitOrTimerCallback.cs
996 -e touch $@
------- Additional Comments From gonzalo@ximian.com 2004-01-20 18:41 -------
What you paste the lines around line 996 in
../../build/deps/corlib.dll.makefrag?
+
+------- Additional Comments From efbrasil@superig.com.br 2004-01-20 19:40 -------
+The compilation error was:
+../../build/deps/corlib.dll.makefrag:996: *** missing separator. Stop.
+
+This file, corlib.dll.makefrag has exactly 996 lines.
+I don't know what is trying to parse this file, so i don't know what
+was the correct syntax for this file.
+
+I'll attach the whole file.