Trying to compile SVN of pulseaudio, I get: cannot find input file: Makefile.in Here is config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pulseaudio configure 0.9.5, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-realtime-group=audio ## --------- ## ## Platform. ## ## --------- ## hostname = quasar uname -m = i686 uname -r = 2.6.18-rt7 uname -s = Linux uname -v = #1 PREEMPT Sun Dec 24 01:10:37 CET 2006 /usr/bin/uname -p = pentium4 /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /src/CEL PATH: /src/CS PATH: /opt/jdk/jdk-precompiled-1.5.0_08/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2191: checking for a BSD-compatible install configure:2247: result: /usr/bin/install -c configure:2258: checking whether build environment is sane configure:2301: result: yes configure:2329: checking for a thread-safe mkdir -p configure:2368: result: /usr/local/bin/mkdir -p configure:2381: checking for gawk configure:2397: found /usr/bin/gawk configure:2408: result: gawk configure:2419: checking whether make sets $(MAKE) configure:2440: result: yes configure:2656: checking build system type configure:2674: result: i686-pc-linux-gnu configure:2696: checking host system type configure:2711: result: i686-pc-linux-gnu configure:2814: checking for gcc configure:2830: found /usr/bin/gcc configure:2841: result: gcc configure:3079: checking for C compiler version configure:3086: gcc --version >&5 gcc (GCC) 4.1.1 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3089: $? = 0 configure:3096: gcc -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,java,objc,fortran --with-mpfr=/usr/local --with-gmp=/usr Thread model: posix gcc version 4.1.1 configure:3099: $? = 0 configure:3106: gcc -V >&5 gcc: '-V' option must have argument configure:3109: $? = 1 configure:3132: checking for C compiler default output file name configure:3159: gcc conftest.c >&5 configure:3162: $? = 0 configure:3200: result: a.out configure:3217: checking whether the C compiler works configure:3227: ./a.out configure:3230: $? = 0 configure:3247: result: yes configure:3254: checking whether we are cross compiling configure:3256: result: no configure:3259: checking for suffix of executables configure:3266: gcc -o conftest conftest.c >&5 configure:3269: $? = 0 configure:3293: result: configure:3299: checking for suffix of object files configure:3325: gcc -c conftest.c >&5 configure:3328: $? = 0 configure:3351: result: o configure:3355: checking whether we are using the GNU C compiler configure:3384: gcc -c conftest.c >&5 configure:3390: $? = 0 configure:3407: result: yes configure:3412: checking whether gcc accepts -g configure:3442: gcc -c -g conftest.c >&5 configure:3448: $? = 0 configure:3547: result: yes configure:3564: checking for gcc option to accept ISO C89 configure:3638: gcc -c -g -O2 conftest.c >&5 configure:3644: $? = 0 configure:3667: result: none needed configure:3696: checking for style of include used by make configure:3724: result: GNU configure:3749: checking dependency style of gcc configure:3840: result: gcc3 configure:3861: checking how to run the C preprocessor configure:3901: gcc -E conftest.c configure:3907: $? = 0 configure:3938: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3944: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3977: result: gcc -E configure:4006: gcc -E conftest.c configure:4012: $? = 0 configure:4043: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4049: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4087: checking for grep that handles long lines and -e configure:4161: result: /bin/grep configure:4166: checking for egrep configure:4244: result: /bin/grep -E configure:4250: checking whether gcc needs -traditional configure:4292: result: no configure:4310: checking for m4 configure:4328: found /usr/local/bin/m4 configure:4341: result: /usr/local/bin/m4 configure:4375: checking whether gcc accepts -std=gnu99 configure:4379: result: yes configure:4375: checking whether gcc accepts -Wall configure:4379: result: yes configure:4375: checking whether gcc accepts -W configure:4379: result: yes configure:4375: checking whether gcc accepts -Wextra configure:4379: result: yes configure:4375: checking whether gcc accepts -pedantic configure:4379: result: yes configure:4375: checking whether gcc accepts -pipe configure:4379: result: yes configure:4375: checking whether gcc accepts -Wformat configure:4379: result: yes configure:4375: checking whether gcc accepts -Wold-style-definition configure:4379: result: yes configure:4375: checking whether gcc accepts -Wdeclaration-after-statement configure:4379: result: yes configure:4375: checking whether gcc accepts -Wfloat-equal configure:4379: result: yes configure:4375: checking whether gcc accepts -Wmissing-declarations configure:4379: result: yes configure:4375: checking whether gcc accepts -Wmissing-prototypes configure:4379: result: yes configure:4375: checking whether gcc accepts -Wstrict-prototypes configure:4379: result: yes configure:4375: checking whether gcc accepts -Wredundant-decls configure:4379: result: yes configure:4375: checking whether gcc accepts -Wmissing-noreturn configure:4379: result: yes configure:4375: checking whether gcc accepts -Wshadow configure:4379: result: yes configure:4375: checking whether gcc accepts -Wendif-labels configure:4379: result: yes configure:4375: checking whether gcc accepts -Wpointer-arith configure:4379: result: yes configure:4375: checking whether gcc accepts -Wcast-align configure:4379: result: yes configure:4375: checking whether gcc accepts -Wwrite-strings configure:4379: result: yes configure:4375: checking whether gcc accepts -Winline configure:4379: result: yes configure:4375: checking whether gcc accepts -Wno-unused-parameter configure:4379: result: yes configure:4413: checking for lt_dlinit in -lltdl configure:4448: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lltdl >&5 conftest.c:18: warning: function declaration isn't a prototype conftest.c:21: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:21: warning: old-style function definition configure:4454: $? = 0 configure:4472: result: yes configure:4576: checking for a sed that does not truncate output configure:4630: result: /usr/local/bin/sed configure:4644: checking for ld used by gcc configure:4711: result: /usr/bin/ld configure:4720: checking if the linker (/usr/bin/ld) is GNU ld configure:4735: result: yes configure:4740: checking for /usr/bin/ld option to reload object files configure:4747: result: -r configure:4765: checking for BSD-compatible nm configure:4814: result: /usr/bin/nm -B configure:4818: checking whether ln -s works configure:4822: result: yes configure:4829: checking how to recognise dependent libraries configure:5005: result: pass_all configure:5523: checking for ANSI C header files configure:5553: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:18: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:18: warning: old-style function definition configure:5559: $? = 0 configure:5658: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:24: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:24: warning: old-style function definition configure:5661: $? = 0 configure:5667: ./conftest configure:5670: $? = 0 configure:5687: result: yes configure:5711: checking for sys/types.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for sys/stat.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for stdlib.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for string.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for memory.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for strings.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for inttypes.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for stdint.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5711: checking for unistd.h configure:5732: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5738: $? = 0 configure:5754: result: yes configure:5781: checking dlfcn.h usability configure:5798: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:5804: $? = 0 configure:5818: result: yes configure:5822: checking dlfcn.h presence configure:5837: gcc -E conftest.c configure:5843: $? = 0 configure:5857: result: yes configure:5890: checking for dlfcn.h configure:5898: result: yes configure:5969: checking for g++ configure:5985: found /usr/bin/g++ configure:5996: result: g++ configure:6027: checking for C++ compiler version configure:6034: g++ --version >&5 g++ (GCC) 4.1.1 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:6037: $? = 0 configure:6044: g++ -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,java,objc,fortran --with-mpfr=/usr/local --with-gmp=/usr Thread model: posix gcc version 4.1.1 configure:6047: $? = 0 configure:6054: g++ -V >&5 g++: '-V' option must have argument configure:6057: $? = 1 configure:6060: checking whether we are using the GNU C++ compiler configure:6089: g++ -c conftest.cpp >&5 configure:6095: $? = 0 configure:6112: result: yes configure:6117: checking whether g++ accepts -g configure:6147: g++ -c -g conftest.cpp >&5 configure:6153: $? = 0 configure:6252: result: yes configure:6277: checking dependency style of g++ configure:6368: result: gcc3 configure:6393: checking how to run the C++ preprocessor configure:6429: g++ -E conftest.cpp configure:6435: $? = 0 configure:6466: g++ -E conftest.cpp conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory configure:6472: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6505: result: g++ -E configure:6534: g++ -E conftest.cpp configure:6540: $? = 0 configure:6571: g++ -E conftest.cpp conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory configure:6577: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6670: checking for g77 configure:6700: result: no configure:6670: checking for xlf configure:6700: result: no configure:6670: checking for f77 configure:6700: result: no configure:6670: checking for frt configure:6700: result: no configure:6670: checking for pgf77 configure:6700: result: no configure:6670: checking for cf77 configure:6700: result: no configure:6670: checking for fort77 configure:6700: result: no configure:6670: checking for fl32 configure:6700: result: no configure:6670: checking for af77 configure:6700: result: no configure:6670: checking for xlf90 configure:6700: result: no configure:6670: checking for f90 configure:6700: result: no configure:6670: checking for pgf90 configure:6700: result: no configure:6670: checking for pghpf configure:6700: result: no configure:6670: checking for epcf90 configure:6700: result: no configure:6670: checking for gfortran configure:6686: found /usr/bin/gfortran configure:6697: result: gfortran configure:6727: checking for Fortran 77 compiler version configure:6734: gfortran --version >&5 GNU Fortran 95 (GCC) 4.1.1 Copyright (C) 2006 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:6737: $? = 0 configure:6744: gfortran -v >&5 Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,java,objc,fortran --with-mpfr=/usr/local --with-gmp=/usr Thread model: posix gcc version 4.1.1 configure:6747: $? = 0 configure:6754: gfortran -V >&5 gfortran: '-V' option must have argument configure:6757: $? = 1 configure:6765: checking whether we are using the GNU Fortran 77 compiler configure:6784: gfortran -c conftest.F >&5 configure:6790: $? = 0 configure:6807: result: yes configure:6813: checking whether gfortran accepts -g configure:6830: gfortran -c -g conftest.f >&5 configure:6836: $? = 0 configure:6852: result: yes configure:6882: checking the maximum length of command line arguments configure:6991: result: 32768 configure:7002: checking command to parse /usr/bin/nm -B output from gcc object configure:7107: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:5: warning: function declaration isn't a prototype conftest.c: In function 'nm_test_func': conftest.c:5: warning: old-style function definition conftest.c: At top level: conftest.c:9: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:9: warning: old-style function definition configure:7110: $? = 0 configure:7114: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7117: $? = 0 configure:7169: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c conftstm.o >&5 configure:7172: $? = 0 configure:7210: result: ok configure:7214: checking for objdir configure:7229: result: .libs configure:7321: checking for ar configure:7337: found /usr/bin/ar configure:7348: result: ar configure:7417: checking for ranlib configure:7433: found /usr/bin/ranlib configure:7444: result: ranlib configure:7513: checking for strip configure:7529: found /usr/bin/strip configure:7540: result: strip configure:7826: checking if gcc supports -fno-rtti -fno-exceptions configure:7844: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7848: $? = 0 configure:7861: result: no configure:7876: checking for gcc option to produce PIC configure:8086: result: -fPIC configure:8094: checking if gcc PIC flag -fPIC works configure:8112: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -fPIC -DPIC conftest.c >&5 configure:8116: $? = 0 configure:8129: result: yes configure:8157: checking if gcc static flag -static works conftest.c:1: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:1: warning: old-style function definition configure:8185: result: yes configure:8195: checking if gcc supports -c -o file.o configure:8216: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -o out/conftest2.o conftest.c >&5 configure:8220: $? = 0 configure:8242: result: yes configure:8268: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:9222: result: yes configure:9243: checking whether -lc should be explicitly linked in configure:9248: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:9251: $? = 0 configure:9266: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9269: $? = 0 configure:9281: result: no configure:9289: checking dynamic linker characteristics configure:9877: result: GNU/Linux ld.so configure:9886: checking how to hardcode library paths into programs configure:9911: result: immediate configure:9925: checking whether stripping libraries is possible configure:9930: result: yes configure:10053: checking for shl_load configure:10109: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:45: warning: function declaration isn't a prototype conftest.c:55: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:55: warning: old-style function definition /tmp/cc020LLA.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:56: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:10115: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:10132: result: no configure:10137: checking for shl_load in -ldld configure:10172: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -ldld >&5 conftest.c:29: warning: function declaration isn't a prototype conftest.c:32: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:32: warning: old-style function definition /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:10178: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10196: result: no configure:10201: checking for dlopen configure:10257: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:45: warning: function declaration isn't a prototype conftest.c:55: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:55: warning: old-style function definition /tmp/ccpigQYG.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:56: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:10263: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:10280: result: no configure:10285: checking for dlopen in -ldl configure:10320: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -ldl >&5 conftest.c:29: warning: function declaration isn't a prototype conftest.c:32: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:32: warning: old-style function definition configure:10326: $? = 0 configure:10344: result: yes configure:10513: checking whether a program can dlopen itself configure:10587: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:10568: warning: function declaration isn't a prototype configure: In function 'fnord': configure:10568: warning: old-style function definition configure:10568: warning: unused variable 'i' configure: At top level: configure:10570: warning: function declaration isn't a prototype configure: In function 'main': configure:10570: warning: old-style function definition configure:10583: warning: implicit declaration of function 'exit' configure:10583: warning: incompatible implicit declaration of built-in function 'exit' configure:10590: $? = 0 configure:10608: result: yes configure:10613: checking whether a statically linked program can dlopen itself configure:10687: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5 configure:10668: warning: function declaration isn't a prototype configure: In function 'fnord': configure:10668: warning: old-style function definition configure:10668: warning: unused variable 'i' configure: At top level: configure:10670: warning: function declaration isn't a prototype configure: In function 'main': configure:10670: warning: old-style function definition configure:10683: warning: implicit declaration of function 'exit' configure:10683: warning: incompatible implicit declaration of built-in function 'exit' /tmp/cclMJipa.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/configure:10671: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:10690: $? = 0 /lib/: cannot read file data: Is a directory configure:10708: result: no configure:10731: checking if libtool supports shared libraries configure:10733: result: yes configure:10736: checking whether to build shared libraries configure:10757: result: yes configure:10760: checking whether to build static libraries configure:10764: result: yes configure:10856: creating libtool configure:11444: checking for ld used by g++ configure:11511: result: /usr/bin/ld configure:11520: checking if the linker (/usr/bin/ld) is GNU ld configure:11535: result: yes configure:11586: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:12520: result: yes configure:12538: g++ -c -g -O2 conftest.cpp >&5 configure:12541: $? = 0 configure:12660: checking for g++ option to produce PIC configure:12934: result: -fPIC configure:12942: checking if g++ PIC flag -fPIC works configure:12960: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:12964: $? = 0 configure:12977: result: yes configure:13005: checking if g++ static flag -static works configure:13033: result: yes configure:13043: checking if g++ supports -c -o file.o configure:13064: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:13068: $? = 0 configure:13090: result: yes configure:13116: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:13141: result: yes configure:13208: checking dynamic linker characteristics configure:13796: result: GNU/Linux ld.so configure:13805: checking how to hardcode library paths into programs configure:13830: result: immediate configure:14356: checking if libtool supports shared libraries configure:14358: result: yes configure:14361: checking whether to build shared libraries configure:14381: result: yes configure:14384: checking whether to build static libraries configure:14388: result: yes configure:14398: checking for gfortran option to produce PIC configure:14608: result: -fPIC configure:14616: checking if gfortran PIC flag -fPIC works configure:14634: gfortran -c -g -O2 -fPIC conftest.f >&5 configure:14638: $? = 0 configure:14651: result: yes configure:14679: checking if gfortran static flag -static works configure:14707: result: yes configure:14717: checking if gfortran supports -c -o file.o configure:14738: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14742: $? = 0 configure:14764: result: yes configure:14790: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries configure:15724: result: yes configure:15791: checking dynamic linker characteristics configure:16379: result: GNU/Linux ld.so configure:16388: checking how to hardcode library paths into programs configure:16413: result: immediate configure:20018: checking for ANSI C header files configure:20182: result: yes configure:20226: checking arpa/inet.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking arpa/inet.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for arpa/inet.h configure:20343: result: yes configure:20226: checking glob.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking glob.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for glob.h configure:20343: result: yes configure:20226: checking grp.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking grp.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for grp.h configure:20343: result: yes configure:20226: checking netdb.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking netdb.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for netdb.h configure:20343: result: yes configure:20226: checking netinet/in.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking netinet/in.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for netinet/in.h configure:20343: result: yes configure:20226: checking netinet/in_systm.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking netinet/in_systm.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for netinet/in_systm.h configure:20343: result: yes configure:20226: checking netinet/tcp.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking netinet/tcp.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for netinet/tcp.h configure:20343: result: yes configure:20226: checking pwd.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking pwd.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for pwd.h configure:20343: result: yes configure:20226: checking sched.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sched.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sched.h configure:20343: result: yes configure:20226: checking sys/mman.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sys/mman.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sys/mman.h configure:20343: result: yes configure:20226: checking sys/resource.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sys/resource.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sys/resource.h configure:20343: result: yes configure:20226: checking sys/select.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sys/select.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sys/select.h configure:20343: result: yes configure:20226: checking sys/socket.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sys/socket.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sys/socket.h configure:20343: result: yes configure:20226: checking sys/wait.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking sys/wait.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for sys/wait.h configure:20343: result: yes configure:20226: checking syslog.h usability configure:20243: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20249: $? = 0 configure:20263: result: yes configure:20267: checking syslog.h presence configure:20282: gcc -E conftest.c configure:20288: $? = 0 configure:20302: result: yes configure:20335: checking for syslog.h configure:20343: result: yes configure:20360: checking for netinet/ip.h configure:20388: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20394: $? = 0 configure:20410: result: yes configure:20436: checking regex.h usability configure:20453: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20459: $? = 0 configure:20473: result: yes configure:20477: checking regex.h presence configure:20492: gcc -E conftest.c configure:20498: $? = 0 configure:20512: result: yes configure:20545: checking for regex.h configure:20553: result: yes configure:20583: checking sys/un.h usability configure:20600: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20606: $? = 0 configure:20620: result: yes configure:20624: checking sys/un.h presence configure:20639: gcc -E conftest.c configure:20645: $? = 0 configure:20659: result: yes configure:20692: checking for sys/un.h configure:20700: result: yes configure:20749: checking sys/poll.h usability configure:20766: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20772: $? = 0 configure:20786: result: yes configure:20790: checking sys/poll.h presence configure:20805: gcc -E conftest.c configure:20811: $? = 0 configure:20825: result: yes configure:20858: checking for sys/poll.h configure:20866: result: yes configure:20896: checking linux/input.h usability configure:20913: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:20919: $? = 0 configure:20933: result: yes configure:20937: checking linux/input.h presence configure:20952: gcc -E conftest.c configure:20958: $? = 0 configure:20972: result: yes configure:21005: checking for linux/input.h configure:21013: result: yes configure:21053: checking sys/prctl.h usability configure:21070: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:21076: $? = 0 configure:21090: result: yes configure:21094: checking sys/prctl.h presence configure:21109: gcc -E conftest.c configure:21115: $? = 0 configure:21129: result: yes configure:21162: checking for sys/prctl.h configure:21170: result: yes configure:21200: checking sys/filio.h usability configure:21217: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:77:23: error: sys/filio.h: No such file or directory configure:21223: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/filio.h> configure:21237: result: no configure:21241: checking sys/filio.h presence configure:21256: gcc -E conftest.c conftest.c:44:23: error: sys/filio.h: No such file or directory configure:21262: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <sys/filio.h> configure:21276: result: no configure:21309: checking for sys/filio.h configure:21317: result: no configure:21349: checking windows.h usability configure:21366: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:77:21: error: windows.h: No such file or directory configure:21372: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <windows.h> configure:21386: result: no configure:21390: checking windows.h presence configure:21405: gcc -E conftest.c conftest.c:44:21: error: windows.h: No such file or directory configure:21411: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <windows.h> configure:21425: result: no configure:21458: checking for windows.h configure:21466: result: no configure:21349: checking winsock2.h usability configure:21366: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:77:22: error: winsock2.h: No such file or directory configure:21372: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <winsock2.h> configure:21386: result: no configure:21390: checking winsock2.h presence configure:21405: gcc -E conftest.c conftest.c:44:22: error: winsock2.h: No such file or directory configure:21411: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <winsock2.h> configure:21425: result: no configure:21458: checking for winsock2.h configure:21466: result: no configure:21349: checking ws2tcpip.h usability configure:21366: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:77:22: error: ws2tcpip.h: No such file or directory configure:21372: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ws2tcpip.h> configure:21386: result: no configure:21390: checking ws2tcpip.h presence configure:21405: gcc -E conftest.c conftest.c:44:22: error: ws2tcpip.h: No such file or directory configure:21411: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | /* end confdefs.h. */ | #include <ws2tcpip.h> configure:21425: result: no configure:21458: checking for ws2tcpip.h configure:21466: result: no configure:21496: checking sys/ioctl.h usability configure:21513: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:21519: $? = 0 configure:21533: result: yes configure:21537: checking sys/ioctl.h presence configure:21552: gcc -E conftest.c configure:21558: $? = 0 configure:21572: result: yes configure:21605: checking for sys/ioctl.h configure:21613: result: yes configure:21629: checking for an ANSI C-conforming const configure:21704: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:48: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:48: warning: old-style function definition conftest.c:74: warning: 't' is used uninitialized in this function conftest.c:90: warning: 'b' is used uninitialized in this function conftest.c:96: warning: 'cs[0]' is used uninitialized in this function configure:21710: $? = 0 configure:21725: result: yes configure:21735: checking whether byte ordering is bigendian configure:21768: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:50: warning: old-style function definition configure:21774: $? = 0 configure:21806: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:50: warning: old-style function definition conftest.c:52: error: 'not' undeclared (first use in this function) conftest.c:52: error: (Each undeclared identifier is reported only once conftest.c:52: error: for each function it appears in.) conftest.c:52: error: expected ';' before 'big' configure:21812: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:21952: result: no configure:21971: checking for pid_t configure:22001: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:81: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:81: warning: old-style function definition configure:22007: $? = 0 configure:22022: result: yes configure:22034: checking for size_t configure:22064: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:81: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:81: warning: old-style function definition configure:22070: $? = 0 configure:22085: result: yes configure:22097: checking for ssize_t configure:22127: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:81: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:81: warning: old-style function definition configure:22133: $? = 0 configure:22148: result: yes configure:22165: checking for off_t configure:22195: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:82: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:82: warning: old-style function definition configure:22201: $? = 0 configure:22216: result: yes configure:22228: checking return type of signal handlers configure:22256: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:51: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:51: warning: old-style function definition conftest.c:52: error: void value not ignored as it ought to be configure:22262: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <signal.h> | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:22277: result: void configure:22285: checking for uid_t in sys/types.h configure:22308: result: yes configure:22325: checking for SIGXCPU in signal.h configure:22357: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:50: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:50: warning: old-style function definition conftest.c:53: warning: unused variable 'ok' configure:22363: $? = 0 configure:22378: result: yes configure:22404: checking for INADDR_NONE in netinet/in.h configure:22436: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:51: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:51: warning: old-style function definition conftest.c:54: warning: unused variable 'ok' configure:22442: $? = 0 configure:22457: result: yes configure:22534: checking for library containing pow configure:22575: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:55: warning: conflicting types for built-in function 'pow' conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition /tmp/ccLBHc4a.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:59: undefined reference to `pow' collect2: ld returned 1 exit status configure:22581: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pow (); | int | main () | { | return pow (); | ; | return 0; | } configure:22575: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:55: warning: conflicting types for built-in function 'pow' conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition configure:22581: $? = 0 configure:22609: result: -lm configure:22619: checking for library containing sched_setscheduler configure:22660: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition configure:22666: $? = 0 configure:22694: result: none required configure:22702: checking for library containing dlopen configure:22743: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition /tmp/cctLpYCi.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:59: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:22749: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:22743: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -ldl -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition configure:22749: $? = 0 configure:22777: result: -ldl configure:22785: checking for library containing shm_open configure:22826: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -ldl -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition /tmp/ccZNkpiU.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:59: undefined reference to `shm_open' collect2: ld returned 1 exit status configure:22832: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shm_open (); | int | main () | { | return shm_open (); | ; | return 0; | } configure:22826: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition configure:22832: $? = 0 configure:22860: result: -lrt configure:22870: checking for library containing connect configure:22911: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:55: warning: function declaration isn't a prototype conftest.c:58: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:58: warning: old-style function definition configure:22917: $? = 0 configure:22945: result: none required configure:22962: checking for getopt_long configure:23018: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:71: warning: function declaration isn't a prototype conftest.c:81: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:81: warning: old-style function definition configure:23024: $? = 0 configure:23042: result: yes configure:23143: checking vfork.h usability configure:23160: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:82:19: error: vfork.h: No such file or directory configure:23166: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <vfork.h> configure:23180: result: no configure:23184: checking vfork.h presence configure:23199: gcc -E conftest.c conftest.c:49:19: error: vfork.h: No such file or directory configure:23205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | /* end confdefs.h. */ | #include <vfork.h> configure:23219: result: no configure:23252: checking for vfork.h configure:23260: result: no configure:23278: checking for fork configure:23334: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:72: warning: function declaration isn't a prototype conftest.c:72: warning: conflicting types for built-in function 'fork' conftest.c:82: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:82: warning: old-style function definition configure:23340: $? = 0 configure:23358: result: yes configure:23278: checking for vfork configure:23334: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:73: warning: function declaration isn't a prototype conftest.c:83: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:83: warning: old-style function definition configure:23340: $? = 0 configure:23358: result: yes configure:23369: checking for working fork configure:23401: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:86: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:86: warning: old-style function definition configure:23404: $? = 0 configure:23410: ./conftest configure:23413: $? = 0 configure:23429: result: yes configure:23450: checking for working vfork configure:23588: result: yes configure:23619: checking type of array argument to getgroups configure:23663: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition configure:23666: $? = 0 configure:23672: ./conftest configure:23675: $? = 0 configure:23710: result: gid_t configure:23718: checking for getgroups configure:23774: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:77: warning: function declaration isn't a prototype conftest.c:87: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:87: warning: old-style function definition configure:23780: $? = 0 configure:23797: result: yes configure:23875: checking for working getgroups configure:23905: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:89: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:89: warning: old-style function definition configure:23908: $? = 0 configure:23914: ./conftest configure:23917: $? = 0 configure:23934: result: yes configure:23952: checking for sys/select.h configure:23958: result: yes configure:23952: checking for sys/socket.h configure:23958: result: yes configure:24092: checking types of arguments for select configure:24130: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:99: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:99: warning: old-style function definition conftest.c:102: warning: redundant redeclaration of 'select' /usr/include/sys/select.h:112: warning: previous declaration of 'select' was here configure:24136: $? = 0 configure:24157: result: int,fd_set *,struct timeval * configure:24203: checking for chmod configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:83: warning: function declaration isn't a prototype conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for chown configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:84: warning: function declaration isn't a prototype conftest.c:94: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:94: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for getaddrinfo configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:85: warning: function declaration isn't a prototype conftest.c:95: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:95: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for getgrgid_r configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:86: warning: function declaration isn't a prototype conftest.c:96: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:96: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for getpwuid_r configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:87: warning: function declaration isn't a prototype conftest.c:97: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:97: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for gettimeofday configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:88: warning: function declaration isn't a prototype conftest.c:98: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:98: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for getuid configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:89: warning: function declaration isn't a prototype conftest.c:99: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:99: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for inet_ntop configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:90: warning: function declaration isn't a prototype conftest.c:100: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:100: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for inet_pton configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:91: warning: function declaration isn't a prototype conftest.c:101: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:101: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for nanosleep configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:92: warning: function declaration isn't a prototype conftest.c:102: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:102: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for pipe configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c:103: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:103: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for posix_memalign configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:94: warning: function declaration isn't a prototype conftest.c:104: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:104: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for setpgid configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:95: warning: function declaration isn't a prototype conftest.c:105: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:105: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for setsid configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:96: warning: function declaration isn't a prototype conftest.c:106: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:106: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for shm_open configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:97: warning: function declaration isn't a prototype conftest.c:107: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:107: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for sigaction configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:98: warning: function declaration isn't a prototype conftest.c:108: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:108: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for sleep configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:99: warning: function declaration isn't a prototype conftest.c:109: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:109: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24203: checking for sysconf configure:24259: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:100: warning: function declaration isn't a prototype conftest.c:110: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:110: warning: old-style function definition configure:24265: $? = 0 configure:24283: result: yes configure:24297: checking for mkfifo configure:24353: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:101: warning: function declaration isn't a prototype conftest.c:111: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:111: warning: old-style function definition configure:24359: $? = 0 configure:24377: result: yes configure:24404: checking for readlink configure:24460: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:102: warning: function declaration isn't a prototype conftest.c:112: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:112: warning: old-style function definition configure:24466: $? = 0 configure:24484: result: yes configure:24501: checking for ctime_r configure:24557: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:103: warning: function declaration isn't a prototype conftest.c:113: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:113: warning: old-style function definition configure:24563: $? = 0 configure:24581: result: yes configure:24501: checking for usleep configure:24557: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:104: warning: function declaration isn't a prototype conftest.c:114: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:114: warning: old-style function definition configure:24563: $? = 0 configure:24581: result: yes configure:24597: checking for strerror_r configure:24653: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:105: warning: function declaration isn't a prototype conftest.c:115: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:115: warning: old-style function definition configure:24659: $? = 0 configure:24677: result: yes configure:24693: checking for lstat configure:24749: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:106: warning: function declaration isn't a prototype conftest.c:116: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:116: warning: old-style function definition configure:24755: $? = 0 configure:24773: result: yes configure:24795: checking for setresuid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:107: warning: function declaration isn't a prototype conftest.c:117: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:117: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:24795: checking for setresgid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:108: warning: function declaration isn't a prototype conftest.c:118: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:118: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:24795: checking for setreuid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:109: warning: function declaration isn't a prototype conftest.c:119: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:119: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:24795: checking for setregid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:110: warning: function declaration isn't a prototype conftest.c:120: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:120: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:24795: checking for seteuid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:111: warning: function declaration isn't a prototype conftest.c:121: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:121: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:24795: checking for setegid configure:24851: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:112: warning: function declaration isn't a prototype conftest.c:122: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:122: warning: old-style function definition configure:24857: $? = 0 configure:24875: result: yes configure:25080: checking for the pthreads library -lpthreads configure:25123: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lpthreads -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition conftest.c:95: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 3) conftest.c:94: warning: 'th' is used uninitialized in this function /usr/bin/ld: cannot find -lpthreads collect2: ld returned 1 exit status configure:25129: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | /* end confdefs.h. */ | #include <pthread.h> | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:25149: result: no configure:25025: checking whether pthreads work without any flags configure:25123: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition conftest.c:95: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 3) conftest.c:94: warning: 'th' is used uninitialized in this function configure:25129: $? = 0 configure:25149: result: yes configure:25168: checking for joinable pthread attribute configure:25193: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition configure:25199: $? = 0 configure:25216: result: PTHREAD_CREATE_JOINABLE configure:25226: checking if more special flags are required for pthreads configure:25233: result: no configure:25295: checking whether to check for GCC pthread/shared inconsistencies configure:25305: result: yes configure:25331: checking whether -pthread is sufficient with -shared configure:25356: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition conftest.c:95: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 3) conftest.c:94: warning: 'th' is used uninitialized in this function /tmp/ccZuVYs5.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:94: undefined reference to `pthread_join' /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:95: undefined reference to `__pthread_register_cancel' /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:96: undefined reference to `pthread_create' /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:96: undefined reference to `__pthread_unregister_cancel' collect2: ld returned 1 exit status configure:25362: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | /* end confdefs.h. */ | #include <pthread.h> | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:25383: result: no configure:25392: checking whether -lpthread fixes that configure:25418: gcc -o conftest -shared -fPIC -Wl,-z,defs -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lpthread -lrt -ldl -lm >&5 conftest.c:93: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:93: warning: old-style function definition conftest.c:95: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 1) conftest.c:96: warning: null argument where non-null required (argument 3) conftest.c:94: warning: 'th' is used uninitialized in this function configure:25424: $? = 0 configure:25442: result: yes configure:25562: checking for special C compiler options needed for large files configure:25655: result: no configure:25661: checking for _FILE_OFFSET_BITS value needed for large files configure:25696: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:97: warning: left shift count >= width of type conftest.c:97: warning: left shift count >= width of type conftest.c:99: error: size of array 'off_t_is_large' is negative conftest.c:102: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:102: warning: old-style function definition configure:25702: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:25746: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:103: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:103: warning: old-style function definition configure:25752: $? = 0 configure:25770: result: 64 configure:25911: checking for open64 configure:25967: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:115: warning: function declaration isn't a prototype conftest.c:125: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:125: warning: old-style function definition configure:25973: $? = 0 configure:25991: result: yes configure:26044: checking for ld used by GCC configure:26108: result: /usr/bin/ld configure:26117: checking if the linker (/usr/bin/ld) is GNU ld configure:26130: result: yes configure:26137: checking for shared library run path origin configure:26150: result: done configure:26614: checking for iconv configure:26646: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:97: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:97: warning: old-style function definition configure:26652: $? = 0 configure:26722: result: yes configure:26745: checking for iconv declaration configure:26784: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:102: warning: redundant redeclaration of 'iconv' /usr/include/iconv.h:46: warning: previous declaration of 'iconv' was here conftest.c:109: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:109: warning: old-style function definition configure:26790: $? = 0 configure:26809: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:26830: checking for X configure:27000: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lX11 -lrt -ldl -lm >&5 conftest.c:98: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:98: warning: old-style function definition configure:27006: $? = 0 configure:27065: result: libraries , headers configure:27226: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm -lX11 >&5 conftest.c:102: warning: function declaration isn't a prototype conftest.c:105: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:105: warning: old-style function definition configure:27232: $? = 0 configure:27389: checking for gethostbyname configure:27445: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:118: warning: function declaration isn't a prototype conftest.c:128: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:128: warning: old-style function definition configure:27451: $? = 0 configure:27468: result: yes configure:27613: checking for connect configure:27669: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:118: warning: function declaration isn't a prototype conftest.c:128: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:128: warning: old-style function definition configure:27675: $? = 0 configure:27692: result: yes configure:27764: checking for remove configure:27820: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:118: warning: function declaration isn't a prototype conftest.c:128: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:128: warning: old-style function definition configure:27826: $? = 0 configure:27843: result: yes configure:27915: checking for shmat configure:27971: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:118: warning: function declaration isn't a prototype conftest.c:128: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:128: warning: old-style function definition configure:27977: $? = 0 configure:27994: result: yes configure:28075: checking for IceConnectionNumber in -lICE configure:28110: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lICE -lrt -ldl -lm >&5 conftest.c:102: warning: function declaration isn't a prototype conftest.c:105: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:105: warning: old-style function definition configure:28116: $? = 0 configure:28134: result: yes configure:28176: checking for library containing cap_init configure:28217: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm >&5 conftest.c:103: warning: function declaration isn't a prototype conftest.c:106: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:106: warning: old-style function definition /tmp/ccDNX6Sa.o: In function `main': /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/conftest.c:107: undefined reference to `cap_init' collect2: ld returned 1 exit status configure:28223: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_init (); | int | main () | { | return cap_init (); | ; | return 0; | } configure:28217: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lcap -lrt -ldl -lm >&5 conftest.c:103: warning: function declaration isn't a prototype conftest.c:106: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:106: warning: old-style function definition /usr/bin/ld: cannot find -lcap collect2: ld returned 1 exit status configure:28223: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cap_init (); | int | main () | { | return cap_init (); | ; | return 0; | } configure:28251: result: no configure:28281: checking sys/capability.h usability configure:28298: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:129:28: error: sys/capability.h: No such file or directory configure:28304: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/capability.h> configure:28318: result: no configure:28322: checking sys/capability.h presence configure:28337: gcc -E conftest.c conftest.c:96:28: error: sys/capability.h: No such file or directory configure:28343: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | /* end confdefs.h. */ | #include <sys/capability.h> configure:28357: result: no configure:28390: checking for sys/capability.h configure:28398: result: no configure:28426: checking for pkg-config configure:28442: found /usr/bin/pkg-config configure:28454: result: yes configure:28518: checking for pkg-config configure:28536: found /usr/bin/pkg-config configure:28548: result: /usr/bin/pkg-config configure:28577: checking pkg-config is at least version 0.9.0 configure:28580: result: yes configure:28594: checking for LIBSAMPLERATE configure:28602: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 " configure:28605: $? = 0 configure:28620: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 " configure:28623: $? = 0 configure:28699: result: yes configure:28710: checking for LIBSNDFILE configure:28718: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.10 " configure:28721: $? = 0 configure:28736: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.10 " configure:28739: $? = 0 configure:28815: result: yes configure:28839: checking atomic_ops.h usability configure:28856: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:28862: $? = 0 configure:28876: result: yes configure:28880: checking atomic_ops.h presence configure:28895: gcc -E conftest.c configure:28901: $? = 0 configure:28915: result: yes configure:28948: checking for atomic_ops.h configure:28956: result: yes configure:29015: checking sys/soundcard.h usability configure:29032: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 configure:29038: $? = 0 configure:29052: result: yes configure:29056: checking sys/soundcard.h presence configure:29071: gcc -E conftest.c configure:29077: $? = 0 configure:29091: result: yes configure:29124: checking for sys/soundcard.h configure:29132: result: yes configure:29197: checking for ASOUNDLIB configure:29205: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.0 " configure:29208: $? = 0 configure:29223: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.0 " configure:29226: $? = 0 configure:29276: result: yes configure:29337: checking sys/audio.h usability configure:29354: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:133:23: error: sys/audio.h: No such file or directory configure:29360: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | #define HAVE_ATOMIC_OPS_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_ALSA 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/audio.h> configure:29374: result: no configure:29378: checking sys/audio.h presence configure:29393: gcc -E conftest.c conftest.c:100:23: error: sys/audio.h: No such file or directory configure:29399: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | #define HAVE_ATOMIC_OPS_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_ALSA 1 | /* end confdefs.h. */ | #include <sys/audio.h> configure:29413: result: no configure:29446: checking for sys/audio.h configure:29454: result: no configure:29518: checking for GLIB20 configure:29526: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 " configure:29529: $? = 0 configure:29544: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 " configure:29547: $? = 0 configure:29597: result: yes configure:29638: checking for GCONF configure:29646: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 " configure:29649: $? = 0 configure:29664: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 " configure:29667: $? = 0 configure:29717: result: yes configure:29758: checking for AVAHI configure:29766: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.0 " Package avahi-client was not found in the pkg-config search path. Perhaps you should add the directory containing `avahi-client.pc' to the PKG_CONFIG_PATH environment variable No package 'avahi-client' found configure:29769: $? = 1 configure:29784: $PKG_CONFIG --exists --print-errors " avahi-client >= 0.6.0 " Package avahi-client was not found in the pkg-config search path. Perhaps you should add the directory containing `avahi-client.pc' to the PKG_CONFIG_PATH environment variable No package 'avahi-client' found configure:29787: $? = 1 No package 'avahi-client' found configure:29815: result: no configure:29861: checking for LIBOIL configure:29869: $PKG_CONFIG --exists --print-errors " liboil-0.3 >= 0.3.0 " configure:29872: $? = 0 configure:29887: $PKG_CONFIG --exists --print-errors " liboil-0.3 >= 0.3.0 " configure:29890: $? = 0 configure:29966: result: yes configure:29994: checking for JACK configure:30002: $PKG_CONFIG --exists --print-errors " jack >= 0.100 " configure:30005: $? = 0 configure:30020: $PKG_CONFIG --exists --print-errors " jack >= 0.100 " configure:30023: $? = 0 configure:30073: result: yes configure:30114: checking for LIBASYNCNS configure:30122: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 " Package libasyncns was not found in the pkg-config search path. Perhaps you should add the directory containing `libasyncns.pc' to the PKG_CONFIG_PATH environment variable No package 'libasyncns' found configure:30125: $? = 1 configure:30140: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 " Package libasyncns was not found in the pkg-config search path. Perhaps you should add the directory containing `libasyncns.pc' to the PKG_CONFIG_PATH environment variable No package 'libasyncns' found configure:30143: $? = 1 No package 'libasyncns' found configure:30171: result: no configure:30244: checking for tcpwrap library and headers configure:30271: gcc -o conftest -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c -lrt -ldl -lm -latomic_ops -lwrap >&5 conftest.c:106: warning: function declaration isn't a prototype conftest.c: In function 'main': conftest.c:106: warning: old-style function definition conftest.c:108: warning: 'req' is used uninitialized in this function configure:30277: $? = 0 configure:30289: result: yes configure:30346: checking lirc/lirc_client.h usability configure:30363: gcc -c -g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5 conftest.c:134:30: error: lirc/lirc_client.h: No such file or directory configure:30369: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | #define HAVE_ATOMIC_OPS_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_ALSA 1 | #define HAVE_LIBWRAP | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <lirc/lirc_client.h> configure:30383: result: no configure:30387: checking lirc/lirc_client.h presence configure:30402: gcc -E conftest.c conftest.c:101:30: error: lirc/lirc_client.h: No such file or directory configure:30408: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "pulseaudio" | #define PACKAGE_TARNAME "pulseaudio" | #define PACKAGE_VERSION "0.9.5" | #define PACKAGE_STRING "pulseaudio 0.9.5" | #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" | #define PACKAGE "pulseaudio" | #define VERSION "0.9.5" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_LINUX_INPUT_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SSIZE_T 1 | #define RETSIGTYPE void | #define HAVE_SIGXCPU 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_CHMOD 1 | #define HAVE_CHOWN 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GETUID 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PIPE 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_SIGACTION 1 | #define HAVE_SLEEP 1 | #define HAVE_SYSCONF 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_CTIME_R 1 | #define HAVE_USLEEP 1 | #define HAVE_STRERROR_R 1 | #define HAVE_LSTAT 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_PTHREAD 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_OPEN64 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_X11 1 | #define HAVE_ATOMIC_OPS_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_OSS 1 | #define HAVE_ALSA 1 | #define HAVE_LIBWRAP | /* end confdefs.h. */ | #include <lirc/lirc_client.h> configure:30422: result: no configure:30455: checking for lirc/lirc_client.h configure:30462: result: no configure:30582: checking for HAL configure:30590: $PKG_CONFIG --exists --print-errors " hal >= 0.5.7 " configure:30593: $? = 0 configure:30608: $PKG_CONFIG --exists --print-errors " hal >= 0.5.7 " configure:30611: $? = 0 configure:30661: result: yes configure:31108: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by pulseaudio config.status 0.9.5, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on quasar config.status:771: error: cannot find input file: Makefile.in ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_defined_INADDR_NONE_netinet_in_h=yes ac_cv_defined_SIGXCPU_signal_h=yes ac_cv_env_ASOUNDLIB_CFLAGS_set= ac_cv_env_ASOUNDLIB_CFLAGS_value= ac_cv_env_ASOUNDLIB_LIBS_set= ac_cv_env_ASOUNDLIB_LIBS_value= ac_cv_env_AVAHI_CFLAGS_set= ac_cv_env_AVAHI_CFLAGS_value= ac_cv_env_AVAHI_LIBS_set= ac_cv_env_AVAHI_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GLIB20_CFLAGS_set= ac_cv_env_GLIB20_CFLAGS_value= ac_cv_env_GLIB20_LIBS_set= ac_cv_env_GLIB20_LIBS_value= ac_cv_env_HAL_CFLAGS_set= ac_cv_env_HAL_CFLAGS_value= ac_cv_env_HAL_LIBS_set= ac_cv_env_HAL_LIBS_value= ac_cv_env_JACK_CFLAGS_set= ac_cv_env_JACK_CFLAGS_value= ac_cv_env_JACK_LIBS_set= ac_cv_env_JACK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBASYNCNS_CFLAGS_set= ac_cv_env_LIBASYNCNS_CFLAGS_value= ac_cv_env_LIBASYNCNS_LIBS_set= ac_cv_env_LIBASYNCNS_LIBS_value= ac_cv_env_LIBOIL_CFLAGS_set= ac_cv_env_LIBOIL_CFLAGS_value= ac_cv_env_LIBOIL_LIBS_set= ac_cv_env_LIBOIL_LIBS_value= ac_cv_env_LIBSAMPLERATE_CFLAGS_set= ac_cv_env_LIBSAMPLERATE_CFLAGS_value= ac_cv_env_LIBSAMPLERATE_LIBS_set= ac_cv_env_LIBSAMPLERATE_LIBS_value= ac_cv_env_LIBSNDFILE_CFLAGS_set= ac_cv_env_LIBSNDFILE_CFLAGS_value= ac_cv_env_LIBSNDFILE_LIBS_set= ac_cv_env_LIBSNDFILE_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=yes ac_cv_func_chmod=yes ac_cv_func_chown=yes ac_cv_func_connect=yes ac_cv_func_ctime_r=yes ac_cv_func_dlopen=no ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getgrgid_r=yes ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt_long=yes ac_cv_func_getpwuid_r=yes ac_cv_func_gettimeofday=yes ac_cv_func_getuid=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_lstat=yes ac_cv_func_mkfifo=yes ac_cv_func_nanosleep=yes ac_cv_func_open64=yes ac_cv_func_pipe=yes ac_cv_func_posix_memalign=yes ac_cv_func_readlink=yes ac_cv_func_remove=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setegid=yes ac_cv_func_seteuid=yes ac_cv_func_setpgid=yes ac_cv_func_setregid=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setreuid=yes ac_cv_func_setsid=yes ac_cv_func_shl_load=no ac_cv_func_shm_open=yes ac_cv_func_shmat=yes ac_cv_func_sigaction=yes ac_cv_func_sleep=yes ac_cv_func_strerror_r=yes ac_cv_func_sysconf=yes ac_cv_func_usleep=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_arpa_inet_h=yes ac_cv_header_atomic_ops_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_glob_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_linux_input_h=yes ac_cv_header_lirc_lirc_client_h=no ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_in_systm_h=yes ac_cv_header_netinet_ip_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_pwd_h=yes ac_cv_header_regex_h=yes ac_cv_header_sched_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audio_h=no ac_cv_header_sys_capability_h=no ac_cv_header_sys_filio_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_ws2tcpip_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_ltdl_lt_dlinit=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_M4=/usr/local/bin/m4 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/local/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_have_pkg_config=yes ac_cv_prog_make_make_set=yes ac_cv_search_cap_init=no ac_cv_search_connect='none required' ac_cv_search_dlopen=-ldl ac_cv_search_pow=-lm ac_cv_search_sched_setscheduler='none required' ac_cv_search_shm_open=-lrt ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_getgroups=gid_t ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=no am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1= lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_ASOUNDLIB_CFLAGS='-I/usr/include/alsa ' pkg_cv_ASOUNDLIB_LIBS='-lasound ' pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' pkg_cv_GCONF_LIBS='-pthread -L/usr/local/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' pkg_cv_GLIB20_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' pkg_cv_GLIB20_LIBS='-L/usr/local/lib -lglib-2.0 ' pkg_cv_HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' pkg_cv_HAL_LIBS='-lhal -ldbus-1 ' pkg_cv_JACK_CFLAGS='-I/usr/local/include ' pkg_cv_JACK_LIBS='-L/usr/local/lib -ljack ' pkg_cv_LIBOIL_CFLAGS='-I/usr/local/include/liboil-0.3 ' pkg_cv_LIBOIL_LIBS='-L/usr/local/lib -loil-0.3 -lm ' pkg_cv_LIBSAMPLERATE_CFLAGS='-I/usr/local/include ' pkg_cv_LIBSAMPLERATE_LIBS='-L/usr/local/lib -lsamplerate ' pkg_cv_LIBSNDFILE_CFLAGS='-I/usr/local/include ' pkg_cv_LIBSNDFILE_LIBS='-L/usr/local/lib -lsndfile ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run tar' AR='ar' AS='as' ASOUNDLIB_CFLAGS='-I/usr/include/alsa ' ASOUNDLIB_LIBS='-lasound ' AUTOCONF='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run autoconf' AUTOHEADER='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run autoheader' AUTOMAKE='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run automake-1.10' AVAHI_CFLAGS='' AVAHI_LIBS='' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter' CONVENIENCE_LTDL_FALSE='' CONVENIENCE_LTDL_TRUE='#' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' F77='gfortran' FFLAGS='-g -O2' FORCE_PREOPEN_FALSE='' FORCE_PREOPEN_TRUE='#' GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' GCONF_LIBS='-pthread -L/usr/local/lib -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 ' GLIB20_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include ' GLIB20_LIBS='-L/usr/local/lib -lglib-2.0 ' GREP='/bin/grep' HAL_CFLAGS='-DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' HAL_LIBS='-lhal -ldbus-1 ' HAVE_AF_UNIX_FALSE='#' HAVE_AF_UNIX_TRUE='' HAVE_ALSA='1' HAVE_ALSA_FALSE='#' HAVE_ALSA_TRUE='' HAVE_AVAHI='0' HAVE_AVAHI_FALSE='' HAVE_AVAHI_TRUE='#' HAVE_EVDEV_FALSE='#' HAVE_EVDEV_TRUE='' HAVE_GCONF='1' HAVE_GCONF_FALSE='#' HAVE_GCONF_TRUE='' HAVE_GLIB20='1' HAVE_GLIB20_FALSE='#' HAVE_GLIB20_TRUE='' HAVE_HAL='1' HAVE_HAL_FALSE='#' HAVE_HAL_TRUE='' HAVE_JACK='1' HAVE_JACK_FALSE='#' HAVE_JACK_TRUE='' HAVE_LIBASYNCNS='0' HAVE_LIBASYNCNS_FALSE='' HAVE_LIBASYNCNS_TRUE='#' HAVE_LIRC_FALSE='' HAVE_LIRC_TRUE='#' HAVE_MKFIFO_FALSE='#' HAVE_MKFIFO_TRUE='' HAVE_OSS='1' HAVE_OSS_FALSE='#' HAVE_OSS_TRUE='' HAVE_REGEX_FALSE='#' HAVE_REGEX_TRUE='' HAVE_SIGXCPU_FALSE='#' HAVE_SIGXCPU_TRUE='' HAVE_SOLARIS='0' HAVE_SOLARIS_FALSE='' HAVE_SOLARIS_TRUE='#' HAVE_X11='1' HAVE_X11_FALSE='#' HAVE_X11_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_LTDL_FALSE='' INSTALL_LTDL_TRUE='#' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JACK_CFLAGS='-I/usr/local/include ' JACK_LIBS='-L/usr/local/lib -ljack ' LDFLAGS='' LIBASYNCNS_CFLAGS='' LIBASYNCNS_LIBS='' LIBICONV='' LIBLTDL='-lltdl' LIBOBJS='' LIBOIL_CFLAGS='-I/usr/local/include/liboil-0.3 ' LIBOIL_LIBS='-L/usr/local/lib -loil-0.3 -lm ' LIBPULSECORE_VERSION_INFO='2:0:0' LIBPULSE_BROWSE_VERSION_INFO='1:0:1' LIBPULSE_MAINLOOP_GLIB_VERSION_INFO='0:2:0' LIBPULSE_SIMPLE_VERSION_INFO='0:0:0' LIBPULSE_VERSION_INFO='1:0:1' LIBS='-lrt -ldl -lm -latomic_ops' LIBSAMPLERATE_CFLAGS='-I/usr/local/include ' LIBSAMPLERATE_LIBS='-L/usr/local/lib -lsamplerate ' LIBSNDFILE_CFLAGS='-I/usr/local/include ' LIBSNDFILE_LIBS='-L/usr/local/lib -lsndfile ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBWRAP_LIBS='-lwrap' LIRC_CFLAGS='' LIRC_LIBS='' LN_S='ln -s' LTDLINCL='' LTLIBICONV='' LTLIBOBJS='' M4='/usr/local/bin/m4' MAKEINFO='${SHELL} /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/missing --run makeinfo' OBJDUMP='objdump' OBJEXT='o' OS_IS_WIN32_FALSE='' OS_IS_WIN32_TRUE='#' PACKAGE='pulseaudio' PACKAGE_BUGREPORT='mzcbylcnhqvb (at) 0pointer (dot) de' PACKAGE_NAME='pulseaudio' PACKAGE_STRING='pulseaudio 0.9.5' PACKAGE_TARNAME='pulseaudio' PACKAGE_URL='http://0pointer.de/lennart/projects/pulseaudio/' PACKAGE_VERSION='0.9.5' PATH_SEPARATOR=':' PA_ACCESS_GROUP='pulse-access' PA_API_VERSION='10' PA_MAJORMINOR='0.9' PA_PROTOCOL_VERSION='10' PA_REALTIME_GROUP='audio' PA_SYSTEM_GROUP='pulse' PA_SYSTEM_RUNTIME_PATH='${prefix}/var/run/pulse' PA_SYSTEM_USER='pulse' PKG_CONFIG='/usr/bin/pkg-config' PREOPEN_MODS='all' PREOPEN_MODS_FALSE='' PREOPEN_MODS_TRUE='#' PTHREAD_CC='gcc' PTHREAD_CFLAGS='' PTHREAD_LIBS='-lpthread ' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STATIC_BINS_FALSE='' STATIC_BINS_TRUE='#' STRIP='strip' VERSION='0.9.5' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='gfortran' acx_pthread_config='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' have_pkg_config='yes' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/b0ef/.pkg/pulseaudio-CVS-20070219/pulseaudio/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/local/bin/mkdir -p' modlibexecdir='${exec_prefix}/lib/pulse-0.9/modules/' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libltdl' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "pulseaudio" #define PACKAGE_TARNAME "pulseaudio" #define PACKAGE_VERSION "0.9.5" #define PACKAGE_STRING "pulseaudio 0.9.5" #define PACKAGE_BUGREPORT "mzcbylcnhqvb (at) 0pointer (dot) de" #define PACKAGE "pulseaudio" #define VERSION "0.9.5" #define _GNU_SOURCE 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define STDC_HEADERS 1 #define HAVE_ARPA_INET_H 1 #define HAVE_GLOB_H 1 #define HAVE_GRP_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_IN_SYSTM_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_PWD_H 1 #define HAVE_SCHED_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_NETINET_IP_H 1 #define HAVE_REGEX_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_LINUX_INPUT_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SSIZE_T 1 #define RETSIGTYPE void #define HAVE_SIGXCPU 1 #define HAVE_GETOPT_LONG 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define GETGROUPS_T gid_t #define HAVE_GETGROUPS 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_CHMOD 1 #define HAVE_CHOWN 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETGRGID_R 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETUID 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_PTON 1 #define HAVE_NANOSLEEP 1 #define HAVE_PIPE 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_SETPGID 1 #define HAVE_SETSID 1 #define HAVE_SHM_OPEN 1 #define HAVE_SIGACTION 1 #define HAVE_SLEEP 1 #define HAVE_SYSCONF 1 #define HAVE_MKFIFO 1 #define HAVE_READLINK 1 #define HAVE_CTIME_R 1 #define HAVE_USLEEP 1 #define HAVE_STRERROR_R 1 #define HAVE_LSTAT 1 #define HAVE_SETRESUID 1 #define HAVE_SETRESGID 1 #define HAVE_SETREUID 1 #define HAVE_SETREGID 1 #define HAVE_SETEUID 1 #define HAVE_SETEGID 1 #define HAVE_PTHREAD 1 #define _FILE_OFFSET_BITS 64 #define HAVE_OPEN64 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_X11 1 #define HAVE_ATOMIC_OPS_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_OSS 1 #define HAVE_ALSA 1 #define HAVE_LIBWRAP #define PA_SYSTEM_USER "pulse" #define PA_SYSTEM_GROUP "pulse" #define PA_REALTIME_GROUP "audio" #define PA_ACCESS_GROUP "pulse-access" configure: exit 1 -- Esben Stien is b0ef at e s a http://www. s t n m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@ n n