valter
August 31st, 2005, 10:16 AM
Hi
I tried this (http://www.mono-project.com/Gtk:HelloWorld) tutorial but:
admin@ubuntu:~/c#$ mcs hellow.cs hellow.cs(6) error CS0234: The type or namespace name `Drawing' could not be found in namespace `System'
hellow.cs(17) error CS0246: Cannot find type 'DeleteEventArgs'
hellow.cs(3) error CS0246: The namespace `Gtk' can not be found (missing assembly reference?)
Try using -pkg:gtk-sharp
hellow.cs(4) error CS0246: The namespace `GtkSharp' can not be found (missing assembly reference?)
Try using -pkg:gtk-sharp
hellow.cs(6) error CS0234: The type or namespace name `Drawing' could not be found in namespace `System'
hellow.cs(6) error CS0246: The namespace `System.Drawing' can not be found (missing assembly reference?)
Try using -r:System.Drawing
Compilation failed: 6 error(s), 0 warnings
admin@ubuntu:~/c#$
Yes gtk-sharp is installed and gtk-sharp2 too. Is problem in backports packages? :-?
I tried this (http://www.mono-project.com/Gtk:HelloWorld) tutorial but:
admin@ubuntu:~/c#$ mcs hellow.cs hellow.cs(6) error CS0234: The type or namespace name `Drawing' could not be found in namespace `System'
hellow.cs(17) error CS0246: Cannot find type 'DeleteEventArgs'
hellow.cs(3) error CS0246: The namespace `Gtk' can not be found (missing assembly reference?)
Try using -pkg:gtk-sharp
hellow.cs(4) error CS0246: The namespace `GtkSharp' can not be found (missing assembly reference?)
Try using -pkg:gtk-sharp
hellow.cs(6) error CS0234: The type or namespace name `Drawing' could not be found in namespace `System'
hellow.cs(6) error CS0246: The namespace `System.Drawing' can not be found (missing assembly reference?)
Try using -r:System.Drawing
Compilation failed: 6 error(s), 0 warnings
admin@ubuntu:~/c#$
Yes gtk-sharp is installed and gtk-sharp2 too. Is problem in backports packages? :-?