PDA

View Full Version : [ubuntu] Problem compiling Banshee



frangoitia
April 18th, 2010, 08:07 PM
When trying to compile the last version from source, it gives me the following error:


checking for GDATASHARP... configure: error: Package requirements (gdata-sharp-core >= 1.4
gdata-sharp-youtube >= 1.4) were not met:

No package 'gdata-sharp-core' found
No package 'gdata-sharp-youtube' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GDATASHARP_CFLAGS
and GDATASHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Any help would be appreciate it.
Thanks in advance.

tom4everitt
April 18th, 2010, 08:55 PM
If you run

sudo aptitude search gdata

you will get a list of packages that you probably need to install. I'm not sure exactly which are required, but packages ending with -dev are usually interesting when compiling.

So install what seems appropriate, and then try compiling again.

frangoitia
April 18th, 2010, 10:07 PM
If you run

sudo aptitude search gdata

you will get a list of packages that you probably need to install. I'm not sure exactly which are required, but packages ending with -dev are usually interesting when compiling.

So install what seems appropriate, and then try compiling again.
Yes, already ve done that and didnt work.
Thanks you anyway.

oldos2er
April 19th, 2010, 02:10 AM
Banshee has both a stable and unstable PPA: https://launchpad.net/~banshee-team/+archive/ppa

mingetch
April 18th, 2011, 08:36 PM
In my case the libgdata missing package was solved with libgdata-cil-dev pagckage, next are the other dependecies i needed to install in my system

aptitude install mono-2.0-devel monodoc-banshee-manual libndesk-dbus-glib1.0-cil-dev libgstreamer-plugins-base0.10-dev libboo-cil-dev libgdata-cil-dev gtk-sharp2 libsqlite3-dev libgconf2.0-cil-dev libmtp-dev libgpod-cil-dev libipodui-cil-dev libipod-cil-dev libmono-zeroconf-cil-dev
Using: Ubuntu 10.10 x86_64 GNU/Linux

cheers

mingetch