[MonoDevelop] Trying To Compile Monodevelop

Denis Gervalle dgl@softec.st
Thu, 28 Apr 2005 20:53:01 +0200


I have had the same experience yesterday. It seems that the 0.7 package
from the monodevelop site is broken. I have finally taken
gtkmozembed-sharp from the anonymous SVN mirror. If you have Subversion
installed, you can get it using: svn co
svn://svn.myrealbox.com/source/trunk/gtkmozembed-sharp
Then launch ./autogen to build and run configure.

hope this helps,

Denis

David P. Donahue wrote:
> 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
>>
>>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list

-- 
Denis Gervalle
SOFTEC sa
http://www.softec.st

(GPG:0x0C31F803)