[Mono-bugs] [Bug 74939][Nor] Changed - CS1028 when there is an #if for the #endif

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 14:59:06 EDT 2005


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 duncan at ximian.com.

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

--- shadow/74939	2005-06-09 04:24:14.000000000 -0400
+++ shadow/74939.tmp.17548	2005-06-09 14:59:06.000000000 -0400
@@ -154,6 +154,24 @@
 syntax error, got token `IDENTIFIER'
 ComIStreamMarshaler.cs(944) error CS1002: Expecting `;'
 ComIStreamMarshaler.cs(976) error CS1027: #endif/#endregion expected
 syntax error, got token `IDENTIFIER'
 ComIStreamMarshaler.cs(978) error CS1002: Expecting `;'
 Compilation failed: 6 error(s), 0 warnings
+
+------- Additional Comments From duncan at ximian.com  2005-06-09 14:59 -------
+Kornal, maybe you didn't make install? It worked on my machine.
+
+polysemy:~/Desktop $ mcs /t:library ComIStreamMarshaler.cs
+ComIStreamMarshaler.cs(732) warning CS0169: The private method
+'System.Drawing.ComIStreamMarshaler.GetInstance( string)' is never used
+ComIStreamMarshaler.cs(125) warning CS0169: The private field
+'System.Drawing.ComIStreamMarshaler.ManagedToNativeWrapper.managedVtable'
+is never used
+ComIStreamMarshaler.cs(127) warning CS0169: The private field
+'System.Drawing.ComIStreamMarshaler.ManagedToNativeWrapper.vtableDestructor'
+is never used
+Compilation succeeded - 3 warning(s)
+
+Maybe it also has to do with adding the thing Martin mentioned above.
+
+I'm running make bootstrap-world now.


More information about the mono-bugs mailing list