[Mono-list] Gtk# error

Carlos Cesario ccesario@isic.com.br
Mon, 21 Oct 2002 18:10:46 -0200


Hi..

I'm trying to compile GTK# but the following error is showing:
----------------
.
.
.
mcs --unsafe -o glade-viewer.exe -L ../glib -L ../pango -L ../atk -L 
../gdk -L ../gtk  -L ../glade  -r glib-sharp.dll -r pango-sharp.dll -r 
atk-sharp.dll -r gdk-sharp.dll -r gtk-sharp.dll  -r glade-sharp.dll -r 
System.Drawing GladeViewer.cs
GladeViewer.cs(24) error CS0246: Cannot find type `Program'
Compilation failed: 1 error(s), 0 warnings
make[1]: *** [glade-viewer.exe] Error 1
make[1]: Leaving directory `/usr/src/mono/gtk-sharp/sample'
make: *** [binding] Error 1
[root@tec14ccesario gtk-sharp]#
----------------------------

I have the packages glade / glade-common / libglade / libglade-dev 
installed in my Debian SID

anybody knows how to fix it?


Greets

Carlos Cesario