Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 20

Thema: no acceptable cc found in $PATH

  1. #1
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39

    no acceptable cc found in $PATH

    Hallo,

    Ich wollte mir für den XMMS-Player das Media-Library-Plugin installieren, bekomme aber folgenden Output nach ./configure:
    Code:
    loading cache ./config.cache
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH
    Ich benutze Ubuntu und habe in der Synaptic-Paketverwaltung so ziemlich alles, was mit gcc4 zu tun hat installiert.

    Bitte um Hilfe.

  2. #2
    Registrierter Benutzer Avatar von reni
    Registriert seit
    Apr 2003
    Beiträge
    1.610
    Code:
    apt-get install gcc
    Gruß reni

    Ich würde gern die Welt verbessern, doch Gott gibt mir den Quellcode nicht!

  3. #3
    creative Coder Avatar von Russel-Athletic
    Registriert seit
    Nov 2003
    Beiträge
    1.171
    aptitude install build-essential

    (suchen und lesen wäre auch angebracht gewesen)
    Beware I am an official Wizzzard and i still search for my pointy hat.
    Kasuga Ayumu (Osaka) Fan.
    http://www.mozilla.org/book/

  4. #4
    Registrierter Benutzer Avatar von kbdcalls
    Registriert seit
    Aug 2005
    Beiträge
    156
    Zitat Zitat von iakchos
    Hallo,

    Ich wollte mir für den XMMS-Player das Media-Library-Plugin installieren, bekomme aber folgenden Output nach ./configure:
    Code:
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH
    Ich benutze Ubuntu und habe in der Synaptic-Paketverwaltung so ziemlich alles, was mit gcc4 zu tun hat installiert.

    Bitte um Hilfe.

    Und warum vermißt er dann die Hälfte , bzw das wichtigste den gcc ? Nachinstallieren wie vorgeschlagen. Das kriegt auch Synaptic hin.
    Debian Lenny * Kernel 2.6.32-bpo.2-686-bigmem * KDE 3.5.9/10
    AMD Athlon(tm) Dual Core Processor 4850e
    MSI K9N2 DIAMOND * 8182 MB DDR2
    2 x 1500 GB S-ATA

  5. #5
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39
    Die gcc Fehlermeldung ist jetzt weg.

    Jetzt brauch ich noch GTK. Welches Paket muss ich dafür runterladen?
    Code:
    loading cache ./config.cache
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... yes
    checking whether gcc accepts -g... yes
    checking for Cygwin environment... no
    checking for mingw32 environment... no
    checking how to run the C preprocessor... gcc -E
    checking host system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    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 dependant libraries... pass_all
    checking for object suffix... o
    checking for executable suffix... no
    checking command to parse /usr/bin/nm -B output... ok
    checking for dlfcn.h... yes
    checking for ranlib... ranlib
    checking for strip... strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.lo... yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether -lc should be explicitly linked in... no
    creating libtool
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether ln -s works... (cached) yes
    checking for strerror in -lcposix... no
    checking whether make sets ${MAKE}... (cached) yes
    checking for xmms-config... no
    checking for XMMS - version >= 1.2.4... no
    *** The xmms-config script installed by XMMS could not be found.
    *** If XMMS was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the XMMS_CONFIG environment variable to the
    *** full path to xmms-config.
    checking for glib-config... /usr/bin/glib-config
    checking for GLIB - version >= 1.2.2... yes
    checking for gtk-config... no
    checking for GTK - version >= 1.2.2... no
    *** The gtk-config script installed by GTK could not be found
    *** If GTK was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the GTK_CONFIG environment variable to the
    *** full path to gtk-config.
    configure: error: *** GTK >= 1.2.2 not installed - please install first ***
    Verzeiht meine dummen Fragen.

  6. #6
    Registrierter Benutzer Avatar von GoKi
    Registriert seit
    Jun 2003
    Ort
    bei Freiburg (Brsg.)
    Beiträge
    259
    libgtk1.2-dev
    :wq

  7. #7
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39
    Nach Eingabe von make:
    Code:
    jackie@jackieLinux:~/Desktop/MediaLibrary-0.3$ sudo make
    make  all-recursive
    make[1]: Entering directory `/home/jackie/Desktop/MediaLibrary-0.3'
    Making all in src
    make[2]: Entering directory `/home/jackie/Desktop/MediaLibrary-0.3/src'
    /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c library.c
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c library.c   -fPIC -DPIC -o library.lo
    In file included from library.h:22,
                     from library.c:19:
    common.h:23:21: error: gtk/gtk.h: No such file or directory
    common.h:24:28: error: gdk/gdkkeysyms.h: No such file or directory
    common.h:38:25: error: xmms/plugin.h: No such file or directory
    common.h:39:29: error: xmms/configfile.h: No such file or directory
    common.h:40:27: error: xmms/xmmsctrl.h: No such file or directory
    common.h:41:28: error: xmms/formatter.h: No such file or directory
    common.h:42:30: error: xmms/titlestring.h: No such file or directory
    In file included from library.h:22,
                     from library.c:19:
    common.h:53: error: syntax error before 'loading'
    common.h:53: warning: data definition has no type or storage class
    common.h:56: error: syntax error before 'running'
    common.h:56: warning: data definition has no type or storage class
    common.h:65: error: syntax error before 'quit'
    common.h:65: warning: data definition has no type or storage class
    common.h:67: error: syntax error before 'update_display'
    common.h:67: warning: data definition has no type or storage class
    common.h:75: error: syntax error before 'random_song'
    common.h:75: warning: data definition has no type or storage class
    common.h:76: error: syntax error before 'auto_clear_tags'
    common.h:76: warning: data definition has no type or storage class
    common.h:77: error: syntax error before 'random_song_change'
    common.h:77: warning: data definition has no type or storage class
    common.h:80: error: syntax error before 'cq_running'
    common.h:80: warning: data definition has no type or storage class
    common.h:81: error: syntax error before 'info_running'
    common.h:81: warning: data definition has no type or storage class
    common.h:87: error: syntax error before 'input_check_file'
    common.h:87: error: syntax error before '*' token
    common.h:87: warning: data definition has no type or storage class
    common.h:88: error: syntax error before '*' token
    common.h:103: error: syntax error before 'cue_gp'
    common.h:103: warning: data definition has no type or storage class
    In file included from library.h:23,
                     from library.c:19:
    playlist.h:31: error: syntax error before 'gchar'
    playlist.h:31: warning: no semicolon at end of struct or union
    playlist.h:32: warning: data definition has no type or storage class
    playlist.h:35: error: syntax error before '*' token
    playlist.h:35: warning: data definition has no type or storage class
    playlist.h:38: error: syntax error before '*' token
    playlist.h:38: warning: data definition has no type or storage class
    playlist.h:39: error: syntax error before '*' token
    playlist.h:39: warning: data definition has no type or storage class
    playlist.h:41: error: syntax error before 'selected'
    playlist.h:41: warning: data definition has no type or storage class
    playlist.h:42: error: syntax error before 'visible'
    playlist.h:42: warning: data definition has no type or storage class
    playlist.h:44: error: syntax error before '}' token
    playlist.h:48: error: syntax error before 'gchar'
    playlist.h:48: warning: no semicolon at end of struct or union
    playlist.h:49: warning: data definition has no type or storage class
    playlist.h:51: error: syntax error before 'used'
    playlist.h:51: warning: data definition has no type or storage class
    playlist.h:52: error: syntax error before '*' token
    playlist.h:52: warning: data definition has no type or storage class
    playlist.h:53: error: syntax error before '}' token
    playlist.h:57: error: syntax error before '*' token
    playlist.h:57: warning: data definition has no type or storage class
    playlist.h:60: error: syntax error before '*' token
    playlist.h:60: warning: data definition has no type or storage class
    playlist.h:63: error: syntax error before '*' token
    playlist.h:63: warning: data definition has no type or storage class
    playlist.h:67: error: syntax error before '*' token
    playlist.h:69: error: syntax error before 'data'
    playlist.h:78: error: syntax error before '*' token
    playlist.h:79: error: syntax error before '*' token
    playlist.h:81: error: syntax error before 'n'
    playlist.h:82: error: syntax error before 'clear_tags'
    In file included from library.h:24,
                     from library.c:19:
    command_queue.h:40: error: syntax error before 'gchar'
    command_queue.h:40: warning: no semicolon at end of struct or union
    command_queue.h:41: warning: data definition has no type or storage class
    command_queue.h:42: error: syntax error before '}' token
    command_queue.h:46: error: syntax error before '*' token
    command_queue.h:46: warning: data definition has no type or storage class
    command_queue.h:54: error: syntax error before 'gchar'
    In file included from library.h:25,
                     from library.c:19:
    gui_playlist.h:29: error: syntax error before '*' token
    gui_playlist.h:29: warning: data definition has no type or storage class
    gui_playlist.h:30: error: syntax error before '*' token
    gui_playlist.h:30: warning: data definition has no type or storage class
    gui_playlist.h:31: error: syntax error before '*' token
    gui_playlist.h:31: warning: data definition has no type or storage class
    gui_playlist.h:32: error: syntax error before '*' token
    gui_playlist.h:32: warning: data definition has no type or storage class
    gui_playlist.h:33: error: syntax error before '*' token
    gui_playlist.h:33: warning: data definition has no type or storage class
    gui_playlist.h:34: error: syntax error before '*' token
    gui_playlist.h:34: warning: data definition has no type or storage class
    gui_playlist.h:35: error: syntax error before '*' token
    gui_playlist.h:35: warning: data definition has no type or storage class
    gui_playlist.h:36: error: syntax error before '*' token
    gui_playlist.h:36: warning: data definition has no type or storage class
    gui_playlist.h:37: error: syntax error before '*' token
    gui_playlist.h:37: warning: data definition has no type or storage class
    gui_playlist.h:38: error: syntax error before '*' token
    gui_playlist.h:38: warning: data definition has no type or storage class
    gui_playlist.h:39: error: syntax error before '*' token
    gui_playlist.h:39: warning: data definition has no type or storage class
    gui_playlist.h:40: error: syntax error before '*' token
    gui_playlist.h:40: warning: data definition has no type or storage class
    gui_playlist.h:41: error: syntax error before '*' token
    gui_playlist.h:41: warning: data definition has no type or storage class
    gui_playlist.h:42: error: syntax error before '*' token
    gui_playlist.h:42: warning: data definition has no type or storage class
    gui_playlist.h:44: error: syntax error before 'selected_row'
    gui_playlist.h:44: warning: data definition has no type or storage class
    gui_playlist.h:45: error: syntax error before 'row_count'
    gui_playlist.h:45: warning: data definition has no type or storage class
    gui_playlist.h:47: error: syntax error before 'updating'
    gui_playlist.h:47: warning: data definition has no type or storage class
    gui_playlist.h:53: error: syntax error before '*' token
    gui_playlist.h:54: error: syntax error before '*' token
    gui_playlist.h:55: error: syntax error before 'data'
    gui_playlist.h:56: error: syntax error before '*' token
    gui_playlist.h:58: error: syntax error before '*' token
    gui_playlist.h:59: error: syntax error before '*' token
    gui_playlist.h:60: error: syntax error before '*' token
    gui_playlist.h:63: error: syntax error before 'data'
    gui_playlist.h:64: error: syntax error before 'data'
    gui_playlist.h:65: error: syntax error before '*' token
    gui_playlist.h:67: error: syntax error before '*' token
    gui_playlist.h:69: error: syntax error before '*' token
    gui_playlist.h:70: error: syntax error before '*' token
    gui_playlist.h:71: error: syntax error before '*' token
    gui_playlist.h:73: error: syntax error before '*' token
    gui_playlist.h:75: error: syntax error before 'row'
    gui_playlist.h:76: error: syntax error before 'data'
    In file included from library.c:19:
    library.h:37: error: syntax error before '*' token
    library.h:40: error: syntax error before '*' token
    library.h:43: error: syntax error before 'playlist_check'
    library.h:43: error: syntax error before 'data'
    library.h:43: warning: data definition has no type or storage class
    library.h:47: error: syntax error before '*' token
    library.c:21: error: syntax error before 'timer_id'
    library.c:21: warning: data definition has no type or storage class
    library.c:22: error: syntax error before '*' token
    library.c:22: warning: data definition has no type or storage class
    library.c:24: error: syntax error before 'random_song'
    library.c:24: warning: data definition has no type or storage class
    library.c:25: error: syntax error before 'random_song_change'
    library.c:25: warning: data definition has no type or storage class
    library.c:27: error: syntax error before 'auto_clear_tags'
    library.c:27: warning: data definition has no type or storage class
    library.c:35: error: syntax error before 'quit'
    library.c:35: warning: data definition has no type or storage class
    library.c:38: error: syntax error before 'loading'
    library.c:38: warning: data definition has no type or storage class
    library.c:39: error: syntax error before 'running'
    library.c:39: error: 'FALSE' undeclared here (not in a function)
    library.c:39: warning: data definition has no type or storage class
    library.c:40: error: syntax error before 'cq_running'
    library.c:40: warning: data definition has no type or storage class
    library.c:41: error: syntax error before 'info_running'
    library.c:41: warning: data definition has no type or storage class
    library.c:43: error: syntax error before '*' token
    library.c:43: warning: data definition has no type or storage class
    library.c:45: error: syntax error before 'update_display'
    library.c:45: warning: data definition has no type or storage class
    library.c:49: error: syntax error before 'cue_gp'
    library.c:51: warning: initialization makes integer from pointer without a cast
    library.c:52: warning: excess elements in scalar initializer
    library.c:52: warning: (near initialization for 'cue_gp')
    library.c:53: warning: excess elements in scalar initializer
    library.c:53: warning: (near initialization for 'cue_gp')
    library.c:54: warning: excess elements in scalar initializer
    library.c:54: warning: (near initialization for 'cue_gp')
    library.c:55: warning: excess elements in scalar initializer
    library.c:55: warning: (near initialization for 'cue_gp')
    library.c:56: warning: excess elements in scalar initializer
    library.c:56: warning: (near initialization for 'cue_gp')
    library.c:57: warning: excess elements in scalar initializer
    library.c:57: warning: (near initialization for 'cue_gp')
    library.c:58: warning: excess elements in scalar initializer
    library.c:58: warning: (near initialization for 'cue_gp')
    library.c:59: warning: data definition has no type or storage class
    library.c:61: error: syntax error before '*' token
    library.c: In function 'get_gplugin_info':
    library.c:63: error: request for member 'description' in something not a structure or union
    library.c: At top level:
    library.c:67: error: syntax error before 'folders_only'
    library.c: In function 'read_config':
    library.c:68: error: 'ConfigFile' undeclared (first use in this function)
    library.c:68: error: (Each undeclared identifier is reported only once
    library.c:68: error: for each function it appears in.)
    library.c:68: error: 'cfgfile' undeclared (first use in this function)
    library.c:69: error: 'gint' undeclared (first use in this function)
    library.c:69: error: syntax error before 'folder_count'
    library.c:71: error: 'folder_count' undeclared (first use in this function)
    library.c:77: error: 'folders_only' undeclared (first use in this function)
    library.c:87: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:99: error: syntax error before '*' token
    library.c: In function 'add_file':
    library.c:100: error: 'filename' undeclared (first use in this function)
    library.c: In function 'add_dir':
    library.c:125: warning: assignment makes pointer from integer without a cast
    library.c:126: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:147: error: syntax error before 'update_function'
    library.c:147: error: syntax error before 'data'
    library.c: In function 'update_function':
    library.c:163: error: 'TRUE' undeclared (first use in this function)
    library.c: At top level:
    library.c:166: error: syntax error before 'playlist_check'
    library.c:166: error: syntax error before 'data'
    library.c: In function 'playlist_check':
    library.c:167: error: 'gint' undeclared (first use in this function)
    library.c:167: error: syntax error before 'pos'
    library.c:170: error: request for member 'xmms_session' in something not a structure or union
    library.c:171: error: 'TRUE' undeclared (first use in this function)
    library.c:173: error: 'pos' undeclared (first use in this function)
    library.c:173: error: request for member 'xmms_session' in something not a structure or union
    library.c:174: error: 'length' undeclared (first use in this function)
    library.c:174: error: request for member 'xmms_session' in something not a structure or union
    library.c:175: error: 'f_length' undeclared (first use in this function)
    library.c:177: error: 'total' undeclared (first use in this function)
    library.c:177: error: request for member 'xmms_session' in something not a structure or union
    library.c:178: error: 'played' undeclared (first use in this function)
    library.c:178: error: request for member 'xmms_session' in something not a structure or union
    library.c: In function 'init':
    library.c:191: warning: assignment makes pointer from integer without a cast
    library.c:207: error: 'TRUE' undeclared (first use in this function)
    library.c:213: error: 'g_str_hash' undeclared (first use in this function)
    library.c:213: error: 'g_str_equal' undeclared (first use in this function)
    library.c:213: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:255: error: syntax error before '*' token
    library.c: In function 'info_enqueue':
    library.c:256: error: 'gchar' undeclared (first use in this function)
    library.c:256: error: 'f' undeclared (first use in this function)
    library.c:258: error: 'filename' undeclared (first use in this function)
    library.c:261: warning: assignment makes pointer from integer without a cast
    library.c: In function 'info_thread_func':
    library.c:268: error: 'GList' undeclared (first use in this function)
    library.c:268: error: 'e' undeclared (first use in this function)
    library.c:269: error: 'gchar' undeclared (first use in this function)
    library.c:269: error: 'filename' undeclared (first use in this function)
    library.c:271: error: 'gint' undeclared (first use in this function)
    library.c:271: error: syntax error before 'length'
    library.c:277: error: 'TRUE' undeclared (first use in this function)
    library.c:300: error: 'temp' undeclared (first use in this function)
    library.c:300: error: 'ext' undeclared (first use in this function)
    library.c:301: error: 'TitleInput' undeclared (first use in this function)
    library.c:301: error: 'input' undeclared (first use in this function)
    library.c:323: error: syntax error before ')' token
    library.c:327: error: 'length' undeclared (first use in this function)
    library.c:334: warning: assignment makes pointer from integer without a cast
    library.c: In function 'cleanup':
    library.c:382: error: 'TRUE' undeclared (first use in this function)
    make[2]: *** [library.lo] Fehler 1
    make[2]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3/src'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3'
    make: *** [all-recursive-am] Fehler 2

  8. #8
    Registrierter Benutzer Avatar von reni
    Registriert seit
    Apr 2003
    Beiträge
    1.610
    xmms-dev installieren ?
    Gruß reni

    Ich würde gern die Welt verbessern, doch Gott gibt mir den Quellcode nicht!

  9. #9
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39
    wieder nach make:
    Code:
    jackie@jackieLinux:~/Desktop/MediaLibrary-0.3$ sudo ./configure
    loading cache ./config.cache
    checking for a BSD compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking whether make sets ${MAKE}... (cached) yes
    checking for working aclocal... missing
    checking for working autoconf... missing
    checking for working automake... missing
    checking for working autoheader... missing
    checking for working makeinfo... missing
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc  ) works... yes
    checking whether the C compiler (gcc  ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for Cygwin environment... (cached) no
    checking for mingw32 environment... (cached) no
    checking how to run the C preprocessor... (cached) gcc -E
    checking host system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for ld used by GCC... (cached) /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
    checking for /usr/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /usr/bin/nm -B
    checking whether ln -s works... (cached) yes
    checking how to recognise dependant libraries... (cached) pass_all
    checking for object suffix... (cached) o
    checking for executable suffix... (cached) no
    checking command to parse /usr/bin/nm -B output... (cached) ok
    checking for dlfcn.h... (cached) yes
    checking for ranlib... (cached) ranlib
    checking for strip... (cached) strip
    checking for objdir... .libs
    checking for gcc option to produce PIC... (cached)   -fPIC
    checking if gcc PIC flag   -fPIC works... (cached) yes
    checking if gcc static flag -static works... (cached) yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking if gcc supports -c -o file.lo... (cached) yes
    checking if gcc supports -fno-rtti -fno-exceptions... yes
    checking whether the linker (/usr/bin/ld) supports shared libraries... yes
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether -lc should be explicitly linked in... (cached) no
    creating libtool
    checking for a BSD compatible install... /usr/bin/install -c
    checking whether ln -s works... (cached) yes
    checking for strerror in -lcposix... (cached) no
    checking whether make sets ${MAKE}... (cached) yes
    checking for xmms-config... (cached) no
    checking for XMMS - version >= 1.2.4... no
    *** The xmms-config script installed by XMMS could not be found.
    *** If XMMS was installed in PREFIX, make sure PREFIX/bin is in
    *** your path, or set the XMMS_CONFIG environment variable to the
    *** full path to xmms-config.
    checking for glib-config... (cached) /usr/bin/glib-config
    checking for GLIB - version >= 1.2.2... yes
    checking for gtk-config... (cached) /usr/bin/gtk-config
    checking for GTK - version >= 1.2.2... yes
    checking for dirent.h that defines DIR... (cached) yes
    checking for opendir in -ldir... (cached) no
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking for unistd.h... (cached) yes
    checking for semaphore.h... (cached) yes
    checking for pthread.h... (cached) yes
    checking for strstr... (cached) yes
    checking for old style FreeBSD -pthread flag... no
    checking for pthread_attr_init in -lpthread... (cached) yes
    updating cache ./config.cache
    creating ./config.status
    creating Makefile
    creating src/Makefile
    creating config.h
    config.h is unchanged
    jackie@jackieLinux:~/Desktop/MediaLibrary-0.3$ sudo make
    make  all-recursive
    make[1]: Entering directory `/home/jackie/Desktop/MediaLibrary-0.3'
    Making all in src
    make[2]: Entering directory `/home/jackie/Desktop/MediaLibrary-0.3/src'
    /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c library.c
    gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c library.c    -fPIC -DPIC -o library.lo
    In file included from library.h:22,
                     from library.c:19:
    common.h:23:21: error: gtk/gtk.h: No such file or directory
    common.h:24:28: error: gdk/gdkkeysyms.h: No such file or directory
    In file included from common.h:38,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/plugin.h:27:18: error: glib.h: No such file or directory
    In file included from common.h:38,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/plugin.h:73: error: syntax error before '*' token
    /usr/include/xmms/plugin.h:74: error: syntax error before 'gint'
    /usr/include/xmms/plugin.h:93: error: syntax error before 'GList'
    /usr/include/xmms/plugin.h:97: error: 'pause' redeclared as different kind of symbol
    /usr/include/unistd.h:414: error: previous declaration of 'pause' was here
    /usr/include/xmms/plugin.h:115: error: syntax error before '}' token
    /usr/include/xmms/plugin.h:119: error: syntax error before '*' token
    /usr/include/xmms/plugin.h:153: error: syntax error before 'pcm_data'
    /usr/include/xmms/plugin.h:154: error: syntax error before 'freq_data'
    In file included from common.h:39,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/configfile.h:27: error: syntax error before 'gchar'
    /usr/include/xmms/configfile.h:29: error: syntax error before '}' token
    /usr/include/xmms/configfile.h:34: error: syntax error before 'gchar'
    /usr/include/xmms/configfile.h:36: error: syntax error before '}' token
    /usr/include/xmms/configfile.h:41: error: syntax error before 'GList'
    /usr/include/xmms/configfile.h:49: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:50: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:50: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:51: error: syntax error before 'xmms_cfg_write_file'
    /usr/include/xmms/configfile.h:51: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:52: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:53: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:54: error: syntax error before 'xmms_cfg_write_default_file'
    /usr/include/xmms/configfile.h:54: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:56: error: syntax error before 'xmms_cfg_read_string'
    /usr/include/xmms/configfile.h:56: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:57: error: syntax error before 'xmms_cfg_read_int'
    /usr/include/xmms/configfile.h:57: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:58: error: syntax error before 'xmms_cfg_read_boolean'
    /usr/include/xmms/configfile.h:58: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:59: error: syntax error before 'xmms_cfg_read_float'
    /usr/include/xmms/configfile.h:59: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:60: error: syntax error before 'xmms_cfg_read_double'
    /usr/include/xmms/configfile.h:60: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:62: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:63: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:64: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:65: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:66: error: syntax error before '*' token
    /usr/include/xmms/configfile.h:68: error: syntax error before '*' token
    In file included from common.h:40,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/xmmsctrl.h:29: error: syntax error before 'xmms_connect_to_session'
    /usr/include/xmms/xmmsctrl.h:29: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:30: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:31: error: syntax error before 'xmms_remote_get_version'
    /usr/include/xmms/xmmsctrl.h:31: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:32: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:33: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:34: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:35: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:36: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:37: error: syntax error before 'xmms_remote_is_playing'
    /usr/include/xmms/xmmsctrl.h:37: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:38: error: syntax error before 'xmms_remote_is_paused'
    /usr/include/xmms/xmmsctrl.h:38: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:39: error: syntax error before 'xmms_remote_get_playlist_pos'
    /usr/include/xmms/xmmsctrl.h:39: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:40: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:41: error: syntax error before 'xmms_remote_get_playlist_length'
    /usr/include/xmms/xmmsctrl.h:41: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:42: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:43: error: syntax error before 'xmms_remote_get_output_time'
    /usr/include/xmms/xmmsctrl.h:43: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:44: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:45: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:46: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:47: error: syntax error before 'xmms_remote_get_main_volume'
    /usr/include/xmms/xmmsctrl.h:47: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:48: error: syntax error before 'xmms_remote_get_balance'
    /usr/include/xmms/xmmsctrl.h:48: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:49: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:50: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:51: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:52: error: syntax error before '*' token
    /usr/include/xmms/xmmsctrl.h:52: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:53: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:54: error: syntax error before '*' token
    /usr/include/xmms/xmmsctrl.h:54: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:55: error: syntax error before '*' token
    /usr/include/xmms/xmmsctrl.h:55: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:56: error: syntax error before 'xmms_remote_get_playlist_time'
    /usr/include/xmms/xmmsctrl.h:56: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:57: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:58: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:59: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:60: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:61: error: syntax error before 'xmms_remote_is_main_win'
    /usr/include/xmms/xmmsctrl.h:61: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:62: error: syntax error before 'xmms_remote_is_pl_win'
    /usr/include/xmms/xmmsctrl.h:62: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:63: error: syntax error before 'xmms_remote_is_eq_win'
    /usr/include/xmms/xmmsctrl.h:63: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:64: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:65: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:66: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:67: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:68: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:69: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:70: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:71: error: syntax error before 'xmms_remote_is_running'
    /usr/include/xmms/xmmsctrl.h:71: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:72: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:73: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:74: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:75: error: syntax error before 'xmms_remote_is_repeat'
    /usr/include/xmms/xmmsctrl.h:75: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:76: error: syntax error before 'xmms_remote_is_shuffle'
    /usr/include/xmms/xmmsctrl.h:76: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:77: error: syntax error before 'xmms_remote_is_advance'
    /usr/include/xmms/xmmsctrl.h:77: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:78: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:79: error: syntax error before 'xmms_remote_get_eq_preamp'
    /usr/include/xmms/xmmsctrl.h:79: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:80: error: syntax error before 'xmms_remote_get_eq_band'
    /usr/include/xmms/xmmsctrl.h:80: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:81: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:82: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:83: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:85: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:87: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:88: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:90: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:91: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:92: error: syntax error before 'xmms_remote_get_playqueue_length'
    /usr/include/xmms/xmmsctrl.h:92: error: syntax error before 'session'
    /usr/include/xmms/xmmsctrl.h:100: error: syntax error before 'session'
    In file included from common.h:41,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/formatter.h:6: error: syntax error before 'gchar'
    /usr/include/xmms/formatter.h:9: error: syntax error before '*' token
    /usr/include/xmms/formatter.h:10: error: syntax error before '*' token
    /usr/include/xmms/formatter.h:11: error: syntax error before '*' token
    /usr/include/xmms/formatter.h:12: error: syntax error before '*' token
    /usr/include/xmms/formatter.h:13: error: syntax error before '*' token
    /usr/include/xmms/formatter.h:13: error: syntax error before '*' token
    In file included from common.h:42,
                     from library.h:22,
                     from library.c:19:
    /usr/include/xmms/titlestring.h:36: error: syntax error before 'gint'
    /usr/include/xmms/titlestring.h:39: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:40: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:41: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:42: error: syntax error before 'track_number'
    /usr/include/xmms/titlestring.h:43: error: syntax error before 'year'
    /usr/include/xmms/titlestring.h:44: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:45: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:46: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:47: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:48: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:49: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:50: error: syntax error before '}' token
    /usr/include/xmms/titlestring.h:79: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:79: error: syntax error before '*' token
    /usr/include/xmms/titlestring.h:80: error: syntax error before '*' token
    In file included from library.h:22,
                     from library.c:19:
    common.h:53: error: syntax error before 'loading'
    common.h:53: warning: data definition has no type or storage class
    common.h:56: error: syntax error before 'running'
    common.h:56: warning: data definition has no type or storage class
    common.h:65: error: syntax error before 'quit'
    common.h:65: warning: data definition has no type or storage class
    common.h:67: error: syntax error before 'update_display'
    common.h:67: warning: data definition has no type or storage class
    common.h:75: error: syntax error before 'random_song'
    common.h:75: warning: data definition has no type or storage class
    common.h:76: error: syntax error before 'auto_clear_tags'
    common.h:76: warning: data definition has no type or storage class
    common.h:77: error: syntax error before 'random_song_change'
    common.h:77: warning: data definition has no type or storage class
    common.h:80: error: syntax error before 'cq_running'
    common.h:80: warning: data definition has no type or storage class
    common.h:81: error: syntax error before 'info_running'
    common.h:81: warning: data definition has no type or storage class
    common.h:87: error: syntax error before 'input_check_file'
    common.h:87: error: syntax error before '*' token
    common.h:87: warning: data definition has no type or storage class
    common.h:88: error: syntax error before '*' token
    common.h:94: error: 'cleanup' redeclared as different kind of symbol
    /usr/include/xmms/plugin.h:103: error: previous declaration of 'cleanup' was here
    In file included from library.h:23,
                     from library.c:19:
    playlist.h:31: error: syntax error before 'gchar'
    playlist.h:31: warning: no semicolon at end of struct or union
    playlist.h:32: warning: data definition has no type or storage class
    playlist.h:35: error: syntax error before '*' token
    playlist.h:35: warning: data definition has no type or storage class
    playlist.h:38: error: syntax error before '*' token
    playlist.h:38: warning: data definition has no type or storage class
    playlist.h:39: error: syntax error before '*' token
    playlist.h:39: warning: data definition has no type or storage class
    playlist.h:41: error: syntax error before 'selected'
    playlist.h:41: warning: data definition has no type or storage class
    playlist.h:42: error: syntax error before 'visible'
    playlist.h:42: warning: data definition has no type or storage class
    playlist.h:44: error: syntax error before '}' token
    playlist.h:48: error: syntax error before 'gchar'
    playlist.h:48: warning: no semicolon at end of struct or union
    playlist.h:49: warning: data definition has no type or storage class
    playlist.h:51: error: syntax error before 'used'
    playlist.h:51: warning: data definition has no type or storage class
    playlist.h:52: error: syntax error before '*' token
    playlist.h:52: warning: data definition has no type or storage class
    playlist.h:53: error: syntax error before '}' token
    playlist.h:57: error: syntax error before '*' token
    playlist.h:57: warning: data definition has no type or storage class
    playlist.h:60: error: syntax error before '*' token
    playlist.h:60: warning: data definition has no type or storage class
    playlist.h:63: error: syntax error before '*' token
    playlist.h:63: warning: data definition has no type or storage class
    playlist.h:67: error: syntax error before '*' token
    playlist.h:69: error: syntax error before 'data'
    playlist.h:78: error: syntax error before '*' token
    playlist.h:79: error: syntax error before '*' token
    playlist.h:81: error: syntax error before 'n'
    playlist.h:82: error: syntax error before 'clear_tags'
    In file included from library.h:24,
                     from library.c:19:
    command_queue.h:40: error: syntax error before 'gchar'
    command_queue.h:40: warning: no semicolon at end of struct or union
    command_queue.h:41: warning: data definition has no type or storage class
    command_queue.h:42: error: syntax error before '}' token
    command_queue.h:46: error: syntax error before '*' token
    command_queue.h:46: warning: data definition has no type or storage class
    command_queue.h:54: error: syntax error before 'gchar'
    In file included from library.h:25,
                     from library.c:19:
    gui_playlist.h:29: error: syntax error before '*' token
    gui_playlist.h:29: warning: data definition has no type or storage class
    gui_playlist.h:30: error: syntax error before '*' token
    gui_playlist.h:30: warning: data definition has no type or storage class
    gui_playlist.h:31: error: syntax error before '*' token
    gui_playlist.h:31: warning: data definition has no type or storage class
    gui_playlist.h:32: error: syntax error before '*' token
    gui_playlist.h:32: warning: data definition has no type or storage class
    gui_playlist.h:33: error: syntax error before '*' token
    gui_playlist.h:33: warning: data definition has no type or storage class
    gui_playlist.h:34: error: syntax error before '*' token
    gui_playlist.h:34: warning: data definition has no type or storage class
    gui_playlist.h:35: error: syntax error before '*' token
    gui_playlist.h:35: warning: data definition has no type or storage class
    gui_playlist.h:36: error: syntax error before '*' token
    gui_playlist.h:36: warning: data definition has no type or storage class
    gui_playlist.h:37: error: syntax error before '*' token
    gui_playlist.h:37: warning: data definition has no type or storage class
    gui_playlist.h:38: error: syntax error before '*' token
    gui_playlist.h:38: warning: data definition has no type or storage class
    gui_playlist.h:39: error: syntax error before '*' token
    gui_playlist.h:39: warning: data definition has no type or storage class
    gui_playlist.h:40: error: syntax error before '*' token
    gui_playlist.h:40: warning: data definition has no type or storage class
    gui_playlist.h:41: error: syntax error before '*' token
    gui_playlist.h:41: warning: data definition has no type or storage class
    gui_playlist.h:42: error: syntax error before '*' token
    gui_playlist.h:42: warning: data definition has no type or storage class
    gui_playlist.h:44: error: syntax error before 'selected_row'
    gui_playlist.h:44: warning: data definition has no type or storage class
    gui_playlist.h:45: error: syntax error before 'row_count'
    gui_playlist.h:45: warning: data definition has no type or storage class
    gui_playlist.h:47: error: syntax error before 'updating'
    gui_playlist.h:47: warning: data definition has no type or storage class
    gui_playlist.h:53: error: syntax error before '*' token
    gui_playlist.h:54: error: syntax error before '*' token
    gui_playlist.h:55: error: syntax error before 'data'
    gui_playlist.h:56: error: syntax error before '*' token
    gui_playlist.h:58: error: syntax error before '*' token
    gui_playlist.h:59: error: syntax error before '*' token
    gui_playlist.h:60: error: syntax error before '*' token
    gui_playlist.h:63: error: syntax error before 'data'
    gui_playlist.h:64: error: syntax error before 'data'
    gui_playlist.h:65: error: syntax error before '*' token
    gui_playlist.h:67: error: syntax error before '*' token
    gui_playlist.h:69: error: syntax error before '*' token
    gui_playlist.h:70: error: syntax error before '*' token
    gui_playlist.h:71: error: syntax error before '*' token
    gui_playlist.h:73: error: syntax error before '*' token
    gui_playlist.h:75: error: syntax error before 'row'
    gui_playlist.h:76: error: syntax error before 'data'
    In file included from library.c:19:
    library.h:37: error: syntax error before '*' token
    library.h:40: error: syntax error before '*' token
    library.h:43: error: syntax error before 'playlist_check'
    library.h:43: error: syntax error before 'data'
    library.h:43: warning: data definition has no type or storage class
    library.h:47: error: syntax error before '*' token
    library.c:21: error: syntax error before 'timer_id'
    library.c:21: warning: data definition has no type or storage class
    library.c:22: error: syntax error before '*' token
    library.c:22: warning: data definition has no type or storage class
    library.c:24: error: syntax error before 'random_song'
    library.c:24: warning: data definition has no type or storage class
    library.c:25: error: syntax error before 'random_song_change'
    library.c:25: warning: data definition has no type or storage class
    library.c:27: error: syntax error before 'auto_clear_tags'
    library.c:27: warning: data definition has no type or storage class
    library.c:35: error: syntax error before 'quit'
    library.c:35: warning: data definition has no type or storage class
    library.c:38: error: syntax error before 'loading'
    library.c:38: warning: data definition has no type or storage class
    library.c:39: error: syntax error before 'running'
    library.c:39: error: 'FALSE' undeclared here (not in a function)
    library.c:39: warning: data definition has no type or storage class
    library.c:40: error: syntax error before 'cq_running'
    library.c:40: warning: data definition has no type or storage class
    library.c:41: error: syntax error before 'info_running'
    library.c:41: warning: data definition has no type or storage class
    library.c:43: error: syntax error before '*' token
    library.c:43: warning: data definition has no type or storage class
    library.c:45: error: syntax error before 'update_display'
    library.c:45: warning: data definition has no type or storage class
    library.c: In function 'get_gplugin_info':
    library.c:63: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:67: error: syntax error before 'folders_only'
    library.c: In function 'read_config':
    library.c:68: error: 'cfgfile' undeclared (first use in this function)
    library.c:68: error: (Each undeclared identifier is reported only once
    library.c:68: error: for each function it appears in.)
    library.c:69: error: 'gint' undeclared (first use in this function)
    library.c:69: error: syntax error before 'folder_count'
    library.c:71: error: 'folder_count' undeclared (first use in this function)
    library.c:77: error: 'folders_only' undeclared (first use in this function)
    library.c:87: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:99: error: syntax error before '*' token
    library.c: In function 'add_file':
    library.c:100: error: 'filename' undeclared (first use in this function)
    library.c: In function 'add_dir':
    library.c:125: warning: assignment makes pointer from integer without a cast
    library.c:126: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:147: error: syntax error before 'update_function'
    library.c:147: error: syntax error before 'data'
    library.c: In function 'update_function':
    library.c:163: error: 'TRUE' undeclared (first use in this function)
    library.c: At top level:
    library.c:166: error: syntax error before 'playlist_check'
    library.c:166: error: syntax error before 'data'
    library.c: In function 'playlist_check':
    library.c:167: error: 'gint' undeclared (first use in this function)
    library.c:167: error: syntax error before 'pos'
    library.c:171: error: 'TRUE' undeclared (first use in this function)
    library.c:173: error: 'pos' undeclared (first use in this function)
    library.c:174: error: 'length' undeclared (first use in this function)
    library.c:175: error: 'f_length' undeclared (first use in this function)
    library.c:177: error: 'total' undeclared (first use in this function)
    library.c:178: error: 'played' undeclared (first use in this function)
    library.c: In function 'init':
    library.c:191: warning: assignment makes pointer from integer without a cast
    library.c:207: error: 'TRUE' undeclared (first use in this function)
    library.c:213: error: 'g_str_hash' undeclared (first use in this function)
    library.c:213: error: 'g_str_equal' undeclared (first use in this function)
    library.c:213: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:255: error: syntax error before '*' token
    library.c: In function 'info_enqueue':
    library.c:256: error: 'gchar' undeclared (first use in this function)
    library.c:256: error: 'f' undeclared (first use in this function)
    library.c:258: error: 'filename' undeclared (first use in this function)
    library.c:261: warning: assignment makes pointer from integer without a cast
    library.c: In function 'info_thread_func':
    library.c:268: error: 'GList' undeclared (first use in this function)
    library.c:268: error: 'e' undeclared (first use in this function)
    library.c:269: error: 'gchar' undeclared (first use in this function)
    library.c:269: error: 'filename' undeclared (first use in this function)
    library.c:271: error: 'gint' undeclared (first use in this function)
    library.c:271: error: syntax error before 'length'
    library.c:277: error: 'TRUE' undeclared (first use in this function)
    library.c:300: error: 'temp' undeclared (first use in this function)
    library.c:300: error: 'ext' undeclared (first use in this function)
    library.c:301: error: 'input' undeclared (first use in this function)
    library.c:323: error: syntax error before ')' token
    library.c:327: error: 'length' undeclared (first use in this function)
    library.c:334: warning: assignment makes pointer from integer without a cast
    library.c: At top level:
    library.c:374: error: 'cleanup' redeclared as different kind of symbol
    /usr/include/xmms/plugin.h:103: error: previous declaration of 'cleanup' was here
    library.c: In function 'cleanup':
    library.c:382: error: 'TRUE' undeclared (first use in this function)
    make[2]: *** [library.lo] Fehler 1
    make[2]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3/src'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3'
    make: *** [all-recursive-am] Fehler 2

  10. #10
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    gtk/gtk.h: No such file or directory
    gdk/gdkkeysyms.h: No such file or directory
    glib.h: No such file or directory

    apt-file search gtk.h
    ...

  11. #11
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39
    ?

    bash: apt-file: command not found

  12. #12
    Registrierter Benutzer Avatar von drcux
    Registriert seit
    Oct 2003
    Beiträge
    6.989
    apt-get install apt-file

  13. #13
    Unregistrierter Benutzer
    Registriert seit
    Jul 2006
    Beiträge
    39
    Keinerlei Ausgabe bei apt-file search gtk.h.
    Die gtk.h liegt aber in gtk+-2.9.4/gtk

    Ich hab die "No such file..."-Dateien jetzt mal von Hand zusammengesucht.
    Für die Fehlermeldung die jetzt kommt reicht der Terminalplatz nicht mehr.
    Die Ausgabe wird maximal 7000 Zeilen lang, auch wenn ich 10000 Zeilen einstelle. Trotzdem hat sie nicht den richtigen Anfang.
    Hier mal die letzten Zeilen:
    Code:
    ./gtk/gtkrecentmanager.h:195: error: syntax error before '*' token
    ./gtk/gtkrecentmanager.h:196: warning: data definition has no type or storage class
    ./gtk/gtkrecentmanager.h:197: error: syntax error before 'G_GNUC_MALLOC'
    ./gtk/gtkrecentmanager.h:197: warning: data definition has no type or storage class
    ./gtk/gtkrecentmanager.h:198: error: syntax error before 'G_GNUC_MALLOC'
    ./gtk/gtkrecentmanager.h:198: warning: data definition has no type or storage class
    In file included from ./gtk/gtkrecentchooser.h:28,
                     from ./gtk/gtk.h:144,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkrecentfilter.h:26: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkrecentfilter.h:32: error: syntax error before 'typedef'
    ./gtk/gtkrecentfilter.h:60: error: syntax error before 'gtk_recent_filter_get_type'
    ./gtk/gtkrecentfilter.h:60: warning: data definition has no type or storage class
    ./gtk/gtkrecentfilter.h:65: error: syntax error before 'gchar'
    In file included from ./gtk/gtk.h:144,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkrecentchooser.h:30: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkrecentchooser.h:51: error: syntax error before 'typedef'
    ./gtk/gtkrecentchooser.h:80: error: syntax error before 'GTypeInterface'
    ./gtk/gtkrecentchooser.h:80: warning: no semicolon at end of struct or union
    ./gtk/gtkrecentchooser.h:87: error: syntax error before 'GError'
    ./gtk/gtkrecentchooser.h:91: error: syntax error before 'GError'
    ./gtk/gtkrecentchooser.h:106: error: conflicting types for 'set_sort_func'
    ./gtk/gtktreesortable.h:67: error: previous declaration of 'set_sort_func' was here
    ./gtk/gtkrecentchooser.h:113: error: syntax error before '}' token
    ./gtk/gtkrecentchooser.h:115: error: syntax error before 'gtk_recent_chooser_get_type'
    ./gtk/gtkrecentchooser.h:115: warning: data definition has no type or storage class
    ./gtk/gtkrecentchooser.h:157: error: syntax error before 'GError'
    ./gtk/gtkrecentchooser.h:162: error: syntax error before 'GError'
    In file included from ./gtk/gtk.h:145,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkrecentchooserdialog.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkrecentchooserdialog.h:36: error: syntax error before 'typedef'
    ./gtk/gtkrecentchooserdialog.h:56: error: syntax error before 'gtk_recent_chooser_dialog_get_type'
    ./gtk/gtkrecentchooserdialog.h:56: warning: data definition has no type or storage class
    ./gtk/gtkrecentchooserdialog.h:61: error: syntax error before 'G_GNUC_NULL_TERMINATED'
    ./gtk/gtkrecentchooserdialog.h:61: warning: data definition has no type or storage class
    ./gtk/gtkrecentchooserdialog.h:66: error: syntax error before 'G_GNUC_NULL_TERMINATED'
    ./gtk/gtkrecentchooserdialog.h:66: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:146,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkrecentchoosermenu.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkrecentchoosermenu.h:36: error: syntax error before 'typedef'
    ./gtk/gtkrecentchoosermenu.h:43: error: field 'parent_instance' has incomplete type
    ./gtk/gtkrecentchoosermenu.h:59: error: syntax error before 'gtk_recent_chooser_menu_get_type'
    ./gtk/gtkrecentchoosermenu.h:59: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:147,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkrecentchooserwidget.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkrecentchooserwidget.h:36: error: syntax error before 'typedef'
    ./gtk/gtkrecentchooserwidget.h:54: error: syntax error before 'gtk_recent_chooser_widget_get_type'
    ./gtk/gtkrecentchooserwidget.h:54: warning: data definition has no type or storage class
    In file included from ./gtk/gtkscrolledwindow.h:34,
                     from ./gtk/gtk.h:153,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkviewport.h:36: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkviewport.h:47: error: syntax error before 'typedef'
    ./gtk/gtkviewport.h:55: error: syntax error before 'GdkWindow'
    ./gtk/gtkviewport.h:55: warning: no semicolon at end of struct or union
    ./gtk/gtkviewport.h:56: warning: data definition has no type or storage class
    ./gtk/gtkviewport.h:59: error: syntax error before '}' token
    ./gtk/gtkviewport.h:71: error: syntax error before 'gtk_viewport_get_type'
    ./gtk/gtkviewport.h:71: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:153,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkscrolledwindow.h:37: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkscrolledwindow.h:49: error: syntax error before 'typedef'
    ./gtk/gtkscrolledwindow.h:99: error: syntax error before 'gtk_scrolled_window_get_type'
    ./gtk/gtkscrolledwindow.h:99: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:156,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkseparatormenuitem.h:34: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkseparatormenuitem.h:44: error: syntax error before 'typedef'
    ./gtk/gtkseparatormenuitem.h:49: error: field 'menu_item' has incomplete type
    ./gtk/gtkseparatormenuitem.h:58: error: syntax error before 'gtk_separator_menu_item_get_type'
    ./gtk/gtkseparatormenuitem.h:58: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:157,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkseparatortoolitem.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkseparatortoolitem.h:36: error: syntax error before 'typedef'
    ./gtk/gtkseparatortoolitem.h:59: error: syntax error before 'gtk_separator_tool_item_get_type'
    ./gtk/gtkseparatortoolitem.h:59: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:160,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtksizegroup.h:26: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtksizegroup.h:36: error: syntax error before 'typedef'
    ./gtk/gtksizegroup.h:41: error: syntax error before 'GObject'
    ./gtk/gtksizegroup.h:41: warning: no semicolon at end of struct or union
    ./gtk/gtksizegroup.h:48: error: syntax error before ':' token
    ./gtk/gtksizegroup.h:49: error: syntax error before ':' token
    ./gtk/gtksizegroup.h:50: error: syntax error before ':' token
    ./gtk/gtksizegroup.h:53: error: syntax error before '}' token
    ./gtk/gtksizegroup.h:57: error: syntax error before 'GObjectClass'
    ./gtk/gtksizegroup.h:57: warning: no semicolon at end of struct or union
    ./gtk/gtksizegroup.h:64: error: syntax error before '}' token
    ./gtk/gtksizegroup.h:83: error: syntax error before 'gtk_size_group_get_type'
    ./gtk/gtksizegroup.h:83: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:162,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkspinbutton.h:39: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkspinbutton.h:50: error: syntax error before 'typedef'
    ./gtk/gtkspinbutton.h:74: error: field 'entry' has incomplete type
    ./gtk/gtkspinbutton.h:78: error: syntax error before 'GdkWindow'
    ./gtk/gtkspinbutton.h:78: warning: no semicolon at end of struct or union
    ./gtk/gtkspinbutton.h:87: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:88: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:89: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:90: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:91: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:92: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:93: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:94: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:95: error: syntax error before ':' token
    ./gtk/gtkspinbutton.h:120: error: syntax error before 'gtk_spin_button_get_type'
    ./gtk/gtkspinbutton.h:120: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:163,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkstatusbar.h:33: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkstatusbar.h:43: error: syntax error before 'typedef'
    ./gtk/gtkstatusbar.h:59: error: syntax error before 'GdkWindow'
    ./gtk/gtkstatusbar.h:59: warning: no semicolon at end of struct or union
    ./gtk/gtkstatusbar.h:61: error: syntax error before ':' token
    ./gtk/gtkstatusbar.h:85: error: syntax error before 'gtk_statusbar_get_type'
    ./gtk/gtkstatusbar.h:85: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:164,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkstatusicon.h:30: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkstatusicon.h:39: error: syntax error before 'typedef'
    ./gtk/gtkstatusicon.h:45: error: syntax error before 'GObject'
    ./gtk/gtkstatusicon.h:45: warning: no semicolon at end of struct or union
    ./gtk/gtkstatusicon.h:47: error: conflicting types for 'priv'
    ./gtk/gtkcalendar.h:91: error: previous declaration of 'priv' was here
    ./gtk/gtkstatusicon.h:48: error: syntax error before '}' token
    ./gtk/gtkstatusicon.h:52: error: syntax error before 'GObjectClass'
    ./gtk/gtkstatusicon.h:52: warning: no semicolon at end of struct or union
    ./gtk/gtkstatusicon.h:54: error: conflicting types for 'activate'
    ./gtk/gtkaction.h:63: error: previous declaration of 'activate' was here
    ./gtk/gtkstatusicon.h:57: error: conflicting types for 'popup_menu'
    ./gtk/gtkentry.h:68: error: previous declaration of 'popup_menu' was here
    ./gtk/gtkstatusicon.h:67: error: syntax error before '}' token
    ./gtk/gtkstatusicon.h:69: error: syntax error before 'gtk_status_icon_get_type'
    ./gtk/gtkstatusicon.h:69: warning: data definition has no type or storage class
    ./gtk/gtkstatusicon.h:72: error: syntax error before '*' token
    ./gtk/gtkstatusicon.h:78: error: syntax error before 'GdkPixbuf'
    ./gtk/gtkstatusicon.h:88: error: syntax error before '*' token
    ./gtk/gtkstatusicon.h:88: warning: data definition has no type or storage class
    ./gtk/gtkstatusicon.h:89: error: syntax error before 'gchar'
    ./gtk/gtkstatusicon.h:90: error: syntax error before 'gchar'
    ./gtk/gtkstatusicon.h:113: error: syntax error before 'GdkScreen'
    In file included from ./gtk/gtk.h:165,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkstock.h:34: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkstock.h:36: error: syntax error before 'typedef'
    ./gtk/gtkstock.h:42: error: syntax error before 'GdkModifierType'
    ./gtk/gtkstock.h:42: warning: no semicolon at end of struct or union
    ./gtk/gtkstock.h:45: error: syntax error before '}' token
    In file included from ./gtk/gtk.h:167,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktable.h:35: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktable.h:45: error: syntax error before 'typedef'
    ./gtk/gtktable.h:66: error: field 'parent_class' has incomplete type
    ./gtk/gtktable.h:99: error: syntax error before 'gtk_table_get_type'
    ./gtk/gtktable.h:99: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:168,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktearoffmenuitem.h:34: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktearoffmenuitem.h:44: error: syntax error before 'typedef'
    ./gtk/gtktearoffmenuitem.h:49: error: field 'menu_item' has incomplete type
    ./gtk/gtktearoffmenuitem.h:66: error: syntax error before 'gtk_tearoff_menu_item_get_type'
    ./gtk/gtktearoffmenuitem.h:66: warning: data definition has no type or storage class
    In file included from ./gtk/gtktextbuffer.h:32,
                     from ./gtk/gtk.h:170,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktexttagtable.h:32: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktexttagtable.h:36: error: syntax error before 'typedef'
    ./gtk/gtktexttagtable.h:49: error: syntax error before 'GObject'
    ./gtk/gtktexttagtable.h:49: warning: no semicolon at end of struct or union
    ./gtk/gtktexttagtable.h:56: error: syntax error before '}' token
    ./gtk/gtktexttagtable.h:60: error: syntax error before 'GObjectClass'
    ./gtk/gtktexttagtable.h:60: warning: no semicolon at end of struct or union
    ./gtk/gtktexttagtable.h:71: error: syntax error before '}' token
    ./gtk/gtktexttagtable.h:73: error: syntax error before 'gtk_text_tag_table_get_type'
    ./gtk/gtktexttagtable.h:73: warning: data definition has no type or storage class
    In file included from ./gtk/gtktextbuffer.h:34,
                     from ./gtk/gtk.h:170,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktextmark.h:53: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktextmark.h:57: error: syntax error before 'typedef'
    ./gtk/gtktextmark.h:69: error: syntax error before 'GObject'
    ./gtk/gtktextmark.h:69: warning: no semicolon at end of struct or union
    ./gtk/gtktextmark.h:72: error: syntax error before '}' token
    ./gtk/gtktextmark.h:76: error: syntax error before 'GObjectClass'
    ./gtk/gtktextmark.h:76: warning: no semicolon at end of struct or union
    ./gtk/gtktextmark.h:83: error: syntax error before '}' token
    ./gtk/gtktextmark.h:85: error: syntax error before 'gtk_text_mark_get_type'
    ./gtk/gtktextmark.h:85: warning: data definition has no type or storage class
    ./gtk/gtktextmark.h:91: error: syntax error before 'gchar'
    In file included from ./gtk/gtk.h:170,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktextbuffer.h:37: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktextbuffer.h:50: error: syntax error before 'typedef'
    ./gtk/gtktextbuffer.h:52: error: 'G_MAXUINT' undeclared here (not in a function)
    ./gtk/gtktextbuffer.h:72: error: syntax error before 'GObject'
    ./gtk/gtktextbuffer.h:72: warning: no semicolon at end of struct or union
    ./gtk/gtktextbuffer.h:85: error: syntax error before ':' token
    ./gtk/gtktextbuffer.h:87: error: syntax error before ':' token
    ./gtk/gtktextbuffer.h:92: error: syntax error before 'GObjectClass'
    ./gtk/gtktextbuffer.h:92: warning: no semicolon at end of struct or union
    ./gtk/gtktextbuffer.h:97: error: conflicting types for 'insert_text'
    ./gtk/gtkeditable.h:54: error: previous declaration of 'insert_text' was here
    ./gtk/gtktextbuffer.h:101: error: syntax error before 'GdkPixbuf'
    ./gtk/gtktextbuffer.h:114: error: conflicting types for 'changed'
    ./gtk/gtkeditable.h:58: error: previous declaration of 'changed' was here
    ./gtk/gtktextbuffer.h:149: error: syntax error before '}' token
    ./gtk/gtktextbuffer.h:151: error: syntax error before 'gtk_text_buffer_get_type'
    ./gtk/gtktextbuffer.h:151: warning: data definition has no type or storage class
    ./gtk/gtktextbuffer.h:202: error: syntax error before 'G_GNUC_NULL_TERMINATED'
    ./gtk/gtktextbuffer.h:202: warning: data definition has no type or storage class
    ./gtk/gtktextbuffer.h:209: error: syntax error before 'G_GNUC_NULL_TERMINATED'
    ./gtk/gtktextbuffer.h:209: warning: data definition has no type or storage class
    ./gtk/gtktextbuffer.h:238: error: syntax error before 'GdkPixbuf'
    ./gtk/gtktextbuffer.h:391: error: syntax error before '*' token
    ./gtk/gtktextbuffer.h:393: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:171,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktextbufferrichtext.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktextbufferrichtext.h:29: error: syntax error before 'typedef'
    ./gtk/gtktextbufferrichtext.h:42: error: syntax error before 'GError'
    ./gtk/gtktextbufferrichtext.h:44: error: syntax error before 'gtk_text_buffer_register_serialize_format'
    ./gtk/gtktextbufferrichtext.h:48: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:49: error: syntax error before 'gtk_text_buffer_register_serialize_tagset'
    ./gtk/gtktextbufferrichtext.h:50: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:52: error: syntax error before 'gtk_text_buffer_register_deserialize_format'
    ./gtk/gtktextbufferrichtext.h:56: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:57: error: syntax error before 'gtk_text_buffer_register_deserialize_tagset'
    ./gtk/gtktextbufferrichtext.h:58: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:61: error: syntax error before 'GdkAtom'
    ./gtk/gtktextbufferrichtext.h:63: error: syntax error before 'GdkAtom'
    ./gtk/gtktextbufferrichtext.h:66: error: syntax error before 'GdkAtom'
    ./gtk/gtktextbufferrichtext.h:69: error: syntax error before 'GdkAtom'
    ./gtk/gtktextbufferrichtext.h:71: error: syntax error before '*' token
    ./gtk/gtktextbufferrichtext.h:72: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:73: error: syntax error before '*' token
    ./gtk/gtktextbufferrichtext.h:74: warning: data definition has no type or storage class
    ./gtk/gtktextbufferrichtext.h:78: error: syntax error before 'GdkAtom'
    ./gtk/gtktextbufferrichtext.h:84: error: syntax error before 'GdkAtom'
    In file included from ./gtk/gtk.h:172,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktextview.h:35: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktextview.h:44: error: syntax error before 'typedef'
    ./gtk/gtktextview.h:83: error: syntax error before 'PangoTabArray'
    ./gtk/gtktextview.h:83: warning: no semicolon at end of struct or union
    ./gtk/gtktextview.h:84: error: syntax error before ':' token
    ./gtk/gtktextview.h:88: error: syntax error before ':' token
    ./gtk/gtktextview.h:89: error: syntax error before ':' token
    ./gtk/gtktextview.h:92: error: syntax error before ':' token
    ./gtk/gtktextview.h:94: error: syntax error before ':' token
    ./gtk/gtktextview.h:96: error: syntax error before ':' token
    ./gtk/gtktextview.h:101: error: syntax error before ':' token
    ./gtk/gtktextview.h:103: error: syntax error before ':' token
    ./gtk/gtktextview.h:151: error: syntax error before '}' token
    ./gtk/gtktextview.h:155: error: field 'parent_class' has incomplete type
    ./gtk/gtktextview.h:213: error: syntax error before 'gtk_text_view_get_type'
    ./gtk/gtktextview.h:213: warning: data definition has no type or storage class
    ./gtk/gtktextview.h:238: error: syntax error before 'GdkRectangle'
    ./gtk/gtktextview.h:245: error: syntax error before 'GdkRectangle'
    ./gtk/gtktextview.h:278: error: syntax error before '*' token
    ./gtk/gtktextview.h:279: warning: data definition has no type or storage class
    ./gtk/gtktextview.h:281: error: syntax error before 'GdkWindow'
    ./gtk/gtktextview.h:357: error: syntax error before 'PangoTabArray'
    ./gtk/gtktextview.h:358: error: syntax error before '*' token
    ./gtk/gtktextview.h:358: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:173,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktipsquery.h:39: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktipsquery.h:51: error: syntax error before 'typedef'
    ./gtk/gtktipsquery.h:58: error: field 'label' has incomplete type
    ./gtk/gtktipsquery.h:68: error: syntax error before 'GdkCursor'
    ./gtk/gtktipsquery.h:68: warning: no semicolon at end of struct or union
    ./gtk/gtktipsquery.h:85: error: syntax error before 'GdkEventButton'
    ./gtk/gtktipsquery.h:96: error: syntax error before 'gtk_tips_query_get_type'
    ./gtk/gtktipsquery.h:96: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:177,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktoolbar.h:50: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktoolbar.h:60: error: syntax error before 'typedef'
    ./gtk/gtktoolbar.h:117: error: field 'parent_class' has incomplete type
    ./gtk/gtktoolbar.h:135: error: syntax error before 'gtk_toolbar_get_type'
    ./gtk/gtktoolbar.h:135: warning: data definition has no type or storage class
    ./gtk/gtktoolbar.h:171: error: syntax error before 'GdkRectangle'
    In file included from ./gtk/gtk.h:182,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktreednd.h:26: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktreednd.h:33: error: syntax error before 'typedef'
    ./gtk/gtktreednd.h:38: error: syntax error before 'GTypeInterface'
    ./gtk/gtktreednd.h:38: warning: no semicolon at end of struct or union
    ./gtk/gtktreednd.h:51: error: syntax error before '}' token
    ./gtk/gtktreednd.h:53: error: syntax error before 'gtk_tree_drag_source_get_type'
    ./gtk/gtktreednd.h:53: warning: data definition has no type or storage class
    ./gtk/gtktreednd.h:80: error: syntax error before 'GTypeInterface'
    ./gtk/gtktreednd.h:80: warning: no semicolon at end of struct or union
    ./gtk/gtktreednd.h:91: error: syntax error before '}' token
    ./gtk/gtktreednd.h:93: error: syntax error before 'gtk_tree_drag_dest_get_type'
    ./gtk/gtktreednd.h:93: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:186,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktreemodelsort.h:26: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktreemodelsort.h:35: error: syntax error before 'typedef'
    ./gtk/gtktreemodelsort.h:40: error: syntax error before 'GObject'
    ./gtk/gtktreemodelsort.h:40: warning: no semicolon at end of struct or union
    ./gtk/gtktreemodelsort.h:65: error: syntax error before '}' token
    ./gtk/gtktreemodelsort.h:69: error: syntax error before 'GObjectClass'
    ./gtk/gtktreemodelsort.h:69: warning: no semicolon at end of struct or union
    ./gtk/gtktreemodelsort.h:76: error: syntax error before '}' token
    ./gtk/gtktreemodelsort.h:79: error: syntax error before 'gtk_tree_model_sort_get_type'
    ./gtk/gtktreemodelsort.h:79: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:187,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktreeselection.h:27: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktreeselection.h:37: error: syntax error before 'typedef'
    ./gtk/gtktreeselection.h:49: error: syntax error before 'GObject'
    ./gtk/gtktreeselection.h:49: warning: no semicolon at end of struct or union
    ./gtk/gtktreeselection.h:54: error: conflicting types for 'type'
    ./gtk/gtkselection.h:59: error: previous declaration of 'type' was here
    ./gtk/gtktreeselection.h:58: error: syntax error before '}' token
    ./gtk/gtktreeselection.h:62: error: syntax error before 'GObjectClass'
    ./gtk/gtktreeselection.h:62: warning: no semicolon at end of struct or union
    ./gtk/gtktreeselection.h:64: error: conflicting types for 'changed'
    ./gtk/gtkeditable.h:58: error: previous declaration of 'changed' was here
    ./gtk/gtktreeselection.h:71: error: syntax error before '}' token
    ./gtk/gtktreeselection.h:74: error: syntax error before 'gtk_tree_selection_get_type'
    ./gtk/gtktreeselection.h:74: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:188,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtktreestore.h:28: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtktreestore.h:38: error: syntax error before 'typedef'
    ./gtk/gtktreestore.h:43: error: syntax error before 'GObject'
    ./gtk/gtktreestore.h:43: warning: no semicolon at end of struct or union
    ./gtk/gtktreestore.h:47: error: conflicting types for 'last'
    ./gtk/gtkcurve.h:71: error: previous declaration of 'last' was here
    ./gtk/gtktreestore.h:52: error: syntax error before '*' token
    ./gtk/gtktreestore.h:52: warning: data definition has no type or storage class
    ./gtk/gtktreestore.h:56: error: syntax error before ':' token
    ./gtk/gtktreestore.h:61: error: syntax error before 'GObjectClass'
    ./gtk/gtktreestore.h:61: warning: no semicolon at end of struct or union
    ./gtk/gtktreestore.h:68: error: syntax error before '}' token
    ./gtk/gtktreestore.h:71: error: syntax error before 'gtk_tree_store_get_type'
    ./gtk/gtktreestore.h:71: warning: data definition has no type or storage class
    ./gtk/gtktreestore.h:75: error: syntax error before 'GType'
    ./gtk/gtktreestore.h:78: error: syntax error before 'GType'
    ./gtk/gtktreestore.h:85: error: syntax error before 'GValue'
    ./gtk/gtktreestore.h:116: error: syntax error before 'GValue'
    In file included from ./gtk/gtk.h:192,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkuimanager.h:41: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkuimanager.h:50: error: syntax error before 'typedef'
    ./gtk/gtkuimanager.h:56: error: syntax error before 'GObject'
    ./gtk/gtkuimanager.h:56: warning: no semicolon at end of struct or union
    ./gtk/gtkuimanager.h:60: error: conflicting types for 'private_data'
    ./gtk/gtkaction.h:55: error: previous declaration of 'private_data' was here
    ./gtk/gtkuimanager.h:61: error: syntax error before '}' token
    ./gtk/gtkuimanager.h:64: error: syntax error before 'GObjectClass'
    ./gtk/gtkuimanager.h:64: warning: no semicolon at end of struct or union
    ./gtk/gtkuimanager.h:72: error: conflicting types for 'connect_proxy'
    ./gtk/gtkaction.h:72: error: previous declaration of 'connect_proxy' was here
    ./gtk/gtkuimanager.h:75: error: conflicting types for 'disconnect_proxy'
    ./gtk/gtkaction.h:74: error: previous declaration of 'disconnect_proxy' was here
    ./gtk/gtkuimanager.h:85: error: conflicting types for 'get_action'
    ./gtk/gtkactiongroup.h:66: error: previous declaration of 'get_action' was here
    ./gtk/gtkuimanager.h:90: error: syntax error before '}' token
    ./gtk/gtkuimanager.h:110: error: syntax error before 'gtk_ui_manager_get_type'
    ./gtk/gtkuimanager.h:110: warning: data definition has no type or storage class
    ./gtk/gtkuimanager.h:131: error: syntax error before 'GError'
    ./gtk/gtkuimanager.h:134: error: syntax error before 'GError'
    In file included from ./gtk/gtk.h:193,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkvbbox.h:34: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkvbbox.h:45: error: syntax error before 'typedef'
    ./gtk/gtkvbbox.h:59: error: syntax error before 'gtk_vbutton_box_get_type'
    ./gtk/gtkvbbox.h:59: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:197,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkvpaned.h:33: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkvpaned.h:44: error: syntax error before 'typedef'
    ./gtk/gtkvpaned.h:49: error: field 'paned' has incomplete type
    ./gtk/gtkvpaned.h:57: error: syntax error before 'gtk_vpaned_get_type'
    ./gtk/gtkvpaned.h:57: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:198,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkvruler.h:45: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkvruler.h:56: error: syntax error before 'typedef'
    ./gtk/gtkvruler.h:61: error: field 'ruler' has incomplete type
    ./gtk/gtkvruler.h:70: error: syntax error before 'gtk_vruler_get_type'
    ./gtk/gtkvruler.h:70: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:199,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkvscale.h:35: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkvscale.h:46: error: syntax error before 'typedef'
    ./gtk/gtkvscale.h:60: error: syntax error before 'gtk_vscale_get_type'
    ./gtk/gtkvscale.h:60: warning: data definition has no type or storage class
    In file included from ./gtk/gtk.h:201,
                     from common.h:23,
                     from library.h:22,
                     from library.c:19:
    ./gtk/gtkvseparator.h:35: error: syntax error before 'G_BEGIN_DECLS'
    ./gtk/gtkvseparator.h:46: error: syntax error before 'typedef'
    ./gtk/gtkvseparator.h:60: error: syntax error before 'gtk_vseparator_get_type'
    ./gtk/gtkvseparator.h:60: warning: data definition has no type or storage class
    In file included from common.h:25,
                     from library.h:22,
                     from library.c:19:
    /usr/include/sys/types.h:35: error: syntax error before 'typedef'
    In file included from /usr/include/sched.h:32,
                     from /usr/include/pthread.h:20,
                     from common.h:35,
                     from library.h:22,
                     from library.c:19:
    /usr/include/bits/sched.h:72: error: 'clone' redeclared as different kind of symbol
    ./gtk/gtkstyle.h:146: error: previous declaration of 'clone' was here
    In file included from library.h:25,
                     from library.c:19:
    gui_playlist.h:31: error: conflicting types for 'table'
    ./gtk/gtktexttag.h:83: error: previous declaration of 'table' was here
    gui_playlist.h:56: error: syntax error before 'GdkEventKey'
    gui_playlist.h:69: error: syntax error before 'GdkEventButton'
    gui_playlist.h:72: error: syntax error before 'GdkEventButton'
    gui_playlist.h:74: error: syntax error before 'GdkEventButton'
    library.c: In function 'update_function':
    library.c:151: error: syntax error before 'GtkObject'
    library.c:151: error: syntax error before ')' token
    make[2]: *** [library.lo] Fehler 1
    make[2]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3/src'
    make[1]: *** [all-recursive] Fehler 1
    make[1]: Leaving directory `/home/jackie/Desktop/MediaLibrary-0.3'
    make: *** [all-recursive-am] Fehler 2
    Ich vermute mal, dass da noch irgendwelche Dateien fehlen?
    Geändert von iakchos (07.08.06 um 12:06 Uhr)

  14. #14
    Registrierter Benutzer Avatar von Ixot
    Registriert seit
    May 2005
    Beiträge
    257
    Was sagen denn
    Code:
    find /usr/include -iname gtk.h
    Code:
    find /usr/include -iname glib.h
    Code:
    find /usr/include -iname gdkkeysyms.h
    GPG-Schlüssel
    Jabber: ixot[at]jabber.ccc.de

  15. #15
    Registrierter Benutzer Avatar von kbdcalls
    Registriert seit
    Aug 2005
    Beiträge
    156
    Poste mal
    Code:
    dpkg -l libgtk*
    Debian Lenny * Kernel 2.6.32-bpo.2-686-bigmem * KDE 3.5.9/10
    AMD Athlon(tm) Dual Core Processor 4850e
    MSI K9N2 DIAMOND * 8182 MB DDR2
    2 x 1500 GB S-ATA

Ähnliche Themen

  1. Fragen zum Thema Bootsplash
    Von Shutdown im Forum Linux Allgemein
    Antworten: 22
    Letzter Beitrag: 30.08.04, 10:33
  2. Ruckelt beim scrollen
    Von B44L im Forum Linux Allgemein
    Antworten: 20
    Letzter Beitrag: 19.08.04, 15:19
  3. ISDN Frage --> Script ausführen wenn Internetverbindung steht
    Von markwaldhoff im Forum Anbindung an die Aussenwelt
    Antworten: 20
    Letzter Beitrag: 18.01.04, 18:52
  4. mldonkey - Aufruf - Fehlermeldung!?
    Von micha97 im Forum Anwendungen Allgemein, Software
    Antworten: 1
    Letzter Beitrag: 08.02.03, 09:01
  5. SUSE Linux 7.2 startet nach Kernelupdate nicht mehr, bootmsg.log inside
    Von BendAR im Forum System installieren und konfigurieren
    Antworten: 12
    Letzter Beitrag: 20.08.02, 07:19

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •