Whenever I try to install GTKpod from Synaptic, it says:

gtkpod:
  Depends: libpango1.0-0 (>=1.18.3) but 1.18.2-0ubuntu1 is to be installed

Why won't it resolve this dependency on its own? Is there another way to install it?

(Ubuntu Linux 7.10)


EDIT:
And in terminal:

alex@alex-laptop:~$ sudo apt-get install gtkpod
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gtkpod: Depends: libpango1.0-0 (>= 1.18.3) but 1.18.2-0ubuntu1 is to be installed
E: Broken packages
alex@alex-laptop:~$

Recommended Answers

All 25 Replies

>Why won't it resolve this dependency on its own?
Because the latest version of libpango in the Feisty repositories is version 1.18.2. In other words, it's either downloading the wrong version gtkpod, and/or something is broken, because the package web page on Ubuntu for gtkpod states the libpango dependency as having to be >=1.17.4.

The quick-and-dirty method (well, sorta) would be to simply download the i386 .deb from the Ubuntu page linked to (see above). To the install the .deb, you would simply cd to the directory where you downloaded the file, and run something like this:

$ sudo dpkg -i gtkpod.deb

Where "gtkpod.deb" is obviously, the name of the .deb file you downloaded.

The better method would be to examine the /etc/apt/sources.list file to determine if there's a repository that's screwing everything up (for example, you should have the 'universe' repository added, and it should be before the 'unstable' repo). Then you would do an apt-get update to reload the settings and try again. Alternatively, you can also try the aptitude tool, which works in a similar manner as apt-get, but is better at resolving dependency issues and such.

DUDE. You're seriously awesome! That worked (the sudo dpkg fix). Thank you so much.

Alright, GTKpod problems now!

I can easily mount my iPod touch now (ipod-touch-mount from terminal) to /media/ipod. That's not a problem.
However, once I mounted and loaded the ipod into GTKpod and tried to add my music, it wiped all of my music/videos from the touch (actually, corrupted I think). So now in "About" under the touch it says:

Alex's iPod
Songs: 0
Videos: 0
Photos: 79
Capacity: 14.8 GB
Available 4.0GB

So obviously it didn't wipe it, it just corrupted it. I can't go into the Music or Videos application on the touch, because it says "No Music. You can download music from iTunes." when I open it.

Aah. So, is there any way I can restore this iPod from under Ubuntu Linux?

Or at least replace all of the files on the iPod with new music files (videos are not necessary, I just need my music)?

If not, I can't restore it just yet, I need a box that CAN restore first, if it isn't possible under Linux.

And also, m4a (aac) support. I can't put the files into GTKpod. It just spits an error that I needed to compile some library with GTKpod. How can I add this support? Like half of my music is m4a, and half is mp3. I can play the m4as in Rythmbox, I just can't add them to GTKpod in order to sync to iTunes.

While I've been typing this I've been thinking, couldn't I just open /media/ipod/ and delete all of the corrupt music files from there and try it that way? Would that be okay / reversible if it goes wrong?

I just can't afford to brick this iPod. I also need this music back on it.

Thanks in advance.

-- Alex

alex@alex-laptop:~$ ipod-touch-mount
root@192.168.1.200's password: 
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
alex@alex-laptop:~$

I can't even mount my iPod any more. How do I use the 'nonempty' mount option?

EDIT:
Also, /media/ipod/iTunes/iTunes_Control/Music/FXX (XX being 00 through 49) are EMPTY, which usually carry music and videos. What the heck did I do?

EDIT AGAIN:
Apparently, the most current release of GTKpod corrupts the database on the iPod touch, says here: https://help.ubuntu.com/community/PortableDevices/iPhone .

And it also says that it's temporary, and I can fix the corruption if I revert to version 0.9.12 .

Only one problem...

Err... How do I do that? =P

Edit (I can't edit that post any more):
Never mind the part about no music. It was a simple matter of cleaning out /media/ipod and remounting it. Now it mounts fine.

But still, how do I get the other version of GTKpod?

Actually, turns out it's .99.12, not .9.12, so I downloaded the package and tried to install it, with the error:

alex@alex-laptop:~$ cd Downloads
alex@alex-laptop:~/Downloads$ ls
gtkpod_0.99.10-2_i386.deb  gtkpod_0.99.12-1_i386.deb
alex@alex-laptop:~/Downloads$ sudo dpkg -i gtkpod_0.99.12-1_i386.deb
(Reading database ... 121325 files and directories currently installed.)
Preparing to replace gtkpod 0.99.10-2 (using gtkpod_0.99.12-1_i386.deb) ...
Unpacking replacement gtkpod ...
dpkg: dependency problems prevent configuration of gtkpod:
 gtkpod depends on libc6 (>= 2.7-1); however:
  Version of libc6 on system is 2.6.1-1ubuntu9.
 gtkpod depends on libhal1 (>= 0.5.10); however:
  Version of libhal1 on system is 0.5.9.1-6ubuntu5.
 gtkpod depends on libkrb53 (>= 1.6.dfsg.2); however:
  Version of libkrb53 on system is 1.6.dfsg.1-7build1.
 gtkpod depends on libpango1.0-0 (>= 1.18.4); however:
  Version of libpango1.0-0 on system is 1.18.2-0ubuntu1.
dpkg: error processing gtkpod (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gtkpod
alex@alex-laptop:~/Downloads$

I took the terminal's advice and ran sudo apt-get -f install and it completely removed GTKpod. So now I don't have it, and when I try to run the DEB of the newest version, it spits that same error back at me (as above).

How can I install this properly?

Blah. I hate all this triple posting, but here we go:

I tried to compile the source for GTKpod (0.99.12), which failed. I've never done this before, so correct my errors, please:

alex@alex-laptop:~$ cd Desktop
alex@alex-laptop:~/Desktop$ cd gtkpod-0.99.12/
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$ ./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-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.

And if anyone cares, my config.log:

alex@alex-laptop:~/Desktop/gtkpod-0.99.12$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = alex-laptop
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1920: checking for a BSD-compatible install
configure:1976: result: /usr/bin/install -c
configure:1987: checking whether build environment is sane
configure:2030: result: yes
configure:2058: checking for a thread-safe mkdir -p
configure:2097: result: /bin/mkdir -p
configure:2110: checking for gawk
configure:2140: result: no
configure:2110: checking for mawk
configure:2126: found /usr/bin/mawk
configure:2137: result: mawk
configure:2148: checking whether make sets $(MAKE)
configure:2169: result: yes
configure:2359: checking whether to enable maintainer-specific portions of Makefiles
configure:2368: result: no
configure:2387: checking build system type
configure:2405: result: i686-pc-linux-gnulibc1
configure:2427: checking host system type
configure:2442: result: i686-pc-linux-gnulibc1
configure:2476: checking for style of include used by make
configure:2504: result: GNU
configure:2574: checking for gcc
configure:2590: found /usr/bin/gcc
configure:2601: result: gcc
configure:2839: checking for C compiler version
configure:2846: gcc --version >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2849: $? = 0
configure:2856: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2859: $? = 0
configure:2866: gcc -V >&5
gcc: '-V' option must have argument
configure:2869: $? = 1
configure:2892: checking for C compiler default output file name
configure:2919: gcc    conftest.c  >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2922: $? = 1
configure:2960: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gtkpod"
| #define VERSION "0.99.12"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2967: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_value=
ac_cv_env_GNOME_VFS_CFLAGS_set=
ac_cv_env_GNOME_VFS_CFLAGS_value=
ac_cv_env_GNOME_VFS_LIBS_set=
ac_cv_env_GNOME_VFS_LIBS_value=
ac_cv_env_GTHREAD_CFLAGS_set=
ac_cv_env_GTHREAD_CFLAGS_value=
ac_cv_env_GTHREAD_LIBS_set=
ac_cv_env_GTHREAD_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_HAL_CFLAGS_set=
ac_cv_env_HAL_CFLAGS_value=
ac_cv_env_HAL_LIBS_set=
ac_cv_env_HAL_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBGLADE_CFLAGS_set=
ac_cv_env_LIBGLADE_CFLAGS_value=
ac_cv_env_LIBGLADE_LIBS_set=
ac_cv_env_LIBGLADE_LIBS_value=
ac_cv_env_LIBGNOMECANVAS_CFLAGS_set=
ac_cv_env_LIBGNOMECANVAS_CFLAGS_value=
ac_cv_env_LIBGNOMECANVAS_LIBS_set=
ac_cv_env_LIBGNOMECANVAS_LIBS_value=
ac_cv_env_LIBGPOD_CFLAGS_set=
ac_cv_env_LIBGPOD_CFLAGS_value=
ac_cv_env_LIBGPOD_LIBS_set=
ac_cv_env_LIBGPOD_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-linux-gnulibc1
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run aclocal-1.10'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run tar'
AUTOCONF='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run autoconf'
AUTOHEADER='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run autoheader'
AUTOMAKE='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run automake-1.10'
AWK='mawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CURL_CFLAGS=''
CURL_LIBS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GETTEXT_PACKAGE=''
GLIB_CFLAGS=''
GLIB_LIBS=''
GMODULE_CFLAGS=''
GMODULE_LIBS=''
GMOFILES=''
GMSGFMT=''
GNOME_VFS_CFLAGS=''
GNOME_VFS_LIBS=''
GREP=''
GTHREAD_CFLAGS=''
GTHREAD_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
HAL_CFLAGS=''
HAL_LIBS=''
HAVE_CURL_FALSE=''
HAVE_CURL_TRUE=''
HAVE_FLAC_FALSE=''
HAVE_FLAC_TRUE=''
HAVE_GNOME_VFS_FALSE=''
HAVE_GNOME_VFS_TRUE=''
HAVE_HAL_FALSE=''
HAVE_HAL_TRUE=''
HAVE_LIBMP4V2_FALSE=''
HAVE_LIBMP4V2_TRUE=''
HAVE_LIBVORBISFILE_FALSE=''
HAVE_LIBVORBISFILE_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_POLICY_RULE=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBGLADE_CFLAGS=''
LIBGLADE_LIBS=''
LIBGNOMECANVAS_CFLAGS=''
LIBGNOMECANVAS_LIBS=''
LIBGPOD_CFLAGS=''
LIBGPOD_LIBS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/alex/Desktop/gtkpod-0.99.12/missing --run makeinfo'
MKINSTALLDIRS=''
MOUNT=''
MSGFMT=''
MSGFMT_OPTS=''
OBJEXT=''
PACKAGE='gtkpod'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
UMOUNT=''
USE_NLS=''
VERSION='0.99.12'
XGETTEXT=''
ac_ct_CC='gcc'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/alex/Desktop/gtkpod-0.99.12/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "gtkpod"
#define VERSION "0.99.12"

configure: exit 77
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$

First of all, you want to make sure you have removed the old versions of gtkpod and libgpod before you start with apt-get remove .

It looks like you don't have a compiler installed. In Ubuntu, I believe the main package you need is build-essential , although be prepared to download extra libraries, etc. as you go further into the compilation process. Also, make sure you install libgpod from source before installing gtkpod, as it is a dependency for gtkpod.

I installed build-essential and then started installing libgpod etc and I had to go back a few dependencies (like 4 or 5) back to gettext, which is now on the "make" part of the installation process, next is make install.

Then glib, then libgpod, then gtkpod!

Thank you! I'll sure as heck be posting in here if I get more error messages (which will be definitely).

EDIT: I installed gettext, and glib still won't get past ./configure. It gives me the error

configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html

Should I log out and back in?

EDIT AGAIN:
HAHAHAH. I forgot make install . My badddd.

Oh yes, errors, errors, errors!

alex@alex-laptop:~/Desktop/glib-2.12.9$ cd ..
alex@alex-laptop:~/Desktop$ ls
gettext-0.17  glib-2.12.9  gtkpod-0.99.12.tar.gz  libgpod-0.3.2
alex@alex-laptop:~/Desktop$ cd libgpod-0.3.2/
alex@alex-laptop:~/Desktop/libgpod-0.3.2$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for intltool >= 0.21... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/local/bin/msgfmt
checking for msgmerge... /usr/local/bin/msgmerge
checking for xgettext... /usr/local/bin/xgettext
checking for mremap... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGPOD_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  
checking for LIBGPOD_LIBS... -L/usr/local/lib -lgobject-2.0 -lglib-2.0  
checking for GDKPIXBUF_CFLAGS... 
checking for GDKPIXBUF_LIBS... 
checking for HAL_CFLAGS... 
checking for HAL_LIBS... 
checking for eject... /usr/bin/eject
checking for pumount... no
checking for umount... /bin/umount
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
found xgettext program is not GNU xgettext; ignore it
checking for catalogs to be installed...  de es fr he it ja sv
checking for more warnings... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating libgpod-1.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
alex@alex-laptop:~/Desktop/libgpod-0.3.2$ make
make  all-recursive
make[1]: Entering directory `/home/alex/Desktop/libgpod-0.3.2'
Making all in src
make[2]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/src'
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT itdb_artwork.lo -MD -MP -MF ".deps/itdb_artwork.Tpo" \
          -c -o itdb_artwork.lo `test -f 'itdb_artwork.c' || echo './'`itdb_artwork.c; \
        then mv -f ".deps/itdb_artwork.Tpo" ".deps/itdb_artwork.Plo"; \
        else rm -f ".deps/itdb_artwork.Tpo"; exit 1; \
        fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_artwork.lo -MD -MP -MF .deps/itdb_artwork.Tpo -c itdb_artwork.c  -fPIC -DPIC -o .libs/itdb_artwork.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_artwork.lo -MD -MP -MF .deps/itdb_artwork.Tpo -c itdb_artwork.c -o itdb_artwork.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT itdb_itunesdb.lo -MD -MP -MF ".deps/itdb_itunesdb.Tpo" \
          -c -o itdb_itunesdb.lo `test -f 'itdb_itunesdb.c' || echo './'`itdb_itunesdb.c; \
        then mv -f ".deps/itdb_itunesdb.Tpo" ".deps/itdb_itunesdb.Plo"; \
        else rm -f ".deps/itdb_itunesdb.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_itunesdb.lo -MD -MP -MF .deps/itdb_itunesdb.Tpo -c itdb_itunesdb.c  -fPIC -DPIC -o .libs/itdb_itunesdb.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_itunesdb.lo -MD -MP -MF .deps/itdb_itunesdb.Tpo -c itdb_itunesdb.c -o itdb_itunesdb.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT itdb_playlist.lo -MD -MP -MF ".deps/itdb_playlist.Tpo" \
          -c -o itdb_playlist.lo `test -f 'itdb_playlist.c' || echo './'`itdb_playlist.c; \
        then mv -f ".deps/itdb_playlist.Tpo" ".deps/itdb_playlist.Plo"; \
        else rm -f ".deps/itdb_playlist.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_playlist.lo -MD -MP -MF .deps/itdb_playlist.Tpo -c itdb_playlist.c  -fPIC -DPIC -o .libs/itdb_playlist.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_playlist.lo -MD -MP -MF .deps/itdb_playlist.Tpo -c itdb_playlist.c -o itdb_playlist.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT itdb_track.lo -MD -MP -MF ".deps/itdb_track.Tpo" \
          -c -o itdb_track.lo `test -f 'itdb_track.c' || echo './'`itdb_track.c; \
        then mv -f ".deps/itdb_track.Tpo" ".deps/itdb_track.Plo"; \
        else rm -f ".deps/itdb_track.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_track.lo -MD -MP -MF .deps/itdb_track.Tpo -c itdb_track.c  -fPIC -DPIC -o .libs/itdb_track.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT itdb_track.lo -MD -MP -MF .deps/itdb_track.Tpo -c itdb_track.c -o itdb_track.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT db-artwork-parser.lo -MD -MP -MF ".deps/db-artwork-parser.Tpo" \
          -c -o db-artwork-parser.lo `test -f 'db-artwork-parser.c' || echo './'`db-artwork-parser.c; \
        then mv -f ".deps/db-artwork-parser.Tpo" ".deps/db-artwork-parser.Plo"; \
        else rm -f ".deps/db-artwork-parser.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-parser.lo -MD -MP -MF .deps/db-artwork-parser.Tpo -c db-artwork-parser.c  -fPIC -DPIC -o .libs/db-artwork-parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-parser.lo -MD -MP -MF .deps/db-artwork-parser.Tpo -c db-artwork-parser.c -o db-artwork-parser.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT db-parse-context.lo -MD -MP -MF ".deps/db-parse-context.Tpo" \
          -c -o db-parse-context.lo `test -f 'db-parse-context.c' || echo './'`db-parse-context.c; \
        then mv -f ".deps/db-parse-context.Tpo" ".deps/db-parse-context.Plo"; \
        else rm -f ".deps/db-parse-context.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-parse-context.lo -MD -MP -MF .deps/db-parse-context.Tpo -c db-parse-context.c  -fPIC -DPIC -o .libs/db-parse-context.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-parse-context.lo -MD -MP -MF .deps/db-parse-context.Tpo -c db-parse-context.c -o db-parse-context.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT db-artwork-debug.lo -MD -MP -MF ".deps/db-artwork-debug.Tpo" \
          -c -o db-artwork-debug.lo `test -f 'db-artwork-debug.c' || echo './'`db-artwork-debug.c; \
        then mv -f ".deps/db-artwork-debug.Tpo" ".deps/db-artwork-debug.Plo"; \
        else rm -f ".deps/db-artwork-debug.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-debug.lo -MD -MP -MF .deps/db-artwork-debug.Tpo -c db-artwork-debug.c  -fPIC -DPIC -o .libs/db-artwork-debug.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-debug.lo -MD -MP -MF .deps/db-artwork-debug.Tpo -c db-artwork-debug.c -o db-artwork-debug.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT db-image-parser.lo -MD -MP -MF ".deps/db-image-parser.Tpo" \
          -c -o db-image-parser.lo `test -f 'db-image-parser.c' || echo './'`db-image-parser.c; \
        then mv -f ".deps/db-image-parser.Tpo" ".deps/db-image-parser.Plo"; \
        else rm -f ".deps/db-image-parser.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-image-parser.lo -MD -MP -MF .deps/db-image-parser.Tpo -c db-image-parser.c  -fPIC -DPIC -o .libs/db-image-parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-image-parser.lo -MD -MP -MF .deps/db-image-parser.Tpo -c db-image-parser.c -o db-image-parser.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT db-artwork-writer.lo -MD -MP -MF ".deps/db-artwork-writer.Tpo" \
          -c -o db-artwork-writer.lo `test -f 'db-artwork-writer.c' || echo './'`db-artwork-writer.c; \
        then mv -f ".deps/db-artwork-writer.Tpo" ".deps/db-artwork-writer.Plo"; \
        else rm -f ".deps/db-artwork-writer.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-writer.lo -MD -MP -MF .deps/db-artwork-writer.Tpo -c db-artwork-writer.c  -fPIC -DPIC -o .libs/db-artwork-writer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT db-artwork-writer.lo -MD -MP -MF .deps/db-artwork-writer.Tpo -c db-artwork-writer.c -o db-artwork-writer.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT ithumb-writer.lo -MD -MP -MF ".deps/ithumb-writer.Tpo" \
          -c -o ithumb-writer.lo `test -f 'ithumb-writer.c' || echo './'`ithumb-writer.c; \
        then mv -f ".deps/ithumb-writer.Tpo" ".deps/ithumb-writer.Plo"; \
        else rm -f ".deps/ithumb-writer.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT ithumb-writer.lo -MD -MP -MF .deps/ithumb-writer.Tpo -c ithumb-writer.c  -fPIC -DPIC -o .libs/ithumb-writer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT ithumb-writer.lo -MD -MP -MF .deps/ithumb-writer.Tpo -c ithumb-writer.c -o ithumb-writer.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT ipod-device.lo -MD -MP -MF ".deps/ipod-device.Tpo" \
          -c -o ipod-device.lo `test -f 'ipod-device.c' || echo './'`ipod-device.c; \
        then mv -f ".deps/ipod-device.Tpo" ".deps/ipod-device.Plo"; \
        else rm -f ".deps/ipod-device.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT ipod-device.lo -MD -MP -MF .deps/ipod-device.Tpo -c ipod-device.c  -fPIC -DPIC -o .libs/ipod-device.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT ipod-device.lo -MD -MP -MF .deps/ipod-device.Tpo -c ipod-device.c -o ipod-device.o >/dev/null 2>&1
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall      -g -O2 -MT hal-common.lo -MD -MP -MF ".deps/hal-common.Tpo" \
          -c -o hal-common.lo `test -f 'hal-common.c' || echo './'`hal-common.c; \
        then mv -f ".deps/hal-common.Tpo" ".deps/hal-common.Plo"; \
        else rm -f ".deps/hal-common.Tpo"; exit 1; \
        fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT hal-common.lo -MD -MP -MF .deps/hal-common.Tpo -c hal-common.c  -fPIC -DPIC -o .libs/hal-common.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wall -g -O2 -MT hal-common.lo -MD -MP -MF .deps/hal-common.Tpo -c hal-common.c -o hal-common.o >/dev/null 2>&1
/bin/bash ../libtool --mode=link gcc  -g -O2   -o libgpod.la -rpath /usr/local/lib -version-info 302:0:302 -no-undefined itdb_artwork.lo itdb_itunesdb.lo itdb_playlist.lo itdb_track.lo db-artwork-parser.lo db-parse-context.lo db-artwork-debug.lo db-image-parser.lo db-artwork-writer.lo ithumb-writer.lo ipod-device.lo hal-common.lo  -L/usr/local/lib -lgobject-2.0 -lglib-2.0    
gcc -shared  .libs/itdb_artwork.o .libs/itdb_itunesdb.o .libs/itdb_playlist.o .libs/itdb_track.o .libs/db-artwork-parser.o .libs/db-parse-context.o .libs/db-artwork-debug.o .libs/db-image-parser.o .libs/db-artwork-writer.o .libs/ithumb-writer.o .libs/ipod-device.o .libs/hal-common.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so  -Wl,-soname -Wl,libgpod.so.0 -o .libs/libgpod.so.0.302.0
(cd .libs && rm -f libgpod.so.0 && ln -s libgpod.so.0.302.0 libgpod.so.0)
(cd .libs && rm -f libgpod.so && ln -s libgpod.so.0.302.0 libgpod.so)
ar cru .libs/libgpod.a  itdb_artwork.o itdb_itunesdb.o itdb_playlist.o itdb_track.o db-artwork-parser.o db-parse-context.o db-artwork-debug.o db-image-parser.o db-artwork-writer.o ithumb-writer.o ipod-device.o hal-common.o
ranlib .libs/libgpod.a
creating libgpod.la
(cd .libs && rm -f libgpod.la && ln -s ../libgpod.la libgpod.la)
make[2]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/src'
Making all in tests
make[2]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/tests'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall   -I../src -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"    -g -O2 -MT test-ipod-device.o -MD -MP -MF ".deps/test-ipod-device.Tpo" \
          -c -o test-ipod-device.o `test -f 'test-ipod-device.c' || echo './'`test-ipod-device.c; \
        then mv -f ".deps/test-ipod-device.Tpo" ".deps/test-ipod-device.Po"; \
        else rm -f ".deps/test-ipod-device.Tpo"; exit 1; \
        fi
/bin/bash ../libtool --mode=link gcc  -g -O2   -o test-ipod-device  test-ipod-device.o  -L/usr/local/lib -lgobject-2.0 -lglib-2.0     ../src/libgpod.la
mkdir .libs
gcc -g -O2 -o .libs/test-ipod-device test-ipod-device.o  -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so ../src/.libs/libgpod.so -Wl,--rpath -Wl,/usr/local/lib
creating test-ipod-device
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wall   -I../src -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"    -g -O2 -MT itdb_main.o -MD -MP -MF ".deps/itdb_main.Tpo" \
          -c -o itdb_main.o `test -f 'itdb_main.c' || echo './'`itdb_main.c; \
        then mv -f ".deps/itdb_main.Tpo" ".deps/itdb_main.Po"; \
        else rm -f ".deps/itdb_main.Tpo"; exit 1; \
        fi
/bin/bash ../libtool --mode=link gcc  -g -O2   -o test-itdb  itdb_main.o  -L/usr/local/lib -lgobject-2.0 -lglib-2.0     ../src/libgpod.la
gcc -g -O2 -o .libs/test-itdb itdb_main.o  -L/usr/local/lib /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so ../src/.libs/libgpod.so -Wl,--rpath -Wl,/usr/local/lib
creating test-itdb
make[2]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/tests'
Making all in po
make[2]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/po'
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/local/bin/msgfmt -o $file de.po
/usr/local/bin/msgfmt: error while loading shared libraries: libgettextsrc-0.17.so: cannot open shared object file: No such file or directory
make[2]: *** [de.gmo] Error 127
make[2]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2'
make: *** [all] Error 2
[B]alex@alex-laptop:~/Desktop/libgpod-0.3.2$ sudo make install[/B]
Making install in src
make[1]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/src'
make[2]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/src'
/bin/bash ../mkinstalldirs /usr/local/lib
 /bin/bash ../libtool --mode=install /usr/bin/install -c  libgpod.la /usr/local/lib/libgpod.la
/usr/bin/install -c .libs/libgpod.so.0.302.0 /usr/local/lib/libgpod.so.0.302.0
(cd /usr/local/lib && rm -f libgpod.so.0 && ln -s libgpod.so.0.302.0 libgpod.so.0)
(cd /usr/local/lib && rm -f libgpod.so && ln -s libgpod.so.0.302.0 libgpod.so)
/usr/bin/install -c .libs/libgpod.lai /usr/local/lib/libgpod.la
/usr/bin/install -c .libs/libgpod.a /usr/local/lib/libgpod.a
ranlib /usr/local/lib/libgpod.a
chmod 644 /usr/local/lib/libgpod.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../mkinstalldirs /usr/local/include/gpod-1.0/gpod
mkdir -p -- /usr/local/include/gpod-1.0/gpod
 /usr/bin/install -c -m 644 itdb.h /usr/local/include/gpod-1.0/gpod/itdb.h
 /usr/bin/install -c -m 644 ipod-device.h /usr/local/include/gpod-1.0/gpod/ipod-device.h
make[2]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/src'
make[1]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/src'
Making install in tests
make[1]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/tests'
make[2]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/tests'
make[1]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/tests'
Making install in po
make[1]: Entering directory `/home/alex/Desktop/libgpod-0.3.2/po'
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/local/bin/msgfmt -o $file de.po
/usr/local/bin/msgfmt: error while loading shared libraries: libgettextsrc-0.17.so: cannot open shared object file: No such file or directory
make[1]: *** [de.gmo] Error 127
make[1]: Leaving directory `/home/alex/Desktop/libgpod-0.3.2/po'
make: *** [install-recursive] Error 1
alex@alex-laptop:~/Desktop/libgpod-0.3.2$

How can I stop this error from happening? I got this far, and now I have no idea what this error means!

The bold is where I just tried to do sudo make install , even though I knew it wouldn't work.

I forgot to mention that the following command is a good way to take care of dependencies first:

$ sudo apt-get build-dep libgpod

If errors persist, then the problem is likely that the needed dependency is newer than the one in the Feisty repository.

Alright, so I followed your advice and ran sudo apt-get build-dep libgpod which ran and installed perfectly. However, I tried logging out and back in after I installed it, and it spits this error at me saying "It seems like your greeter application has crashed. Please select another." I changed my login window to Circles, which has worked from day 1 (about a week ago). What happened, and how can I switch my greeter application?

By the way: Posting this from the Ubuntu 7.10 LIVE CD

Try switching to runlevel 3, which will effectively shut down all X services. Switch to a virtual terminal with Ctrl-Alt-Fx, log in, and run something like:

$ sudo /sbin/init 3

Enter your password, wait a bit, and X should be shut down. Now try running 'startx'. Does this work?

Alright, I got everything back up and running. I uninstalled GDM and reinstalled it (through apt-get) from the recovery terminal.

Now, back to compiling gtkpod. I got everything else installed, all of the dependencies. Now should it just compile properly?

I'll try in a few minutes once this finishes up (a download),

Silly me, I thought this was going to be easy!

It gave me an error that I don't have gtk+-2.0 installed, when I actually DO have GTK+2.0 installed.

What's wrong?

Compiling software is never easy. :P

Can you post the exact error message? Did it say gtk or libgtk was missing?

alex@alex-laptop:~$ cd Desktop
alex@alex-laptop:~/Desktop$ cd gtkpod-0.99.12/
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$ ./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 for intltool >= 0.33... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: *** No package 'gtk+-2.0' found
See `config.log' for more details.
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$

Try installing libgtk2.0-dev .

That installed properly, thank you very much. However, more errors:

alex@alex-laptop:~$ cd Desktop
alex@alex-laptop:~/Desktop$ ls
gtkpod-0.99.12             gtkpod-0.99.12.tar.gz
gtkpod_0.99.12-1_i386.deb  install_flash_player_9_linux
alex@alex-laptop:~/Desktop$ cd gtkpod-0.99.12/
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$ ./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 for intltool >= 0.33... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLIB... yes
checking for GMODULE... yes
checking for GTHREAD... yes
checking for LIBGLADE... no
configure: error: *** No package 'libglade-2.0' found
See `config.log' for more details.

libglade-2.0 is missing.

Install libglade2-dev .

Updates:
* libglade-2.0 installed
* libgnomecanvas-2.0 missing

Blah

EDIT: I got all the dependencies installed and I just used make which is doing its thing. Next is make install .

YESSSS. =D

sr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT file_itunesdb.o -MD -MP -MF .deps/file_itunesdb.Tpo -c -o file_itunesdb.o file_itunesdb.c
mv -f .deps/file_itunesdb.Tpo .deps/file_itunesdb.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT fileselection.o -MD -MP -MF .deps/fileselection.Tpo -c -o fileselection.o fileselection.c
mv -f .deps/fileselection.Tpo .deps/fileselection.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT flacfile.o -MD -MP -MF .deps/flacfile.Tpo -c -o flacfile.o flacfile.c
mv -f .deps/flacfile.Tpo .deps/flacfile.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.c
mv -f .deps/info.Tpo .deps/info.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT ipod_init.o -MD -MP -MF .deps/ipod_init.Tpo -c -o ipod_init.o ipod_init.c
mv -f .deps/ipod_init.Tpo .deps/ipod_init.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c
mv -f .deps/misc.Tpo .deps/misc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc_confirm.o -MD -MP -MF .deps/misc_confirm.Tpo -c -o misc_confirm.o misc_confirm.c
mv -f .deps/misc_confirm.Tpo .deps/misc_confirm.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc_conversion.o -MD -MP -MF .deps/misc_conversion.Tpo -c -o misc_conversion.o misc_conversion.c
mv -f .deps/misc_conversion.Tpo .deps/misc_conversion.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc_input.o -MD -MP -MF .deps/misc_input.Tpo -c -o misc_input.o misc_input.c
mv -f .deps/misc_input.Tpo .deps/misc_input.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc_playlist.o -MD -MP -MF .deps/misc_playlist.Tpo -c -o misc_playlist.o misc_playlist.c
mv -f .deps/misc_playlist.Tpo .deps/misc_playlist.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT misc_track.o -MD -MP -MF .deps/misc_track.Tpo -c -o misc_track.o misc_track.c
mv -f .deps/misc_track.Tpo .deps/misc_track.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT mp3file.o -MD -MP -MF .deps/mp3file.Tpo -c -o mp3file.o mp3file.c
mv -f .deps/mp3file.Tpo .deps/mp3file.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT mp4file.o -MD -MP -MF .deps/mp4file.Tpo -c -o mp4file.o mp4file.c
mv -f .deps/mp4file.Tpo .deps/mp4file.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT oggfile.o -MD -MP -MF .deps/oggfile.Tpo -c -o oggfile.o oggfile.c
mv -f .deps/oggfile.Tpo .deps/oggfile.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT podcast.o -MD -MP -MF .deps/podcast.Tpo -c -o podcast.o podcast.c
mv -f .deps/podcast.Tpo .deps/podcast.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c
mv -f .deps/prefs.Tpo .deps/prefs.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT prefs_window.o -MD -MP -MF .deps/prefs_window.Tpo -c -o prefs_window.o prefs_window.c
mv -f .deps/prefs_window.Tpo .deps/prefs_window.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT repository.o -MD -MP -MF .deps/repository.Tpo -c -o repository.o repository.c
mv -f .deps/repository.Tpo .deps/repository.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
mv -f .deps/sha1.Tpo .deps/sha1.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT stock_icons.o -MD -MP -MF .deps/stock_icons.Tpo -c -o stock_icons.o stock_icons.c
mv -f .deps/stock_icons.Tpo .deps/stock_icons.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT syncdir.o -MD -MP -MF .deps/syncdir.Tpo -c -o syncdir.o syncdir.c
mv -f .deps/syncdir.Tpo .deps/syncdir.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT tools.o -MD -MP -MF .deps/tools.Tpo -c -o tools.o tools.c
mv -f .deps/tools.Tpo .deps/tools.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DMOUNT_BIN=\""/bin/mount\"" -DUMOUNT_BIN=\""/bin/umount\"" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\"     -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -MT wavfile.o -MD -MP -MF .deps/wavfile.Tpo -c -o wavfile.o wavfile.c
mv -f .deps/wavfile.Tpo .deps/wavfile.Po
gcc  -g -O2 -Wall -Wno-pointer-sign -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12   -I/usr/include/gpod-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -o gtkpod autodetection.o charset.o clientserver.o confirmation.o context_menus.o date_parser.o date_parser2.o details.o display_coverart.o display.o display_playlists.o display_sorttabs.o display_itdb.o display_photo.o display_spl.o display_tracks.o fetchcover.o file.o file_export.o file_convert.o file_itunesdb.o fileselection.o flacfile.o info.o ipod_init.o main.o misc.o misc_confirm.o misc_conversion.o misc_input.o misc_playlist.o misc_track.o mp3file.o mp4file.o oggfile.o podcast.o prefs.o prefs_window.o repository.o sha1.o stock_icons.o syncdir.o tools.o wavfile.o -lid3tag  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lglib-2.0   -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0   -pthread -lgthread-2.0 -lrt -lglib-2.0   -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lgpod -lgobject-2.0 -lglib-2.0     -lid3tag  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lglib-2.0   -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0   -pthread -lgthread-2.0 -lrt -lglib-2.0   -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lgpod -lgobject-2.0 -lglib-2.0  
make[2]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12/src'
Making all in po
make[2]: Entering directory `/home/alex/Desktop/gtkpod-0.99.12/po'
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file de.po
/bin/sh: -o: not found
make[2]: *** [de.gmo] Error 127
make[2]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12'
make: *** [all] Error 2
[B]alex@alex-laptop:~/Desktop/gtkpod-0.99.12$ sudo make install[/B]
Making install in src
make[1]: Entering directory `/home/alex/Desktop/gtkpod-0.99.12/src'
make[2]: Entering directory `/home/alex/Desktop/gtkpod-0.99.12/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c 'gtkpod' '/usr/local/bin/gtkpod'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12/src'
make[1]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12/src'
Making install in po
make[1]: Entering directory `/home/alex/Desktop/gtkpod-0.99.12/po'
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file de.po
/bin/sh: -o: not found
make[1]: *** [de.gmo] Error 127
make[1]: Leaving directory `/home/alex/Desktop/gtkpod-0.99.12/po'
make: *** [install-recursive] Error 1
alex@alex-laptop:~/Desktop/gtkpod-0.99.12$

Errors in make! What should I do now?

Try installing/reinstalling gettext and gettext-base .

AAAAAAAAAAAAAHHHHHHHHHHHHH.

You're the best member of this forum, by far.
Well, most helpful in my personal opinion.
And if it means anything, you've just made my day, week even.
All your help in this thread and in the others, I wish I could just pat you on the back. I really do.

Thank you SO much for helping me get this up and running. You don't even know how happy I am right now.

+REP & SOLVED

No problem, glad I could be of help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.