[Banshee-List] banshee-0.13.1: configure OK, make fails



I tried to install banshee-0.13.1. Configure worked fine:
------------------------------------------------------------------------------------------------------------
$ sudo ./configure --prefix=/usr --disable-docs --enable-ipod
[...]
banshee-0.13.1

Install Prefix: /usr
Datadir: /usr/share
Libdir: /usr/lib

C Compiler: gcc
Mono C# Compiler: /usr/bin/gmcs
Mono Runtime: /usr/bin/mono

Digital Audio Players (DAP):
iPod: no
NJB: no
MTP: no
Karma: no

DAAP Support: yes, Avahi
------------------------------------------------------------------------------------------------------------
(on a sidenote: I'm not sure why it doesn't enable the iPod (or so it seems); I have libipoddevice and ipod-sharp installed)

But then make failed. I'm fairly new to Linux and don't know how to approach this problem. Help is appreciated. As far as I can tell, I have all relevant packages installed.
Below is (I think) all relevant output:

------------------------------------------------------------------------------------------------------------
./TagLib/ReadOnlyByteVector.cs(149,26): warning CS0108: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(byte )' hides inherited member `TagLib.ByteVector.mplicit'. Use the new keyword if hiding was intended
./TagLib/ByteVector.cs(808,32):: `TagLib.ByteVector.implicit operator TagLib.ByteVector (byte)', name of symbol related to previous warning
./TagLib/ReadOnlyByteVector.cs(149,26): error CS0115: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(byte)' : no suitable method found to override
./TagLib/ReadOnlyByteVector.cs(165,26): warning CS0108: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(byte [])' hides inherited member `TagLib.ByteVector.mplicit'. Use the new keyword if hiding was intended
./TagLib/ByteVector.cs(813,32):: `TagLib.ByteVector.implicit operator TagLib.ByteVector(byte[])', name of symbol related to previou s warning
./TagLib/ReadOnlyByteVector.cs(165,26): error CS0115: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(byte[] )': no suitable method found to override
./TagLib/ReadOnlyByteVector.cs(182,26): warning CS0108: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(stri ng)' hides inherited member `TagLib.ByteVector.mplicit'. Use the new keyword if hiding was intended
./TagLib/ByteVector.cs(818,32):: `TagLib.ByteVector.implicit operator TagLib.ByteVector(string)', name of symbol related to previou s warning
./TagLib/ReadOnlyByteVector.cs(182,26): error CS0115: `TagLib.ReadOnlyByteVector.implicit operator TagLib.ReadOnlyByteVector(string )': no suitable method found to override
Compilation failed: 3 error(s), 3 warnings
make[3]: *** [TagLib.dll] Error 1
make[3]: Leaving directory `/home/ludo/banshee- 0.13.1/banshee-0.13.1/ext/taglib-sharp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ludo/banshee-0.13.1/banshee-0.13.1/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ludo/banshee- 0.13.1/banshee-0.13.1'
make: *** [all] Error 2
------------------------------------------------------------------------------------------------------------


Thanks in advance for your time.
Ludo Visser


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