[Vorbis] Vorbis Tools installation problem

Andy Wright jaw at symbolics.us
Mon Sep 6 05:36:52 PDT 2004


The problem with running make was that I wasn't running it as root so I 
ran it as sudo make which allows me to temporarily have root 
priveleges.

my configure command was this:

./configure -with-ogg=/sw --with-ao=/sw --without-flac --without-speex


Here is the entire output of make:

$ sudo make
Making all in po
make[1]: Nothing to be done for `all'.
Making all in intl
make[1]: Nothing to be done for `all'.
Making all in include
make[1]: Nothing to be done for `all'.
Making all in share
source='charset.c' object='charset.o' libtool=no \
depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STDDEF_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include    -fno-common -O4 
-Wall -fsigned-char -ffast-math  -c `test -f 'charset.c' || echo 
'./'`charset.c
source='iconvert.c' object='iconvert.o' libtool=no \
depfile='.deps/iconvert.Po' tmpdepfile='.deps/iconvert.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STDDEF_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include    -fno-common -O4 
-Wall -fsigned-char -ffast-math  -c `test -f 'iconvert.c' || echo 
'./'`iconvert.c
iconvert.c: In function `iconvert':
iconvert.c:107: warning: passing arg 2 of `libiconv' from incompatible 
pointer type
iconvert.c:166: warning: passing arg 2 of `libiconv' from incompatible 
pointer type
iconvert.c:178: warning: passing arg 2 of `libiconv' from incompatible 
pointer type
iconvert.c:201: warning: passing arg 2 of `libiconv' from incompatible 
pointer type
iconvert.c:211: warning: passing arg 2 of `libiconv' from incompatible 
pointer type
source='utf8.c' object='utf8.o' libtool=no \
depfile='.deps/utf8.Po' tmpdepfile='.deps/utf8.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STDDEF_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include    -fno-common -O4 
-Wall -fsigned-char -ffast-math  -c `test -f 'utf8.c' || echo 
'./'`utf8.c
rm -f libutf8.a
ar cru libutf8.a charset.o iconvert.o utf8.o
ranlib libutf8.a
ranlib: file: libutf8.a(charset.o) has no symbols
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STDDEF_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include    -fno-common -O4 
-Wall -fsigned-char -ffast-math  -c `test -f 'getopt.c' || echo 
'./'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_LIMITS_H=1 
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_STDDEF_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include    -fno-common -O4 
-Wall -fsigned-char -ffast-math  -c `test -f 'getopt1.c' || echo 
'./'`getopt1.c
rm -f libgetopt.a
ar cru libgetopt.a getopt.o getopt1.o
ranlib libgetopt.a
Making all in debian
make[1]: Nothing to be done for `all'.
Making all in win32
make[1]: Nothing to be done for `all'.
Making all in ogg123
source='audio.c' object='audio.o' libtool=no \
depfile='.deps/audio.Po' tmpdepfile='.deps/audio.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'audio.c' || echo './'`audio.c
source='buffer.c' object='buffer.o' libtool=no \
depfile='.deps/buffer.Po' tmpdepfile='.deps/buffer.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'buffer.c' || echo './'`buffer.c
buffer.c: In function `buffer_thread_cleanup':
buffer.c:93: warning: unused variable `buf'
source='callbacks.c' object='callbacks.o' libtool=no \
depfile='.deps/callbacks.Po' tmpdepfile='.deps/callbacks.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'callbacks.c' || echo './'`callbacks.c
source='cfgfile_options.c' object='cfgfile_options.o' libtool=no \
depfile='.deps/cfgfile_options.Po' 
tmpdepfile='.deps/cfgfile_options.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'cfgfile_options.c' || echo 
'./'`cfgfile_options.c
source='cmdline_options.c' object='cmdline_options.o' libtool=no \
depfile='.deps/cmdline_options.Po' 
tmpdepfile='.deps/cmdline_options.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'cmdline_options.c' || echo 
'./'`cmdline_options.c
cmdline_options.c: In function `parse_cmdline_options':
cmdline_options.c:75: warning: `current' might be used uninitialized in 
this function
source='file_transport.c' object='file_transport.o' libtool=no \
depfile='.deps/file_transport.Po' tmpdepfile='.deps/file_transport.TPo' 
\
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'file_transport.c' || echo 
'./'`file_transport.c
source='format.c' object='format.o' libtool=no \
depfile='.deps/format.Po' tmpdepfile='.deps/format.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'format.c' || echo './'`format.c
source='http_transport.c' object='http_transport.o' libtool=no \
depfile='.deps/http_transport.Po' tmpdepfile='.deps/http_transport.TPo' 
\
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'http_transport.c' || echo 
'./'`http_transport.c
source='ogg123.c' object='ogg123.o' libtool=no \
depfile='.deps/ogg123.Po' tmpdepfile='.deps/ogg123.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'ogg123.c' || echo './'`ogg123.c
source='oggvorbis_format.c' object='oggvorbis_format.o' libtool=no \
depfile='.deps/oggvorbis_format.Po' 
tmpdepfile='.deps/oggvorbis_format.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'oggvorbis_format.c' || echo 
'./'`oggvorbis_format.c
source='playlist.c' object='playlist.o' libtool=no \
depfile='.deps/playlist.Po' tmpdepfile='.deps/playlist.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'playlist.c' || echo './'`playlist.c
source='status.c' object='status.o' libtool=no \
depfile='.deps/status.Po' tmpdepfile='.deps/status.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'status.c' || echo './'`status.c
source='transport.c' object='transport.o' libtool=no \
depfile='.deps/transport.Po' tmpdepfile='.deps/transport.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'transport.c' || echo './'`transport.c
source='vorbis_comments.c' object='vorbis_comments.o' libtool=no \
depfile='.deps/vorbis_comments.Po' 
tmpdepfile='.deps/vorbis_comments.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I/sw/include  -I/sw/include 
-I../include -I../intl    -fno-common -O4 -Wall -fsigned-char 
-ffast-math  -c `test -f 'vorbis_comments.c' || echo 
'./'`vorbis_comments.c
/bin/sh ../libtool --mode=link gcc  -fno-common -O4 -Wall -fsigned-char 
-ffast-math    -o ogg123  audio.o buffer.o callbacks.o 
cfgfile_options.o cmdline_options.o file_transport.o format.o 
http_transport.o ogg123.o oggvorbis_format.o playlist.o status.o 
transport.o vorbis_comments.o ../share/libutf8.a ../share/libgetopt.a 
-lvorbisfile  -lvorbis  -L/sw/lib -logg -L/sw/lib -lao -liconv  -lcurl 
../intl/libintl.a -liconv
mkdir .libs
gcc -fno-common -O4 -Wall -fsigned-char -ffast-math -o ogg123 audio.o 
buffer.o callbacks.o cfgfile_options.o cmdline_options.o 
file_transport.o format.o http_transport.o ogg123.o oggvorbis_format.o 
playlist.o status.o transport.o vorbis_comments.o  ../share/libutf8.a 
../share/libgetopt.a -L/usr/local/lib -lvorbisfile -L/lib -lvorbis -lm 
-L/sw/lib -logg -lao -ldl -lpthread -lcurl ../intl/libintl.a -liconv
ld: warning -L: directory name (/lib) does not exist
Making all in oggenc
Making all in man
make[2]: Nothing to be done for `all'.
source='oggenc.c' object='oggenc.o' libtool=no \
depfile='.deps/oggenc.Po' tmpdepfile='.deps/oggenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/sw/include  
-I../intl    -fno-common -O4 -Wall -fsigned-char -ffast-math  -c `test 
-f 'oggenc.c' || echo './'`oggenc.c
oggenc.c: In function `main':
oggenc.c:143: warning: `format' might be used uninitialized in this 
function
source='audio.c' object='audio.o' libtool=no \
depfile='.deps/audio.Po' tmpdepfile='.deps/audio.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/sw/include  
-I../intl    -fno-common -O4 -Wall -fsigned-char -ffast-math  -c `test 
-f 'audio.c' || echo './'`audio.c
source='encode.c' object='encode.o' libtool=no \
depfile='.deps/encode.Po' tmpdepfile='.deps/encode.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DPACKAGE_NAME=\"\" 
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1 -DHAVE_GETCWD=1 
-DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE_ICONV=1 -DICONV_CONST=const 
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 
-DHAVE_DLOPEN=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_ALLOCA_H=1 
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/sw/include  
-I../intl    -fno-common -O4 -Wall -fsigned-char -ffast-math  -c `test 
-f 'encode.c' || echo './'`encode.c
encode.c: In function `set_advanced_encoder_options':
encode.c:51: error: storage size of `ai' isn't known
encode.c:56: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in 
this function)
encode.c:56: error: (Each undeclared identifier is reported only once
encode.c:56: error: for each function it appears in.)
encode.c:93: error: `OV_ECTL_IBLOCK_SET' undeclared (first use in this 
function)
encode.c:98: error: `OV_ECTL_LOWPASS_GET' undeclared (first use in this 
function)
encode.c:99: error: `OV_ECTL_LOWPASS_SET' undeclared (first use in this 
function)
encode.c:109: error: `OV_ECTL_RATEMANAGE_HARD' undeclared (first use in 
this function)
encode.c:111: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in 
this function)
encode.c:51: warning: unused variable `ai'
encode.c: In function `oe_encode':
encode.c:158: warning: implicit declaration of function 
`vorbis_encode_setup_vbr'
encode.c:166: error: storage size of `ai' isn't known
encode.c:167: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in 
this function)
encode.c:173: error: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in 
this function)
encode.c:166: warning: unused variable `ai'
encode.c:179: warning: implicit declaration of function 
`vorbis_encode_setup_managed'
encode.c:191: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in 
this function)
encode.c:201: warning: implicit declaration of function 
`vorbis_encode_setup_init'
encode.c:284: warning: implicit declaration of function 
`vorbis_bitrate_addblock'
encode.c:286: warning: implicit declaration of function 
`vorbis_bitrate_flushpacket'
make[2]: *** [encode.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Thank You for your help.

Andy

On Sep 6, 2004, at 5:16 AM, Thomas Vander Stichele wrote:

> Hi,
>> I then ran sudo make and came up with the following errors ( I ran 
>> make
>> first and came up with permission errors - so I ran sudo make):
>
> The permission errors were probably due to you running "make" in that
> directory before this as root.  Possible ?
>
>> encode.c: In function `set_advanced_encoder_options':
>> encode.c:51: error: storage size of `ai' isn't known
>> encode.c:56: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in
>> this function)
>> encode.c:56: error: (Each undeclared identifier is reported only once
>> encode.c:56: error: for each function it appears in.)
>> encode.c:93: error: `OV_ECTL_IBLOCK_SET' undeclared (first use in this
>> function)
>> encode.c:98: error: `OV_ECTL_LOWPASS_GET' undeclared (first use in 
>> this
>> function)
>> encode.c:99: error: `OV_ECTL_LOWPASS_SET' undeclared (first use in 
>> this
>> function)
>> encode.c:109: error: `OV_ECTL_RATEMANAGE_HARD' undeclared (first use 
>> in
>> this function)
>> encode.c:111: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in
>> this function)
>> encode.c:51: warning: unused variable `ai'
>> encode.c: In function `oe_encode':
>> encode.c:158: warning: implicit declaration of function
>> `vorbis_encode_setup_vbr'
>> encode.c:166: error: storage size of `ai' isn't known
>> encode.c:167: error: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in
>> this function)
>> encode.c:173: error: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in
>> this function)
>> encode.c:166: warning: unused variable `ai'
>> encode.c:179: warning: implicit declaration of function
>> `vorbis_encode_setup_managed'
>> encode.c:191: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in
>> this function)
>> encode.c:201: warning: implicit declaration of function
>> `vorbis_encode_setup_init'
>> encode.c:284: warning: implicit declaration of function
>> `vorbis_bitrate_addblock'
>> encode.c:286: warning: implicit declaration of function
>> `vorbis_bitrate_flushpacket'
>> make[2]: *** [encode.o] Error 1
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all-recursive] Error 1
>
> Could you paste the lines *before* this error, ie, at least including
> the actual compile command ? I have a feeling that it's missing an
> include.
>
> Thomas
>
>
> Dave/Dina : future TV today ! - http://www.davedina.org/
> <-*- thomas (dot) apestaart (dot) org -*->
> Nobody cares when you're gone
> <-*- thomas (at) apestaart (dot) org -*->
> URGent, best radio on the net - 24/7 ! - http://urgent.fm/
>
>



More information about the Vorbis mailing list