[Mono-bugs] [Bug 58128][Blo] Changed - mcs in beta1 version couldn't find assembly references
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 13:10:59 -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 phobeo@sugus.eii.us.es.
http://bugzilla.ximian.com/show_bug.cgi?id=58128
--- shadow/58128 2004-05-07 13:05:46.000000000 -0400
+++ shadow/58128.tmp.1033 2004-05-07 13:10:59.000000000 -0400
@@ -64,6 +64,15 @@
fblaise@lap:~/CVSROOT/mono/test$ mcs heyhey.cs
heyhey.cs(4) error CS0246: The namespace `GtkSharp' can not be found
(missing assembly reference?)
Try using -r:gtk-sharp
Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From phobeo@sugus.eii.us.es 2004-05-07 13:10 -------
+chapeaurouge@madpenguin.org: it's not the same problem
+
+In your case, it only means you're trying to build a gtk-sharp
+dependent progarm without including the gtk-sharp reference
+
+Issuing a: mcs -r:gtk-sharp heyhey.cs
+should work