[MonoDevelop] Trying To Compile Monodevelop

David P. Donahue ddonahue@ccs.neu.edu
Wed, 27 Apr 2005 20:29:51 -0400


When I compile Gecko-sharp-0.7....

mcs --unsafe --target library 
-r:/usr/lib/mono/gtk-sharp-2.0/glib-sharp.dll 
-r:/usr/lib/mono/gtk-sharp-2.0/pango-sharp.dll 
-r:/usr/lib/mono/gtk-sharp-2.0/atk-sharp.dll 
-r:/usr/lib/mono/gtk-sharp-2.0/gdk-sharp.dll 
-r:/usr/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 `/usr/src/gecko-sharp-2.0-0.7/gtkmozembed'
make: *** [all-recursive] Error 1



Regards,
David P. Donahue
ddonahue@ccs.neu.edu




John Luke wrote:
> On Wed, 2005-04-27 at 19:58 -0400, David P. Donahue wrote:
> 
>>There must be some easier way to find the required packages...
>>
>>No package 'gtksourceview-sharp-2.0' found
>>
>>The latest gtksourceview-sharp I could find was 0.5, which was linked 
>>from the Monodevelop website.
>>
> 
> 
> http://monodevelop.com/release_notes/0.6.html
> has a link to gtksourceview-sharp 0.7 ...
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
>