[Mono-list] On the road to Monodevelop 0.6!

Dane-Garrin Balia Dane-Garrin Balia <monodev@gmail.com>
Fri, 6 May 2005 17:27:42 +0200


2 weeks later and I'm still hacking...
must  be the special school I went to when I was young.

Anyways, I've managed to get:
All the main mono and mono applications requirements
gtksharp2 [aka 0.9]

Now I am stuck at gtksourceview-0.7
Anyone seen this <I did google for an answer>

[suse 9.3]# make
generated/WebControl.cs(1477) warning CS0169: The private method
'Gecko.WebControl.OverrideLocChange( GLib.GType)' is never used
Compilation failed: 6 error(s), 51 warnings
make[1]: *** [gecko-sharp.dll] Error 1
make[1]: Leaving directory
`/home/dane/today/20050506/gecko-sharp-2.0-0.7/gtkmozembed'
make: *** [all-recursive] Error 1

[ pre error section]
/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

Ok anyone has any clue, any idea, pleaaaaaaaaaaaase help.
I would actually like to run Monodevelop this century...*deep breath*

Thanks in advance.
Dane-Garrin Balia