[Banshee-List] Ipod.Device does not contain a definition for ...



I'm building from source. Thus far I believe I've built and installed all the dependencies (libipoddevice-0.5.4, podsleuth, ipod- sharp-0.8.0). When running make on the banshee-0.13.1 source I get the following errors in the Dap section:


Making all in Dap
make[3]: Entering directory `/home/sprotsman/development/ banshee-0.13.1/src/Dap'
Making all in Banshee.Dap.Ipod
make[4]: Entering directory `/home/sprotsman/development/ banshee-0.13.1/src/Dap/Banshee.Dap.Ipod' MONO_PATH=../../../ext/dbus-sharp /usr/bin/gmcs -debug -nowarn:0278 - r:../../../src/Core/Banshee.Base/Banshee.Base.dll -r:../../../src/ Core/Banshee.Widgets/Banshee.Widgets.dll -r:../../../ext/taglib-sharp/ TagLib.dll -target:library -out:Banshee.Dap.Ipod.dll -r:../../../ext/ taglib-sharp/TagLib.dll -r:../../../ext/hal-sharp/Hal.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll -r:/usr/lib/ pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll -r:/usr/ lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll -r:/usr/ lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll -r:/usr/ lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp-peditors.dll -r:Mono.Posix -r:/usr/lib/ipod-sharp/ipod-sharp.dll -r:/usr/lib/ipod- sharp/ipod-sharp-ui.dll ../../../src/AssemblyInfo.cs ./IpodDap.cs ./ IpodMetadataProvider.cs ./IpodQueryJob.cs ./IpodDapTrackInfo.cs ./ UnsupportedDatabaseView.cs ./DatabaseRebuilder.cs ./IpodDap.cs(91,50): error CS0117: `IPod.Device' does not contain a definition for `Generation' ./IpodDap.cs(92,45): error CS0117: `IPod.Device' does not contain a definition for `Model' ./IpodDap.cs(93,52): error CS0117: `IPod.Device' does not contain a definition for `ModelNumber' ./IpodDap.cs(94,53): error CS0117: `IPod.Device' does not contain a definition for `SerialNumber' ./IpodDap.cs(98,23): error CS0117: `IPod.Device' does not contain a definition for `ProductionYear' ./IpodDap.cs(101,80): error CS0117: `IPod.Device' does not contain a definition for `ProductionWeek' ./IpodDap.cs(118,26): error CS0144: Cannot create an instance of the abstract class or interface `IPod.Device' /usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error) ./IpodDap.cs(214,46): error CS0117: `IPod.Device' does not contain a definition for `IsNew' ./IpodDap.cs(361,27): error CS0117: `IPod.Device' does not contain a definition for `Model' ./IpodDap.cs(405,20): error CS0117: `IPod.Device' does not contain a definition for `UserName' ./IpodDap.cs(436,31): error CS0117: `IPod.Device' does not contain a definition for `UserName' ./IpodDap.cs(442,31): error CS0117: `IPod.Device' does not contain a definition for `VolumeSize' ./IpodDap.cs(448,31): error CS0117: `IPod.Device' does not contain a definition for `VolumeUsed' ./IpodDap.cs(454,32): error CS0117: `IPod.Device' does not contain a definition for `CanWrite'
Compilation failed: 14 error(s), 0 warnings
make[4]: *** [Banshee.Dap.Ipod.dll] Error 1
make[4]: Leaving directory `/home/sprotsman/development/ banshee-0.13.1/src/Dap/Banshee.Dap.Ipod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sprotsman/development/ banshee-0.13.1/src/Dap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sprotsman/development/ banshee-0.13.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sprotsman/development/banshee-0.13.1'
make: *** [all] Error 2

I'd appreciate any pointers. I'm running SLED 10 SP1.

--Shawn


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