[Mono-list] Errors compiling gtkmozembed-sharp

Pedro Santos Pedro Santos <donbonifacio.general@gmail.com>
Sun, 6 Mar 2005 13:11:25 +0000


Hello. I am getting errors compiling gtkmozembed-sharp. Am I missing
something or is gtkmozembed-sharp SVN unstable at the moment? I have
mono and gtk# SVN.

I get this output:

pre:~/mono-svn/gtkmozembed-sharp $ make
Making all in sources
make[1]: Entering directory 
`/home/pre/Programs/Mono/mono-svn/gtkmozembed-sharp/sources'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/home/pre/Programs/Mono/mono-svn/gtkmozembed-sharp/sources'
Making all in gtkmozembed
make[1]: Entering directory 
`/home/pre/Programs/Mono/mono-svn/gtkmozembed-sharp/gtkmozembed'
mcs --unsafe --target library 
-r:/home/pre/bin/mono-svn//lib/mono/gtk-sharp-2.0/glib-sharp.dll 
-r:/home/pre/bin/mono-svn//lib/mono/gtk-sharp-2.0/pango-sharp.dll 
-r:/home/pre/bin/mono-svn//lib/mono/gtk-sharp-2.0/atk-sharp.dll 
-r:/home/pre/bin/mono-svn//lib/mono/gtk-sharp-2.0/gdk-sharp.dll 
-r:/home/pre/bin/mono-svn//lib/mono/gtk-sharp-2.0/gtk-sharp.dll   \
./NewWindowOrphan_handler.cs ./NewWindow_delegate.cs ./NewWindow_handler.cs 
AssemblyInfo.cs generated/*.cs -o gecko-sharp.dll
./NewWindow_delegate.cs(12) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
./NewWindow_delegate.cs(45) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
./NewWindow_delegate.cs(68) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(75) error CS1502: The best overloaded match for method 'void 
Gecko.WebControl.gtk_moz_embed_set_profile_path ( System.IntPtr,  
System.IntPtr)' has some invalid arguments
WebControl.custom(75) error CS1503: Argument 0: Cannot convert from 'string' 
to ' System.IntPtr'
WebControl.custom(75) error CS1501: No overload for method 
`gtk_moz_embed_set_profile_path' takes `2' arguments
WebControl.custom(81) error CS1502: The best overloaded match for method 'void 
Gecko.WebControl.gtk_moz_embed_set_profile_path ( System.IntPtr,  
System.IntPtr)' has some invalid arguments
WebControl.custom(81) error CS1503: Argument 0: Cannot convert from 'string' 
to ' System.IntPtr'
WebControl.custom(81) error CS1501: No overload for method 
`gtk_moz_embed_set_profile_path' takes `2' arguments
WebControl.custom(39) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(45) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(36) warning CS0618: 'GLib.Object.BeforeHandlers' is 
obsolete: 'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(37) warning CS0618: 'GLib.Object.BeforeSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(39) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(39) warning CS0618: 'GLib.Object.BeforeSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(40) warning CS0618: 'GLib.Object.BeforeHandlers' is 
obsolete: 'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(42) warning CS0618: 'GLib.Object.AfterHandlers' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(43) warning CS0618: 'GLib.Object.AfterSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(45) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(45) warning CS0618: 'GLib.Object.AfterSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(46) warning CS0618: 'GLib.Object.AfterHandlers' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(56) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(56) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(50) warning CS0618: 'GLib.Object.AfterHandlers' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(51) warning CS0618: 'GLib.Object.AfterSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(53) warning CS0618: 'GLib.Object.BeforeHandlers' is 
obsolete: 'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(54) warning CS0618: 'GLib.Object.BeforeSignals' is obsolete: 
'Replaced by GLib.Signal marshaling mechanism.'
WebControl.custom(61) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
WebControl.custom(65) warning CS0618: 'GLib.SignalCallback' is obsolete: 
'Replaced by GLib.Signal.'
Compilation failed: 6 error(s), 23 warnings
make[1]: *** [gecko-sharp.dll] Error 1
make[1]: Leaving directory 
`/home/pre/Programs/Mono/mono-svn/gtkmozembed-sharp/gtkmozembed'
make: *** [all-recursive] Error 1