libgpod3 + gtkpod

Reply

Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: libgpod3 + gtkpod

 
0
  #11
Apr 5th, 2008
/usr/lib/pkgconfig is mine. Now, what do I do to set that?
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: libgpod3 + gtkpod

 
1
  #12
Apr 5th, 2008
Originally Posted by linux View Post
/usr/lib/pkgconfig is mine. Now, what do I do to set that?
Copy the libgpod-1.0.pc file into that directory:
$ sudo cp /home/alex/Apps/Source/Applications/libgpod-0.6.0/libgpod-1.0.pc \
/usr/lib/pkgconfig
Now just to be sure, set your environment variable:
export PKG_CONFIG_PATH=/usr/lib/pkgconfig

Now try again.
Last edited by John A; Apr 6th, 2008 at 12:47 am.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: libgpod3 + gtkpod

 
0
  #13
Apr 5th, 2008
alex@alex-laptop:~$ export PKG_CONFIG_PATH = /usr/lib/pkgconfig
bash: export: `=': not a valid identifier
bash: export: `/usr/lib/pkgconfig': not a valid identifier
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: libgpod3 + gtkpod

 
1
  #14
Apr 6th, 2008
Sorry, I was distracted when writing the post. It should be
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: libgpod3 + gtkpod

 
0
  #15
Apr 6th, 2008
That worked, kinda. It passed autogen, but now, make errors (sorry, this is LONG):

alex@alex-laptop:~$ export PKG_CONFIG_PATH=/usr/lib/pkgconfig
alex@alex-laptop:~$ cd Apps/Source/gtkpod-0.99.12/
alex@alex-laptop:~/Apps/Source/gtkpod-0.99.12$ ls
aclocal.m4      config.sub    intltool-extract.in  po
AUTHORS         configure     intltool-merge.in    README
autogen.sh      configure.in  intltool-update.in   scripts
autom4te.cache  COPYING       Makefile.am          src
ChangeLog       data          Makefile.in          TODOandBUGS.txt
config.guess    depcomp       missing              TROUBLESHOOTING
config.h.in     INSTALL       mkinstalldirs        ylwrap
config.log      install-sh    NEWS
alex@alex-laptop:~/Apps/Source/gtkpod-0.99.12$ ./autogen.sh 
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
Creating ./aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Making ./aclocal.m4 writable ...
Running intltoolize...
Running aclocal  ...
/usr/share/aclocal/soundtouch.m4:29: warning: underquoted definition of AM_PATH_SOUNDTOUCH
/usr/share/aclocal/soundtouch.m4:29:   run info '(automake)Extending aclocal'
/usr/share/aclocal/soundtouch.m4:29:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running automake --gnu  ...
Running autoconf ...
Running ./configure --enable-maintainer-mode ...
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... yes
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... yes
checking for LIBGNOMECANVAS... yes
checking for LIBGPOD... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for mount... /bin/mount
checking for umount... /bin/umount
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 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/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  de es fr he it ja ru ro sv
checking for getopt_long_only... yes
checking for getopt_long_only... (cached) yes
checking for flock... yes
checking for statvfs... yes
checking for library containing id3_frame_field... -lid3tag
checking for CURL... no
checking for GNOME_VFS... yes
checking for HAL... yes
checking for library containing MP4GetMetadataGrouping... no
checking for library containing ov_open... -lvorbisfile
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for library containing FLAC__metadata_get_streaminfo... -lFLAC
checking FLAC/metadata.h usability... yes
checking FLAC/metadata.h presence... yes
checking for FLAC/metadata.h... yes
checking for library containing bind... none required
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking scsi/scsi_ioctl.h usability... yes
checking scsi/scsi_ioctl.h presence... yes
checking for scsi/scsi_ioctl.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/icons/32x32/Makefile
config.status: creating data/icons/48x48/Makefile
config.status: creating data/icons/64x64/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Configuration for gtkpod 0.99.12 :
--------------------------------

 Host System Type .....: i686-pc-linux-gnu
 Install path .........: /usr/local
 GTK2 version .........: 2.12.0
 GLib2/GThread version : 2.14.1
 gnome-vfs.............: yes -- will build with automount support
 hal...................: yes -- will build with HAL support
 libcurl ..............: *no -- will build without coverart download support
 mp4v2 ................: *no -- will build without aac support
 vorbisfile ...........: yes -- will build with ogg support
 FLAC .................: yes -- will build with FLAC support
 Preprocessor .........: gcc  -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
 Compiler .............: 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   -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
 Linker ...............: gcc  -lFLAC -lvorbisfile -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   -pthread -lgnomevfs-2 -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0   -lhal -ldbus-1  

 Now type 'make' to build gtkpod 0.99.12,
 and then 'make install' for installation.

Now type `make' to compile.
alex@alex-laptop:~/Apps/Source/gtkpod-0.99.12$ make
make  all-recursive
make[1]: Entering directory `/home/alex/Apps/Source/gtkpod-0.99.12'
Making all in src
make[2]: Entering directory `/home/alex/Apps/Source/gtkpod-0.99.12/src'
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"\"   -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include    -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   -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -MT autodetection.o -MD -MP -MF .deps/autodetection.Tpo -c -o autodetection.o autodetection.c
In file included from file.h:39,
                 from misc.h:42,
                 from autodetection.c:32:
itdb.h:43:23: error: gpod/itdb.h: No such file or directory
In file included from file.h:39,
                 from misc.h:42,
                 from autodetection.c:32:
itdb.h:45: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘iTunesDB’
itdb.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Playlist’
itdb.h:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Track’
itdb.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Thumb’
itdb.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Artwork’
itdb.h:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘IpodInfo’
itdb.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PhotoDB’
itdb.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PhotoAlbum’
In file included from misc.h:42,
                 from autodetection.c:32:
file.h:76: error: expected ‘)’ before ‘*’ token
file.h:79: error: expected ‘)’ before ‘*’ token
file.h:82: error: expected ‘)’ before ‘*’ token
file.h:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
file.h:89: error: expected ‘)’ before ‘*’ token
file.h:90: error: expected ‘)’ before ‘*’ token
file.h:93: error: expected ‘)’ before ‘*’ token
file.h:94: error: expected ‘)’ before ‘*’ token
file.h:95: error: expected ‘)’ before ‘*’ token
file.h:96: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
file.h:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
file.h:101: error: expected ‘)’ before ‘*’ token
file.h:102: error: expected ‘)’ before ‘*’ token
file.h:104: error: expected ‘)’ before ‘*’ token
file.h:105: error: expected ‘)’ before ‘*’ token
file.h:107: error: expected ‘)’ before ‘*’ token
file.h:108: error: expected ‘)’ before ‘*’ token
file.h:109: error: expected ‘)’ before ‘*’ token
file.h:110: error: expected ‘)’ before ‘*’ token
file.h:112: error: expected ‘)’ before ‘*’ token
file.h:115: error: expected ‘)’ before ‘*’ token
file.h:121: error: expected ‘)’ before ‘*’ token
file.h:124: error: expected ‘)’ before ‘*’ token
In file included from display_itdb.h:38,
                 from misc.h:43,
                 from autodetection.c:32:
file_convert.h:71: error: expected ‘)’ before ‘*’ token
file_convert.h:72: error: expected ‘)’ before ‘*’ token
file_convert.h:74: error: expected ‘)’ before ‘*’ token
file_convert.h:75: error: expected ‘)’ before ‘*’ token
file_convert.h:77: error: expected ‘)’ before ‘*’ token
file_convert.h:78: error: expected ‘)’ before ‘*’ token
file_convert.h:84: error: expected ‘)’ before ‘*’ token
file_convert.h:85: error: expected ‘)’ before ‘*’ token
file_convert.h:86: error: expected ‘)’ before ‘*’ token
file_convert.h:87: error: expected ‘)’ before ‘*’ token
file_convert.h:88: error: expected ‘)’ before ‘*’ token
In file included from misc.h:43,
                 from autodetection.c:32:
display_itdb.h:59: error: expected specifier-qualifier-list before ‘PhotoDB’
display_itdb.h:116: error: expected specifier-qualifier-list before ‘iTunesDB’
display_itdb.h:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:128: error: expected ‘)’ before ‘*’ token
display_itdb.h:129: error: expected ‘)’ before ‘*’ token
display_itdb.h:130: error: expected ‘)’ before ‘*’ token
display_itdb.h:131: error: expected ‘)’ before ‘*’ token
display_itdb.h:132: error: expected ‘)’ before ‘*’ token
display_itdb.h:133: error: expected ‘)’ before ‘*’ token
display_itdb.h:135: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:138: error: expected ‘)’ before ‘*’ token
display_itdb.h:139: error: expected ‘)’ before ‘*’ token
display_itdb.h:140: error: expected ‘)’ before ‘*’ token
display_itdb.h:141: error: expected ‘)’ before ‘*’ token
display_itdb.h:142: error: expected ‘)’ before ‘*’ token
display_itdb.h:143: error: expected ‘)’ before ‘*’ token
display_itdb.h:146: error: expected ‘)’ before ‘*’ token
display_itdb.h:148: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:149: error: expected ‘)’ before ‘*’ token
display_itdb.h:150: error: expected ‘)’ before ‘*’ token
display_itdb.h:151: error: expected ‘)’ before ‘*’ token
display_itdb.h:152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:154: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:156: error: expected ‘)’ before ‘*’ token
display_itdb.h:158: error: expected ‘)’ before ‘*’ token
display_itdb.h:160: error: expected ‘)’ before ‘*’ token
display_itdb.h:163: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:164: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display_itdb.h:165: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from display.h:40,
                 from misc.h:44,
                 from autodetection.c:32:
display_coverart.h:87: error: expected ‘)’ before ‘*’ token
display_coverart.h:89: error: expected ‘)’ before ‘*’ token
display_coverart.h:93: error: expected ‘)’ before ‘*’ token
In file included from misc.h:44,
                 from autodetection.c:32:
display.h:300: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
display.h:301: error: expected ‘)’ before ‘*’ token
display.h:302: error: expected ‘)’ before ‘*’ token
display.h:303: error: expected ‘)’ before ‘*’ token
display.h:304: error: expected ‘)’ before ‘*’ token
display.h:305: error: expected ‘)’ before ‘*’ token
display.h:306: error: expected ‘)’ before ‘*’ token
display.h:307: error: expected ‘)’ before ‘*’ token
display.h:308: error: expected ‘)’ before ‘*’ token
display.h:309: error: expected ‘)’ before ‘*’ token
display.h:310: error: expected ‘)’ before ‘*’ token
display.h:314: error: expected declaration specifiers or ‘...’ before ‘Playlist’
display.h:316: error: expected declaration specifiers or ‘...’ before ‘Playlist’
display.h:319: error: expected ‘)’ before ‘*’ token
display.h:333: error: expected ‘)’ before ‘*’ token
display.h:355: error: expected ‘)’ before ‘*’ token
display.h:356: error: expected ‘)’ before ‘*’ token
In file included from autodetection.c:32:
misc.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:100: error: expected ‘)’ before ‘*’ token
misc.h:109: error: expected declaration specifiers or ‘...’ before ‘Track’
misc.h:110: error: expected declaration specifiers or ‘...’ before ‘Artwork’
misc.h:153: error: expected ‘)’ before ‘*’ token
misc.h:154: error: expected ‘)’ before ‘*’ token
misc.h:155: error: expected ‘)’ before ‘*’ token
misc.h:171: error: expected ‘)’ before ‘*’ token
misc.h:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:173: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:175: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:176: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:177: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:179: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
misc.h:180: error: expected ‘)’ before ‘*’ token
misc.h:181: error: expected ‘)’ before ‘*’ token
misc.h:182: error: expected ‘)’ before ‘*’ token
misc.h:183: error: expected ‘)’ before ‘*’ token
misc.h:184: error: expected ‘)’ before ‘*’ token
misc.h:185: error: expected ‘)’ before ‘*’ token
misc.h:190: error: expected ‘)’ before ‘*’ token
misc.h:230: error: expected ‘)’ before ‘*’ token
misc.h:234: error: expected ‘)’ before ‘*’ token
misc.h:245: error: expected declaration specifiers or ‘...’ before ‘Playlist’
misc.h:246: error: expected ‘)’ before ‘*’ token
misc.h:247: error: expected ‘)’ before ‘*’ token
misc.h:248: error: expected ‘)’ before ‘*’ token
misc.h:249: error: expected ‘)’ before ‘*’ token
misc.h:250: error: expected ‘)’ before ‘*’ token
misc.h:251: error: expected ‘)’ before ‘*’ token
misc.h:253: error: expected ‘)’ before ‘*’ token
misc.h:255: error: expected ‘)’ before ‘*’ token
misc.h:259: error: expected ‘)’ before ‘*’ token
misc.h:262: error: expected ‘)’ before ‘*’ token
misc.h:263: error: expected ‘)’ before ‘*’ token
misc.h:264: error: expected ‘)’ before ‘*’ token
misc.h:266: error: expected ‘)’ before ‘*’ token
autodetection.c:60: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
autodetection.c: In function ‘ad_get_itunes_dir’:
autodetection.c:223: warning: implicit declaration of function ‘itdb_get_itunes_dir’
autodetection.c:223: warning: assignment makes pointer from integer without a cast
autodetection.c: In function ‘ad_timeout_cb’:
autodetection.c:357: error: ‘iTunesDB’ undeclared (first use in this function)
autodetection.c:357: error: (Each undeclared identifier is reported only once
autodetection.c:357: error: for each function it appears in.)
autodetection.c:357: error: ‘itdb’ undeclared (first use in this function)
autodetection.c:357: error: ‘loaded_itdb’ undeclared (first use in this function)
autodetection.c:357: warning: left-hand operand of comma expression has no effect
autodetection.c:373: warning: implicit declaration of function ‘ad_find_repository_with_mountpoint’
autodetection.c:389: warning: implicit declaration of function ‘gp_load_ipod’
autodetection.c:393: warning: implicit declaration of function ‘set_itdb_prefs_int’
autodetection.c:410: error: ‘new_itdb’ undeclared (first use in this function)
autodetection.c:420: warning: implicit declaration of function ‘setup_itdb_n’
autodetection.c:424: warning: implicit declaration of function ‘gp_itdb_add’
autodetection.c:429: warning: implicit declaration of function ‘remove_itdb_prefs’
autodetection.c:430: warning: implicit declaration of function ‘gp_itdb_remove’
autodetection.c:431: warning: implicit declaration of function ‘gp_itdb_free’
make[2]: *** [autodetection.o] Error 1
make[2]: Leaving directory `/home/alex/Apps/Source/gtkpod-0.99.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alex/Apps/Source/gtkpod-0.99.12'
make: *** [all] Error 2
alex@alex-laptop:~/Apps/Source/gtkpod-0.99.12$
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: libgpod3 + gtkpod

 
1
  #16
Apr 6th, 2008
In file included from file.h:39,
                 from misc.h:42,
                 from autodetection.c:32:
itdb.h:43:23: error: gpod/itdb.h: No such file or directory
First libgpod-1.0.pc is missing, now itdb.h is appears to be non-existent. Are you sure you even installed libgpod?
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: libgpod3 + gtkpod

 
0
  #17
Apr 6th, 2008
That was my first explanation. I INSTALLED it, but it appears to not be installed.
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: libgpod3 + gtkpod

 
1
  #18
Apr 6th, 2008
Well, can you post the results of running make install inside the libgpod directory?
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 917
Reputation: linux is an unknown quantity at this point 
Solved Threads: 27
linux's Avatar
linux linux is offline Offline
Posting Shark

Re: libgpod3 + gtkpod

 
0
  #19
Apr 7th, 2008
Alright, I have a deb file that I just installed, and it's the same thing. It says it's installed, even in Synaptics it says its checked (package: libgpod3). But gtkpod doesn't see it. I did copy the file that you told me to and exported the path.
Toshiba M1151.49 GB DDR-2 RAM1.6 GHz Centrino Duo80GB HDDWindows XP Media Center Edition
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: libgpod3 + gtkpod

 
1
  #20
Apr 7th, 2008
Well, can you post the results of make install ? It'd be nice to see what exactly is going on in your install script. I tried installing it libgpod from source yesterday and the install script correctly installed libraries, headers, and the .pc file.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the *nix Software Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC