Re: [Banshee-List] Error compilling Banshee 1.5.2



On Wed, 2010-01-06 at 14:11 -0800, LMW wrote:
> Greetings!
> 
> I'm trying to compile Bashee 1.5.2 on Debian 5 lenny x64. 
> "Configure" stage finish up with no errors.
> After "make" I get an error:
> 
> ./Hyena.Data.Gui/Accessibility/ColumnCellAccessible.cs(48,41): error CS0115:
> `Hyena.Data.Gui.Accessibility.ColumnCellAccessible.OnRefStateSet()' is
> marked as an override but no suitable method found to override
> ./Hyena.Data.Gui/Accessibility/ColumnCellAccessible.cs(72,32): error CS0115:
> `Hyena.Data.Gui.Accessibility.ColumnCellAccessible.OnGetIndexInParent()' is
> marked as an override but no suitable method found to override
> ./Hyena.Data.Gui/Accessibility/ColumnHeaderCellTextAccessible.cs(51,41):
> error CS0115:
> `Hyena.Data.Gui.Accessibility.ColumnHeaderCellTextAccessible.OnRefStateSet()'
> is marked as an override but no suitable method found to override
> ./Hyena.Gui/BaseWidgetAccessible.cs(59,41): error CS0115:
> `Hyena.Gui.BaseWidgetAccessible.OnRefStateSet()' is marked as an override
> but no suitable method found to override
> ./Hyena.Data.Gui/Accessibility/ListViewAccessible.cs(66,41): error CS0115:
> `Hyena.Data.Gui.Accessibility.ListViewAccessible<T>.OnRefStateSet()' is
> marked as an override but no suitable method found to override
> ./Hyena.Data.Gui/Accessibility/ListViewAccessible.cs(74,32): error CS0115:
> `Hyena.Data.Gui.Accessibility.ListViewAccessible<T>.OnGetIndexInParent()' is
> marked as an override but no suitable method found to override
> 
> Any clue what is that?
> Thank you,
> Konstantin.

That would be this bug :
https://bugzilla.gnome.org/show_bug.cgi?id=602589

Banshee tries to use some methods that are not present in older versions
of gtk-sharp.
It's fixed in current git master, by checking the gtk-sharp version, if
I remember correctly.

-- 
Bertrand Lorentz <bertrand lorentz gmail com>
> http://bl-log.blogspot.com <

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]