[Gtk-sharp-list] Compile error

Alvaro A. Ramirez alramire@syr.edu
03 Apr 2003 14:38:26 -0500


Since I upgraded to Mandrake 9.1, I have not been able to compile the
button sample with mcs. I get the following error:


[tuco@stella sample]$ mcs ButtonApp.cs -r /usr/local/lib/gtk-sharp.dll
-r /usr/local/lib/glib-sharp.dll
ButtonApp.cs(20) error CS0246: Cannot find type `Size'
Compilation failed: 1 error(s), 0 warnings
[tuco@stella sample]$


These are the files i got in my lib:

/usr/local/lib/libgtksharpglue.so
/usr/local/lib/libgtksharpglue.la
/usr/local/lib/libgtksharpglue.a
/usr/local/lib/glib-sharp.dll
/usr/local/lib/pango-sharp.dll
/usr/local/lib/atk-sharp.dll
/usr/local/lib/gdk-sharp.dll
/usr/local/lib/gtk-sharp.dll
/usr/local/lib/glade-sharp.dll
/usr/local/lib/art-sharp.dll
/usr/local/lib/gnome-sharp.dll
/usr/local/lib/gconf-sharp.dll
/usr/local/lib/gconf-sharp-peditors.dll

Any ideas? Thanks

Alvaro