[Mono-bugs] [Bug 80749][Nor] Changed - ironpython 1.1a1 doesn't build anymore.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Feb 12 19:19:08 EST 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=80749
--- shadow/80749 2007-02-12 19:14:58.000000000 -0500
+++ shadow/80749.tmp.15240 2007-02-12 19:19:08.000000000 -0500
@@ -304,6 +304,20 @@
We produce following error which seems to me ok.
?.cs(15,7): error CS0534: `C' does not implement inherited abstract
member `A.M()'
+
+------- Additional Comments From marek.safar at seznam.cz 2007-02-12 19:19 -------
+To compile successfully with csc & mcs change following line in
+Generator.cs
+
+From
+
+partial class PythonGenerator : CodeCompiler, ICodeCompiler,
+ICodeGenerator {
+
+To
+
+partial class PythonGenerator : CodeCompiler, ICodeCompiler {
+
More information about the mono-bugs
mailing list