Topic: [Solved] gtkpod install problems

I've been trying to install gtkpod. Then I get this error:

:~/Desktop/gtkpod-1.0.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether NLS is requested... yes
checking for intltool >= 0.33... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: in `/home/greenys/Desktop/gtkpod-1.0.0':
configure: error: *** Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
See `config.log' for more details.

But:

:~/Desktop/gtkpod-1.0.0$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libgtk2.0-dev is already the newest version.

I've tried building from source and run into a multitude of other problems with pango.

Can anyone please advise?

Last edited by guriinii (2010-08-30 19:44:05)

#!Crunchbang - an inverted wall of learning, definitely no curve!

Re: [Solved] gtkpod install problems

Why are you compiling gtkpod? Is something wrong with the version in the repos?

sudo apt-get update
sudo apt-get install gtkpod
Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: [Solved] gtkpod install problems

Thank you!! Sorry, moment of idiocy.

My system won't recognise my iphone. I have  libgpod4 installed and i tried to install ifuse but some of dependencies won't install, like libimobiledevice0.

I am at a loss, again.

#!Crunchbang - an inverted wall of learning, definitely no curve!

Re: [Solved] gtkpod install problems

Try using these instructions to connect your iPhone:

http://www.ubuntugeek.com/how-to-connec … hardy.html

If you already followed that guide, then it would help if you posted what step you got stuck on and the specific errors you get.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: [Solved] gtkpod install problems

I've followed this guide but used aptitude to solve the dependency issues. But my system STILL won't recognise my device. I tried this, which I saw on an ubuntu thread:

sudo mkdir /media/iphone
sudo ifuse /media/iphone

This didn't work.

#!Crunchbang - an inverted wall of learning, definitely no curve!

Re: [Solved] gtkpod install problems

BTW guriinii, don't put SOLVED in your thread title unless its really solved.

And if it is solved, please mention what fixed it.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: [Solved] gtkpod install problems

OK, understood. Sorry

Here's the fix: I followed first post and the tutorial, as posted by anonymous. Then:

sudo aptitude install ifuse

instead of:

sudo apt-get install ifuse

That'll fix any dependency issues.
My initial problem is solved, but alas a new one has occured. Getting gtkpod to work with iFuse, for this I believe that this is the answer: http://cgsbay.com/mount-iphone-ipod-tou … omment-190
Although this has caused me some troubles that I have not yet solved.

#!Crunchbang - an inverted wall of learning, definitely no curve!