[Gtk-sharp-list] Strange problems when compiling gecko-sharp

Antonio Martínez Alvarez amartinez@atc.ugr.es
Fri, 07 May 2004 18:56:15 +0200


Hello friends.

I have updated and compiled from cvs my copies of mono, gtk-sharp and 
monodoc.
Now I want to install MonoDevelop 0.3 and I'm having this problem when 
compiling gecko-sharp (from 
http://www.go-mono.com/archive/beta1/gecko-sharp-0.3.tar.gz):

Making all in gtkmozembed
make[1]: Entering directory 
`/home/amartinez/try/mono/gecko-sharp-0.3/gecko-sharp-0.3/gtkmozembed'
mcs --unsafe --target library -L /usr/local/lib \
-r glib-sharp.dll -r gtk-sharp.dll -r gdk-sharp.dll \
./NewWindowOrphan_handler.cs ./NewWindow_delegate.cs 
./NewWindow_handler.cs ./AssemblyInfo.cs generated/*.cs -o gecko-sharp.dll
./NewWindowOrphan_handler.cs(10) error CS0246: Cannot find type 
`GtkSharp.SignalArgs'
./NewWindow_delegate.cs(12) error CS0246: Cannot find type `SignalCallback'
./NewWindow_handler.cs(10) error CS0246: Cannot find type 
`GtkSharp.SignalArgs'
Compilation failed: 3 error(s), 0 warnings
make[1]: *** [gecko-sharp.dll] Error 1
make[1]: Leaving directory 
`/home/amartinez/try/mono/gecko-sharp-0.3/gecko-sharp-0.3/gtkmozembed'
make: *** [all-recursive] Error 1


Uhm ... I have tried a simple program which uses GtkSharp.SignalArgs and 
mcs throws the same error.
Note: I do successfull compile my tiny gtk-sharp programs. Is it a 
change to the Gtk-Sharp API not supported by geckop-sharp?

Thanks.

--
Antonio Martínez