Last active
December 14, 2015 10:59
-
-
Save yuvadm/5075581 to your computer and use it in GitHub Desktop.
Logs for homebrew issue #18199 https://github.com/mxcl/homebrew/issues/18199
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/env perl -e use XML::Parser | |
/usr/bin/env perl -e use XML::Parser | |
==> Downloading http://freedesktop.org/software/pulseaudio/releases/pulseaudio-2.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/pulseaudio-2.1.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/pulseaudio-2.1.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/pulseaudio/2.1 --disable-jack --disable-hal --disable-bluez --disable-avahi --with-udev-rules-dir=/usr/local/Cellar/pulseaudio/2.1/lib/udev/rules.d --with-mac-sysroot= --with-mac-version-min=10.8 --disable-dbus | |
./configure --prefix=/usr/local/Cellar/pulseaudio/2.1 --disable-jack --disable-hal --disable-bluez --disable-avahi --with-udev-rules-dir=/usr/local/Cellar/pulseaudio/2.1/lib/udev/rules.d --with-mac-sysroot= --with-mac-version-min=10.8 --disable-dbus | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking how to create a ustar tar archive... gnutar | |
checking build system type... x86_64-apple-darwin12.2.0 | |
checking host system type... x86_64-apple-darwin12.2.0 | |
checking for stow... no | |
checking whether make supports nested variables... (cached) yes | |
checking for gcc... cc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... gcc3 | |
checking for cc option to accept ISO C99... none needed | |
checking whether cc understands -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether c++ accepts -g... yes | |
checking dependency style of c++... gcc3 | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether cc needs -traditional... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for gm4... gm4 | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether NLS is requested... yes | |
checking for intltool >= 0.35.0... 0.50.2 found | |
checking for intltool-update... /usr/local/opt/intltool/bin/intltool-update | |
checking for intltool-merge... /usr/local/opt/intltool/bin/intltool-merge | |
checking for intltool-extract... /usr/local/opt/intltool/bin/intltool-extract | |
checking for xgettext... /usr/local/opt/gettext/bin/xgettext | |
checking for msgmerge... /usr/local/opt/gettext/bin/msgmerge | |
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt | |
checking for perl... /usr/bin/perl | |
checking for perl >= 5.8.1... 5.12.4 | |
checking for XML::Parser... ok | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking for LC_MESSAGES... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking for ngettext in libc... no | |
checking for bindtextdomain in -lintl... yes | |
checking for ngettext in -lintl... yes | |
checking for dgettext in -lintl... yes | |
checking for bind_textdomain_codeset... yes | |
checking for msgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt | |
checking for dcgettext... yes | |
checking if msgfmt accepts -c... yes | |
checking for gmsgfmt... (cached) /usr/local/opt/gettext/bin/msgfmt | |
checking for xgettext... (cached) /usr/local/opt/gettext/bin/xgettext | |
checking host operating system... darwin | |
checking whether C compiler accepts -Wall... yes | |
checking whether C compiler accepts -W... yes | |
checking whether C compiler accepts -Wextra... yes | |
checking whether C compiler accepts -pipe... yes | |
checking whether C compiler accepts -Wno-long-long... yes | |
checking whether C compiler accepts -Wvla... yes | |
checking whether C compiler accepts -Wno-overlength-strings... yes | |
checking whether C compiler accepts -Wunsafe-loop-optimizations... no | |
checking whether C compiler accepts -Wundef... yes | |
checking whether C compiler accepts -Wformat=2... yes | |
checking whether C compiler accepts -Wlogical-op... no | |
checking whether C compiler accepts -Wsign-compare... yes | |
checking whether C compiler accepts -Wformat-security... yes | |
checking whether C compiler accepts -Wmissing-include-dirs... yes | |
checking whether C compiler accepts -Wformat-nonliteral... yes | |
checking whether C compiler accepts -Wold-style-definition... yes | |
checking whether C compiler accepts -Wpointer-arith... yes | |
checking whether C compiler accepts -Winit-self... yes | |
checking whether C compiler accepts -Wdeclaration-after-statement... yes | |
checking whether C compiler accepts -Wfloat-equal... yes | |
checking whether C compiler accepts -Wmissing-prototypes... yes | |
checking whether C compiler accepts -Wstrict-prototypes... yes | |
checking whether C compiler accepts -Wredundant-decls... yes | |
checking whether C compiler accepts -Wmissing-declarations... yes | |
checking whether C compiler accepts -Wmissing-noreturn... yes | |
checking whether C compiler accepts -Wshadow... yes | |
checking whether C compiler accepts -Wendif-labels... yes | |
checking whether C compiler accepts -Wcast-align... yes | |
checking whether C compiler accepts -Wstrict-aliasing... yes | |
checking whether C compiler accepts -Wwrite-strings... yes | |
checking whether C compiler accepts -Wno-unused-parameter... yes | |
checking whether C compiler accepts -ffast-math... yes | |
checking whether C compiler accepts -Wp,-D_FORTIFY_SOURCE=2... yes | |
checking whether C compiler accepts -fno-common... yes | |
checking whether C compiler accepts -fdiagnostics-show-option... yes | |
checking whether the linker accepts "-Wl,-version-script=./src/map-file"... no | |
checking whether the linker accepts -Wl,-z,now... no | |
checking whether the linker accepts -Wl,-z,nodelete... no | |
checking whether the linker accepts -Wl,--no-undefined... no | |
checking whether the linker accepts -Wl,-z,defs... no | |
checking whether cc knows __sync_bool_compare_and_swap()... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... c++ -E | |
checking for ld used by c++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for c++ option to produce PIC... -fno-common -DPIC | |
checking if c++ PIC flag -fno-common -DPIC works... yes | |
checking if c++ static flag -static works... no | |
checking if c++ supports -c -o file.o... yes | |
checking if c++ supports -c -o file.o... (cached) yes | |
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking ltdl.h usability... yes | |
checking ltdl.h presence... yes | |
checking for ltdl.h... yes | |
checking for lt_dladvise_init in -lltdl... yes | |
checking for ANSI C header files... (cached) yes | |
checking for arpa/inet.h... yes | |
checking for glob.h... yes | |
checking for grp.h... yes | |
checking for netdb.h... yes | |
checking for netinet/in.h... yes | |
checking for netinet/in_systm.h... yes | |
checking for netinet/tcp.h... yes | |
checking for poll.h... yes | |
checking for pwd.h... yes | |
checking for sched.h... yes | |
checking for sys/mman.h... yes | |
checking for sys/select.h... yes | |
checking for sys/socket.h... yes | |
checking for sys/wait.h... yes | |
checking for sys/uio.h... yes | |
checking for syslog.h... yes | |
checking for sys/dl.h... no | |
checking for dlfcn.h... (cached) yes | |
checking for linux/sockios.h... no | |
checking for sys/prctl.h... no | |
checking for sys/filio.h... yes | |
checking for windows.h... no | |
checking for winsock2.h... no | |
checking for ws2tcpip.h... no | |
checking for sys/atomic.h... no | |
checking for sys/ioctl.h... yes | |
checking for byteswap.h... no | |
checking for sys/syscall.h... yes | |
checking for sys/eventfd.h... no | |
checking for execinfo.h... yes | |
checking for langinfo.h... yes | |
checking for regex.h... yes | |
checking for pcreposix.h... no | |
checking for valgrind/memcheck.h... no | |
checking for netinet/ip.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking linux/input.h usability... no | |
checking linux/input.h presence... no | |
checking for linux/input.h... no | |
checking for an ANSI C-conforming const... yes | |
checking whether byte ordering is bigendian... no | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for ssize_t... yes | |
checking for off_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking whether environ is declared... no | |
checking for SIGXCPU defined in signal.h... yes | |
checking for INADDR_NONE defined in netinet/in.h... yes | |
checking whether cc knows _Bool... yes | |
checking for thread local storage (TLS) class... __thread | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for PTHREAD_PRIO_INHERIT... yes | |
checking for library containing pow... none required | |
checking for library containing sched_setscheduler... no | |
checking for library containing dlopen... none required | |
checking for library containing shm_open... none required | |
checking for library containing inet_ntop... none required | |
checking for library containing timer_create... no | |
checking for library containing pthread_setaffinity_np... no | |
checking for library containing pthread_getname_np... none required | |
checking for library containing pthread_setname_np... none required | |
checking for library containing connect... none required | |
checking for library containing backtrace... none required | |
checking looking for Apple CoreService Framework... checking /Developer/Headers/FlatCarbon/CoreServices.h usability... no | |
checking /Developer/Headers/FlatCarbon/CoreServices.h presence... no | |
checking for /Developer/Headers/FlatCarbon/CoreServices.h... no | |
configure: error: CoreServices.h header file not found | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 332d9b2e46d568f100d8b1690821aff092b3e5f6 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8.2-x86_64 | |
CLT: 4.6.0.0.1.1358221012 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j2 | |
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/intltool/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/liboil/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: pulseaudio did not build | |
Logs: /Users/xxx/Library/Logs/Homebrew/pulseaudio/config.log | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 2.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/pulseaudio/2.1 --disable-jack --disable-hal --disable-bluez --disable-avahi --with-udev-rules-dir=/usr/local/Cellar/pulseaudio/2.1/lib/udev/rules.d --with-mac-sysroot= --with-mac-version-min=10.8 --disable-dbus | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = machine | |
uname -m = x86_64 | |
uname -r = 12.2.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 | |
Kernel configured for up to 2 processors. | |
2 processors are physically available. | |
2 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 130 tasks, 621 threads, 2 processors | |
Load average: 1.61, Mach factor: 0.89 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/intltool/bin | |
PATH: /usr/local/opt/libsndfile/bin | |
PATH: /usr/local/opt/gdbm/bin | |
PATH: /usr/local/opt/gettext/bin | |
PATH: /usr/local/opt/glib/bin | |
PATH: /usr/local/opt/liboil/bin | |
PATH: /usr/local/opt/python/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3081: checking for a BSD-compatible install | |
configure:3149: result: /usr/bin/install -c | |
configure:3160: checking whether build environment is sane | |
configure:3210: result: yes | |
configure:3351: checking for a thread-safe mkdir -p | |
configure:3390: result: ./install-sh -c -d | |
configure:3403: checking for gawk | |
configure:3433: result: no | |
configure:3403: checking for mawk | |
configure:3433: result: no | |
configure:3403: checking for nawk | |
configure:3433: result: no | |
configure:3403: checking for awk | |
configure:3419: found /usr/bin/awk | |
configure:3430: result: awk | |
configure:3441: checking whether make sets $(MAKE) | |
configure:3463: result: yes | |
configure:3492: checking whether make supports nested variables | |
configure:3509: result: yes | |
configure:3577: checking how to create a ustar tar archive | |
configure:3590: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:3593: $? = 0 | |
configure:3633: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:3636: $? = 0 | |
configure:3640: tar -xf - <conftest.tar | |
configure:3643: $? = 0 | |
configure:3656: result: gnutar | |
configure:3703: checking build system type | |
configure:3717: result: x86_64-apple-darwin12.2.0 | |
configure:3737: checking host system type | |
configure:3750: result: x86_64-apple-darwin12.2.0 | |
configure:3778: checking for stow | |
configure:3806: result: no | |
configure:3834: checking whether make supports nested variables | |
configure:3851: result: yes | |
configure:3920: checking for gcc | |
configure:3947: result: cc | |
configure:4176: checking for C compiler version | |
configure:4185: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.0 | |
Thread model: posix | |
configure:4196: $? = 0 | |
configure:4185: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:4196: $? = 0 | |
configure:4185: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:4196: $? = 1 | |
configure:4185: cc -qversion >&5 | |
clang: error: no input files | |
configure:4196: $? = 1 | |
configure:4216: checking whether the C compiler works | |
configure:4238: cc conftest.c >&5 | |
configure:4242: $? = 0 | |
configure:4290: result: yes | |
configure:4293: checking for C compiler default output file name | |
configure:4295: result: a.out | |
configure:4301: checking for suffix of executables | |
configure:4308: cc -o conftest conftest.c >&5 | |
configure:4312: $? = 0 | |
configure:4334: result: | |
configure:4356: checking whether we are cross compiling | |
configure:4364: cc -o conftest conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4375: ./conftest | |
configure:4379: $? = 0 | |
configure:4394: result: no | |
configure:4399: checking for suffix of object files | |
configure:4421: cc -c conftest.c >&5 | |
configure:4425: $? = 0 | |
configure:4446: result: o | |
configure:4450: checking whether we are using the GNU C compiler | |
configure:4469: cc -c conftest.c >&5 | |
configure:4469: $? = 0 | |
configure:4478: result: yes | |
configure:4487: checking whether cc accepts -g | |
configure:4507: cc -c -g conftest.c >&5 | |
configure:4507: $? = 0 | |
configure:4548: result: yes | |
configure:4565: checking for cc option to accept ISO C89 | |
configure:4628: cc -c -g -O2 conftest.c >&5 | |
configure:4628: $? = 0 | |
configure:4641: result: none needed | |
configure:4672: checking for style of include used by make | |
configure:4700: result: GNU | |
configure:4726: checking dependency style of cc | |
configure:4837: result: gcc3 | |
configure:4852: checking for cc option to accept ISO C99 | |
configure:5001: cc -c -g -O2 conftest.c >&5 | |
configure:5001: $? = 0 | |
configure:5014: result: none needed | |
configure:5033: checking whether cc understands -c and -o together | |
configure:5061: cc -c conftest.c -o conftest2.o >&5 | |
configure:5065: $? = 0 | |
configure:5071: cc -c conftest.c -o conftest2.o >&5 | |
configure:5075: $? = 0 | |
configure:5130: result: yes | |
configure:5269: checking for C++ compiler version | |
configure:5278: c++ --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.0 | |
Thread model: posix | |
configure:5289: $? = 0 | |
configure:5278: c++ -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin12.2.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-I /usr/local/opt/gettext/include' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
... rest of stderr output deleted ... | |
configure:5289: $? = 0 | |
configure:5278: c++ -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:5289: $? = 1 | |
configure:5278: c++ -qversion >&5 | |
clang: error: no input files | |
configure:5289: $? = 1 | |
configure:5293: checking whether we are using the GNU C++ compiler | |
configure:5312: c++ -c conftest.cpp >&5 | |
configure:5312: $? = 0 | |
configure:5321: result: yes | |
configure:5330: checking whether c++ accepts -g | |
configure:5350: c++ -c -g conftest.cpp >&5 | |
configure:5350: $? = 0 | |
configure:5391: result: yes | |
configure:5416: checking dependency style of c++ | |
configure:5527: result: gcc3 | |
configure:5548: checking how to run the C preprocessor | |
configure:5579: cc -E conftest.c | |
configure:5579: $? = 0 | |
configure:5593: cc -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5618: result: cc -E | |
configure:5638: cc -E conftest.c | |
configure:5638: $? = 0 | |
configure:5652: cc -E conftest.c | |
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:5652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5681: checking for grep that handles long lines and -e | |
configure:5739: result: /usr/bin/grep | |
configure:5744: checking for egrep | |
configure:5806: result: /usr/bin/grep -E | |
configure:5812: checking whether cc needs -traditional | |
conftest.c:12:10: fatal error: 'termio.h' file not found | |
#include <termio.h> | |
^ | |
1 error generated. | |
configure:5846: result: no | |
configure:5853: checking for ANSI C header files | |
configure:5873: cc -c -g -O2 conftest.c >&5 | |
configure:5873: $? = 0 | |
configure:5946: cc -o conftest -g -O2 conftest.c >&5 | |
configure:5946: $? = 0 | |
configure:5946: ./conftest | |
configure:5946: $? = 0 | |
configure:5957: result: yes | |
configure:5970: checking for sys/types.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for sys/stat.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for stdlib.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for string.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for memory.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for strings.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for inttypes.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for stdint.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5970: checking for unistd.h | |
configure:5970: cc -c -g -O2 conftest.c >&5 | |
configure:5970: $? = 0 | |
configure:5970: result: yes | |
configure:5983: checking minix/config.h usability | |
configure:5983: cc -c -g -O2 conftest.c >&5 | |
conftest.c:55:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:5983: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 | |
| /* 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 <minix/config.h> | |
configure:5983: result: no | |
configure:5983: checking minix/config.h presence | |
configure:5983: cc -E conftest.c | |
conftest.c:22:10: fatal error: 'minix/config.h' file not found | |
#include <minix/config.h> | |
^ | |
1 error generated. | |
configure:5983: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:5983: result: no | |
configure:5983: checking for minix/config.h | |
configure:5983: result: no | |
configure:6004: checking whether it is safe to define __EXTENSIONS__ | |
configure:6022: cc -c -g -O2 conftest.c >&5 | |
configure:6022: $? = 0 | |
configure:6029: result: yes | |
configure:6050: checking for gm4 | |
configure:6066: found /usr/bin/gm4 | |
configure:6077: result: gm4 | |
configure:6149: checking for pkg-config | |
configure:6167: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6179: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:6204: checking pkg-config is at least version 0.9.0 | |
configure:6207: result: yes | |
configure:6220: checking whether NLS is requested | |
configure:6229: result: yes | |
configure:6247: checking for intltool >= 0.35.0 | |
configure:6249: result: 0.50.2 found | |
configure:6257: checking for intltool-update | |
configure:6275: found /usr/local/opt/intltool/bin/intltool-update | |
configure:6287: result: /usr/local/opt/intltool/bin/intltool-update | |
configure:6297: checking for intltool-merge | |
configure:6315: found /usr/local/opt/intltool/bin/intltool-merge | |
configure:6327: result: /usr/local/opt/intltool/bin/intltool-merge | |
configure:6337: checking for intltool-extract | |
configure:6355: found /usr/local/opt/intltool/bin/intltool-extract | |
configure:6367: result: /usr/local/opt/intltool/bin/intltool-extract | |
configure:6521: checking for xgettext | |
configure:6539: found /usr/local/opt/gettext/bin/xgettext | |
configure:6551: result: /usr/local/opt/gettext/bin/xgettext | |
configure:6561: checking for msgmerge | |
configure:6579: found /usr/local/opt/gettext/bin/msgmerge | |
configure:6591: result: /usr/local/opt/gettext/bin/msgmerge | |
configure:6601: checking for msgfmt | |
configure:6619: found /usr/local/opt/gettext/bin/msgfmt | |
configure:6631: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:6641: checking for gmsgfmt | |
configure:6672: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:6692: checking for perl | |
configure:6710: found /usr/bin/perl | |
configure:6722: result: /usr/bin/perl | |
configure:6733: checking for perl >= 5.8.1 | |
configure:6740: result: 5.12.4 | |
configure:6744: checking for XML::Parser | |
configure:6747: result: ok | |
configure:6772: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"__nl_msg_cat_cntr", referenced from: | |
_main in conftest-wv3JtR.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6772: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| extern int _nl_msg_cat_cntr; | |
| return _nl_msg_cat_cntr | |
| ; | |
| return 0; | |
| } | |
configure:6808: checking locale.h usability | |
configure:6808: cc -c -g -O2 conftest.c >&5 | |
configure:6808: $? = 0 | |
configure:6808: result: yes | |
configure:6808: checking locale.h presence | |
configure:6808: cc -E conftest.c | |
configure:6808: $? = 0 | |
configure:6808: result: yes | |
configure:6808: checking for locale.h | |
configure:6808: result: yes | |
configure:6819: checking for LC_MESSAGES | |
configure:6835: cc -o conftest -g -O2 conftest.c >&5 | |
configure:6835: $? = 0 | |
configure:6843: result: yes | |
configure:6860: checking libintl.h usability | |
configure:6860: cc -c -g -O2 conftest.c >&5 | |
configure:6860: $? = 0 | |
configure:6860: result: yes | |
configure:6860: checking libintl.h presence | |
configure:6860: cc -E conftest.c | |
configure:6860: $? = 0 | |
configure:6860: result: yes | |
configure:6860: checking for libintl.h | |
configure:6860: result: yes | |
configure:6868: checking for ngettext in libc | |
configure:6886: cc -o conftest -g -O2 conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_libintl_ngettext", referenced from: | |
_main in conftest-AlPbno.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:6886: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <libintl.h> | |
| | |
| int | |
| main () | |
| { | |
| return !ngettext ("","", 1) | |
| ; | |
| return 0; | |
| } | |
configure:6895: result: no | |
configure:6951: checking for bindtextdomain in -lintl | |
configure:6976: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:6976: $? = 0 | |
configure:6985: result: yes | |
configure:6988: checking for ngettext in -lintl | |
configure:7013: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:7013: $? = 0 | |
configure:7022: result: yes | |
configure:7025: checking for dgettext in -lintl | |
configure:7050: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:7050: $? = 0 | |
configure:7059: result: yes | |
configure:7172: checking for bind_textdomain_codeset | |
configure:7172: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:7172: $? = 0 | |
configure:7172: result: yes | |
configure:7209: checking for msgfmt | |
configure:7236: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:7247: checking for dcgettext | |
configure:7247: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:7247: $? = 0 | |
configure:7247: result: yes | |
configure:7257: checking if msgfmt accepts -c | |
configure:7272: $MSGFMT -c -o /dev/null conftest.foo | |
configure:7275: $? = 0 | |
configure:7277: result: yes | |
configure:7287: checking for gmsgfmt | |
configure:7318: result: /usr/local/opt/gettext/bin/msgfmt | |
configure:7328: checking for xgettext | |
configure:7355: result: /usr/local/opt/gettext/bin/xgettext | |
configure:7374: cc -o conftest -g -O2 conftest.c -lintl >&5 | |
configure:7374: $? = 0 | |
configure:7546: checking host operating system | |
configure:7555: result: darwin | |
configure:7622: checking whether C compiler accepts -Wall | |
configure:7641: cc -c -g -O2 -pedantic -Werror -Wall conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -W | |
configure:7641: cc -c -g -O2 -Wall -pedantic -Werror -W conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wextra | |
configure:7641: cc -c -g -O2 -Wall -W -pedantic -Werror -Wextra conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -pipe | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pedantic -Werror -pipe conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wno-long-long | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -pedantic -Werror -Wno-long-long conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wvla | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -pedantic -Werror -Wvla conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wno-overlength-strings | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -pedantic -Werror -Wno-overlength-strings conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wunsafe-loop-optimizations | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -pedantic -Werror -Wunsafe-loop-optimizations conftest.c >&5 | |
clang: error: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
configure:7641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7650: result: no | |
configure:7622: checking whether C compiler accepts -Wundef | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -pedantic -Werror -Wundef conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wformat=2 | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -pedantic -Werror -Wformat=2 conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wlogical-op | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -pedantic -Werror -Wlogical-op conftest.c >&5 | |
clang: error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? | |
configure:7641: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7650: result: no | |
configure:7622: checking whether C compiler accepts -Wsign-compare | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -pedantic -Werror -Wsign-compare conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wformat-security | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -pedantic -Werror -Wformat-security conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wmissing-include-dirs | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -pedantic -Werror -Wmissing-include-dirs conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wformat-nonliteral | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -pedantic -Werror -Wformat-nonliteral conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wold-style-definition | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -pedantic -Werror -Wold-style-definition conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wpointer-arith | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -pedantic -Werror -Wpointer-arith conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Winit-self | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -pedantic -Werror -Winit-self conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wdeclaration-after-statement | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -pedantic -Werror -Wdeclaration-after-statement conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wfloat-equal | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -pedantic -Werror -Wfloat-equal conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wmissing-prototypes | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -pedantic -Werror -Wmissing-prototypes conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wstrict-prototypes | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -pedantic -Werror -Wstrict-prototypes conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wredundant-decls | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -pedantic -Werror -Wredundant-decls conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wmissing-declarations | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -pedantic -Werror -Wmissing-declarations conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wmissing-noreturn | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -pedantic -Werror -Wmissing-noreturn conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wshadow | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -pedantic -Werror -Wshadow conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wendif-labels | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -pedantic -Werror -Wendif-labels conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wcast-align | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -pedantic -Werror -Wcast-align conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wstrict-aliasing | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -pedantic -Werror -Wstrict-aliasing conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wwrite-strings | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -pedantic -Werror -Wwrite-strings conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wno-unused-parameter | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -pedantic -Werror -Wno-unused-parameter conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -ffast-math | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -pedantic -Werror -ffast-math conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -Wp,-D_FORTIFY_SOURCE=2 | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -pedantic -Werror -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -fno-common | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -pedantic -Werror -fno-common conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7622: checking whether C compiler accepts -fdiagnostics-show-option | |
configure:7641: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -pedantic -Werror -fdiagnostics-show-option conftest.c >&5 | |
configure:7641: $? = 0 | |
configure:7650: result: yes | |
configure:7662: : CFLAGS="$CFLAGS $flag" | |
configure:7665: $? = 0 | |
configure:7714: checking whether the linker accepts "-Wl,-version-script=./src/map-file" | |
configure:7733: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,-version-script=./src/map-file conftest.c >&5 | |
ld: unknown option: -version-script=./src/map-file | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7733: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7743: result: no | |
configure:7757: checking whether the linker accepts -Wl,-z,now | |
configure:7776: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,-z,now conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7776: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7786: result: no | |
configure:7822: checking whether the linker accepts -Wl,-z,nodelete | |
configure:7841: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,-z,nodelete conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7841: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7851: result: no | |
configure:7890: checking whether the linker accepts -Wl,--no-undefined | |
configure:7909: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,--no-undefined conftest.c >&5 | |
ld: unknown option: --no-undefined | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7909: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7919: result: no | |
configure:7890: checking whether the linker accepts -Wl,-z,defs | |
configure:7909: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,-z,defs conftest.c >&5 | |
ld: unknown option: -z | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:7909: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:7919: result: no | |
configure:7959: checking whether cc knows __sync_bool_compare_and_swap() | |
configure:7976: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:7976: $? = 0 | |
configure:7985: result: yes | |
configure:8185: checking how to print strings | |
configure:8212: result: printf | |
configure:8233: checking for a sed that does not truncate output | |
configure:8297: result: /usr/local/Library/ENV/4.3/sed | |
configure:8315: checking for fgrep | |
configure:8377: result: /usr/bin/grep -F | |
configure:8412: checking for ld used by cc | |
configure:8479: result: /usr/bin/ld | |
configure:8486: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:8501: result: no | |
configure:8513: checking for BSD- or MS-compatible name lister (nm) | |
configure:8562: result: /usr/bin/nm | |
configure:8692: checking the name lister (/usr/bin/nm) interface | |
configure:8699: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:8702: /usr/bin/nm "conftest.o" | |
configure:8705: output | |
0000000000000214 S _some_variable | |
configure:8712: result: BSD nm | |
configure:8715: checking whether ln -s works | |
configure:8719: result: yes | |
configure:8727: checking the maximum length of command line arguments | |
configure:8857: result: 196608 | |
configure:8874: checking whether the shell understands some XSI constructs | |
configure:8884: result: yes | |
configure:8888: checking whether the shell understands "+=" | |
configure:8894: result: yes | |
configure:8929: checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format | |
configure:8969: result: func_convert_file_noop | |
configure:8976: checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format | |
configure:8996: result: func_convert_file_noop | |
configure:9003: checking for /usr/bin/ld option to reload object files | |
configure:9010: result: -r | |
configure:9084: checking for objdump | |
configure:9114: result: no | |
configure:9140: checking how to recognize dependent libraries | |
configure:9342: result: pass_all | |
configure:9427: checking for dlltool | |
configure:9457: result: no | |
configure:9484: checking how to associate runtime and link libraries | |
configure:9511: result: printf %s\n | |
configure:9571: checking for ar | |
configure:9587: found /usr/bin/ar | |
configure:9598: result: ar | |
configure:9635: checking for archiver @FILE support | |
configure:9652: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:9652: $? = 0 | |
configure:9655: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:9658: $? = 1 | |
configure:9678: result: no | |
configure:9736: checking for strip | |
configure:9752: found /usr/bin/strip | |
configure:9763: result: strip | |
configure:9835: checking for ranlib | |
configure:9851: found /usr/bin/ranlib | |
configure:9862: result: ranlib | |
configure:9964: checking command to parse /usr/bin/nm output from cc object | |
configure:10084: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:10087: $? = 0 | |
configure:10091: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10094: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:10084: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:10087: $? = 0 | |
configure:10091: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:10094: $? = 0 | |
configure:10160: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c conftstm.o >&5 | |
configure:10163: $? = 0 | |
configure:10201: result: ok | |
configure:10238: checking for sysroot | |
configure:10268: result: no | |
configure:10524: checking for mt | |
configure:10554: result: no | |
configure:10574: checking if : is a manifest tool | |
configure:10580: : '-?' | |
configure:10588: result: no | |
configure:10644: checking for dsymutil | |
configure:10660: found /usr/bin/dsymutil | |
configure:10671: result: dsymutil | |
configure:10736: checking for nmedit | |
configure:10752: found /usr/bin/nmedit | |
configure:10763: result: nmedit | |
configure:10828: checking for lipo | |
configure:10844: found /usr/bin/lipo | |
configure:10855: result: lipo | |
configure:10920: checking for otool | |
configure:10936: found /usr/bin/otool | |
configure:10947: result: otool | |
configure:11012: checking for otool64 | |
configure:11042: result: no | |
configure:11087: checking for -single_module linker flag | |
cc -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:11120: result: yes | |
configure:11123: checking for -exported_symbols_list linker flag | |
configure:11143: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:11143: $? = 0 | |
configure:11153: result: yes | |
configure:11156: checking for -force_load linker flag | |
cc -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -c -o conftest.o conftest.c | |
conftest.c:1:5: warning: no previous prototype for function 'forced_loaded' [-Wmissing-prototypes] | |
int forced_loaded() { return 2;} | |
^ | |
1 warning generated. | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
cc -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:11188: result: yes | |
configure:11227: checking for dlfcn.h | |
configure:11227: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:11227: $? = 0 | |
configure:11227: result: yes | |
configure:11740: checking for objdir | |
configure:11755: result: .libs | |
configure:12026: checking if cc supports -fno-rtti -fno-exceptions | |
configure:12044: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:12048: $? = 0 | |
configure:12061: result: yes | |
configure:12388: checking for cc option to produce PIC | |
configure:12395: result: -fno-common -DPIC | |
configure:12403: checking if cc PIC flag -fno-common -DPIC works | |
configure:12421: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:12425: $? = 0 | |
configure:12438: result: yes | |
configure:12467: checking if cc static flag -static works | |
configure:12495: result: no | |
configure:12510: checking if cc supports -c -o file.o | |
configure:12531: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -o out/conftest2.o conftest.c >&5 | |
configure:12535: $? = 0 | |
configure:12557: result: yes | |
configure:12565: checking if cc supports -c -o file.o | |
configure:12612: result: yes | |
configure:12645: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:13798: result: yes | |
configure:14038: checking dynamic linker characteristics | |
configure:14784: result: darwin12.2.0 dyld | |
configure:14891: checking how to hardcode library paths into programs | |
configure:14916: result: immediate | |
configure:14961: checking for dlopen in -ldl | |
configure:14986: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c -ldl >&5 | |
configure:14986: $? = 0 | |
configure:14995: result: yes | |
configure:15210: checking whether a program can dlopen itself | |
configure:15290: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:15266:5: warning: no previous prototype for function 'fnord' [-Wmissing-prototypes] | |
int fnord () { return 42; } | |
^ | |
1 warning generated. | |
configure:15293: $? = 0 | |
configure:15311: result: yes | |
configure:15316: checking whether a statically linked program can dlopen itself | |
configure:15396: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH -DHAVE_DLFCN_H conftest.c -ldl >&5 | |
configure:15372:5: warning: no previous prototype for function 'fnord' [-Wmissing-prototypes] | |
int fnord () { return 42; } | |
^ | |
1 warning generated. | |
configure:15399: $? = 0 | |
configure:15417: result: yes | |
configure:15456: checking whether stripping libraries is possible | |
configure:15470: result: yes | |
configure:15496: checking if libtool supports shared libraries | |
configure:15498: result: yes | |
configure:15501: checking whether to build shared libraries | |
configure:15522: result: yes | |
configure:15525: checking whether to build static libraries | |
configure:15529: result: no | |
configure:15552: checking how to run the C++ preprocessor | |
configure:15579: c++ -E -DFASTPATH conftest.cpp | |
configure:15579: $? = 0 | |
configure:15593: c++ -E -DFASTPATH conftest.cpp | |
conftest.cpp:40:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:15593: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:15618: result: c++ -E | |
configure:15638: c++ -E -DFASTPATH conftest.cpp | |
configure:15638: $? = 0 | |
configure:15652: c++ -E -DFASTPATH conftest.cpp | |
conftest.cpp:40:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:15652: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:15821: checking for ld used by c++ | |
configure:15888: result: /usr/bin/ld | |
configure:15895: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:15910: result: no | |
configure:15965: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:16970: result: yes | |
configure:17006: c++ -c -g -O2 -DFASTPATH conftest.cpp >&5 | |
configure:17009: $? = 0 | |
configure:17529: checking for c++ option to produce PIC | |
configure:17536: result: -fno-common -DPIC | |
configure:17544: checking if c++ PIC flag -fno-common -DPIC works | |
configure:17562: c++ -c -g -O2 -DFASTPATH -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:17566: $? = 0 | |
configure:17579: result: yes | |
configure:17602: checking if c++ static flag -static works | |
configure:17630: result: no | |
configure:17642: checking if c++ supports -c -o file.o | |
configure:17663: c++ -c -g -O2 -DFASTPATH -o out/conftest2.o conftest.cpp >&5 | |
configure:17667: $? = 0 | |
configure:17689: result: yes | |
configure:17694: checking if c++ supports -c -o file.o | |
configure:17741: result: yes | |
configure:17771: checking whether the c++ linker (/usr/bin/ld) supports shared libraries | |
configure:17807: result: yes | |
configure:17948: checking dynamic linker characteristics | |
configure:18628: result: darwin12.2.0 dyld | |
configure:18681: checking how to hardcode library paths into programs | |
configure:18706: result: immediate | |
configure:18769: checking ltdl.h usability | |
configure:18769: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18769: $? = 0 | |
configure:18769: result: yes | |
configure:18769: checking ltdl.h presence | |
configure:18769: cc -E -DFASTPATH conftest.c | |
configure:18769: $? = 0 | |
configure:18769: result: yes | |
configure:18769: checking for ltdl.h | |
configure:18769: result: yes | |
configure:18771: checking for lt_dladvise_init in -lltdl | |
configure:18796: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c -lltdl >&5 | |
configure:18796: $? = 0 | |
configure:18805: result: yes | |
configure:18832: checking for ANSI C header files | |
configure:18936: result: yes | |
configure:18952: checking for arpa/inet.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for glob.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for grp.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for netdb.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for netinet/in.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for netinet/in_systm.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for netinet/tcp.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for poll.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for pwd.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sched.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/mman.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/select.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/socket.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/wait.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/uio.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for syslog.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/dl.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:91:10: fatal error: 'sys/dl.h' file not found | |
#include <sys/dl.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_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/dl.h> | |
configure:18952: result: no | |
configure:18952: checking for dlfcn.h | |
configure:18952: result: yes | |
configure:18952: checking for linux/sockios.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:92:10: fatal error: 'linux/sockios.h' file not found | |
#include <linux/sockios.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_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 <linux/sockios.h> | |
configure:18952: result: no | |
configure:18952: checking for sys/prctl.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:92:10: fatal error: 'sys/prctl.h' file not found | |
#include <sys/prctl.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_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/prctl.h> | |
configure:18952: result: no | |
configure:18952: checking for sys/filio.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for windows.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:93:10: fatal error: 'windows.h' file not found | |
#include <windows.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_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:18952: result: no | |
configure:18952: checking for winsock2.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:93:10: fatal error: 'winsock2.h' file not found | |
#include <winsock2.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_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:18952: result: no | |
configure:18952: checking for ws2tcpip.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:93:10: fatal error: 'ws2tcpip.h' file not found | |
#include <ws2tcpip.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_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:18952: result: no | |
configure:18952: checking for sys/atomic.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:93:10: fatal error: 'sys/atomic.h' file not found | |
#include <sys/atomic.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_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/atomic.h> | |
configure:18952: result: no | |
configure:18952: checking for sys/ioctl.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for byteswap.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:94:10: fatal error: 'byteswap.h' file not found | |
#include <byteswap.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_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 <byteswap.h> | |
configure:18952: result: no | |
configure:18952: checking for sys/syscall.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for sys/eventfd.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:95:10: fatal error: 'sys/eventfd.h' file not found | |
#include <sys/eventfd.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_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/eventfd.h> | |
configure:18952: result: no | |
configure:18952: checking for execinfo.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for langinfo.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for regex.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:18952: $? = 0 | |
configure:18952: result: yes | |
configure:18952: checking for pcreposix.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:98:10: fatal error: 'pcreposix.h' file not found | |
#include <pcreposix.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_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 <pcreposix.h> | |
configure:18952: result: no | |
configure:18952: checking for valgrind/memcheck.h | |
configure:18952: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:98:10: fatal error: 'valgrind/memcheck.h' file not found | |
#include <valgrind/memcheck.h> | |
^ | |
1 error generated. | |
configure:18952: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_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 <valgrind/memcheck.h> | |
configure:18952: result: no | |
configure:19004: checking for netinet/ip.h | |
configure:19004: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19004: $? = 0 | |
configure:19004: result: yes | |
configure:19024: checking sys/resource.h usability | |
configure:19024: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19024: $? = 0 | |
configure:19024: result: yes | |
configure:19024: checking sys/resource.h presence | |
configure:19024: cc -E -DFASTPATH conftest.c | |
configure:19024: $? = 0 | |
configure:19024: result: yes | |
configure:19024: checking for sys/resource.h | |
configure:19024: result: yes | |
configure:19039: checking sys/un.h usability | |
configure:19039: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19039: $? = 0 | |
configure:19039: result: yes | |
configure:19039: checking sys/un.h presence | |
configure:19039: cc -E -DFASTPATH conftest.c | |
configure:19039: $? = 0 | |
configure:19039: result: yes | |
configure:19039: checking for sys/un.h | |
configure:19039: result: yes | |
configure:19064: checking linux/input.h usability | |
configure:19064: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:100:10: fatal error: 'linux/input.h' file not found | |
#include <linux/input.h> | |
^ | |
1 error generated. | |
configure:19064: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_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 <linux/input.h> | |
configure:19064: result: no | |
configure:19064: checking linux/input.h presence | |
configure:19064: cc -E -DFASTPATH conftest.c | |
conftest.c:67:10: fatal error: 'linux/input.h' file not found | |
#include <linux/input.h> | |
^ | |
1 error generated. | |
configure:19064: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| /* end confdefs.h. */ | |
| #include <linux/input.h> | |
configure:19064: result: no | |
configure:19064: checking for linux/input.h | |
configure:19064: result: no | |
configure:19136: checking for an ANSI C-conforming const | |
configure:19202: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19202: $? = 0 | |
configure:19209: result: yes | |
configure:19217: checking whether byte ordering is bigendian | |
configure:19232: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19232: $? = 0 | |
configure:19277: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19277: $? = 0 | |
configure:19295: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:74:4: error: use of undeclared identifier 'not' | |
not big endian | |
^ | |
1 error generated. | |
configure:19295: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_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:19423: result: no | |
configure:19441: checking for pid_t | |
configure:19441: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19441: $? = 0 | |
configure:19441: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:103:20: error: expected expression | |
if (sizeof ((pid_t))) | |
^ | |
1 error generated. | |
configure:19441: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19441: result: yes | |
configure:19452: checking for size_t | |
configure:19452: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19452: $? = 0 | |
configure:19452: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:103:21: error: expected expression | |
if (sizeof ((size_t))) | |
^ | |
1 error generated. | |
configure:19452: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19452: result: yes | |
configure:19463: checking for ssize_t | |
configure:19463: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19463: $? = 0 | |
configure:19463: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:103:22: error: expected expression | |
if (sizeof ((ssize_t))) | |
^ | |
1 error generated. | |
configure:19463: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19463: result: yes | |
configure:19477: checking for off_t | |
configure:19477: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:19477: $? = 0 | |
configure:19477: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:104:20: error: expected expression | |
if (sizeof ((off_t))) | |
^ | |
1 error generated. | |
configure:19477: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 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 | |
| int | |
| main () | |
| { | |
| if (sizeof ((off_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:19477: result: yes | |
configure:19489: checking for uid_t in sys/types.h | |
configure:19508: result: yes | |
configure:19519: checking whether environ is declared | |
configure:19519: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:108:10: error: use of undeclared identifier 'environ' | |
(void) environ; | |
^ | |
1 error generated. | |
configure:19519: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 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 | |
| int | |
| main () | |
| { | |
| #ifndef environ | |
| #ifdef __cplusplus | |
| (void) environ; | |
| #else | |
| (void) environ; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:19519: result: no | |
configure:19533: checking for SIGXCPU defined in signal.h | |
configure:19555: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:75:7: warning: unused variable 'ok' [-Wunused-variable] | |
int ok; | |
^ | |
1 warning generated. | |
configure:19555: $? = 0 | |
configure:19562: result: yes | |
configure:19585: checking for INADDR_NONE defined in netinet/in.h | |
configure:19607: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:76:7: warning: unused variable 'ok' [-Wunused-variable] | |
int ok; | |
^ | |
1 warning generated. | |
configure:19607: $? = 0 | |
configure:19614: result: yes | |
configure:19662: checking whether cc knows _Bool | |
configure:19678: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:74:7: warning: unused variable 'b' [-Wunused-variable] | |
_Bool b; | |
^ | |
1 warning generated. | |
configure:19678: $? = 0 | |
configure:19686: result: yes | |
configure:19699: checking for thread local storage (TLS) class | |
configure:19727: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:74:38: warning: unused variable 'bar' [-Wunused-variable] | |
static __thread int bar; | |
^ | |
conftest.c:73:26: warning: function 'foo' could be declared with attribute 'noreturn' [-Wmissing-noreturn] | |
foo(void) { | |
^ | |
conftest.c:73:16: warning: unused function 'foo' [-Wunused-function] | |
foo(void) { | |
^ | |
3 warnings generated. | |
configure:19727: $? = 0 | |
configure:19739: result: __thread | |
configure:19877: checking whether pthreads work with -pthread | |
configure:19965: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread -DFASTPATH conftest.c >&5 | |
configure:19965: $? = 0 | |
configure:19974: result: yes | |
configure:19993: checking for joinable pthread attribute | |
configure:20008: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread -DFASTPATH conftest.c >&5 | |
configure:20008: $? = 0 | |
configure:20014: result: PTHREAD_CREATE_JOINABLE | |
configure:20024: checking if more special flags are required for pthreads | |
configure:20031: result: -D_THREAD_SAFE | |
configure:20037: checking for PTHREAD_PRIO_INHERIT | |
configure:20054: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -pthread -DFASTPATH conftest.c >&5 | |
conftest.c:77:5: warning: unused variable 'i' [-Wunused-variable] | |
int i = PTHREAD_PRIO_INHERIT; | |
^ | |
1 warning generated. | |
configure:20054: $? = 0 | |
configure:20063: result: yes | |
configure:20159: checking for library containing pow | |
configure:20190: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:83:6: warning: incompatible redeclaration of library function 'pow' | |
char pow (); | |
^ | |
conftest.c:83:6: note: 'pow' is a builtin with type 'double (double, double)' | |
1 warning generated. | |
configure:20190: $? = 0 | |
configure:20207: result: none required | |
configure:20217: checking for library containing sched_setscheduler | |
configure:20248: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_sched_setscheduler", referenced from: | |
_main in conftest-ubMmJ6.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20248: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 sched_setscheduler (); | |
| int | |
| main () | |
| { | |
| return sched_setscheduler (); | |
| ; | |
| return 0; | |
| } | |
configure:20248: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20248: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 sched_setscheduler (); | |
| int | |
| main () | |
| { | |
| return sched_setscheduler (); | |
| ; | |
| return 0; | |
| } | |
configure:20265: result: no | |
configure:20273: checking for library containing dlopen | |
configure:20304: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20304: $? = 0 | |
configure:20321: result: none required | |
configure:20329: checking for library containing shm_open | |
configure:20360: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20360: $? = 0 | |
configure:20377: result: none required | |
configure:20385: checking for library containing inet_ntop | |
configure:20416: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20416: $? = 0 | |
configure:20433: result: none required | |
configure:20441: checking for library containing timer_create | |
configure:20472: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_timer_create", referenced from: | |
_main in conftest-PMd6c6.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20472: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 timer_create (); | |
| int | |
| main () | |
| { | |
| return timer_create (); | |
| ; | |
| return 0; | |
| } | |
configure:20472: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20472: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 timer_create (); | |
| int | |
| main () | |
| { | |
| return timer_create (); | |
| ; | |
| return 0; | |
| } | |
configure:20489: result: no | |
configure:20497: checking for library containing pthread_setaffinity_np | |
configure:20528: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_pthread_setaffinity_np", referenced from: | |
_main in conftest-Jq1MiH.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20528: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 pthread_setaffinity_np (); | |
| int | |
| main () | |
| { | |
| return pthread_setaffinity_np (); | |
| ; | |
| return 0; | |
| } | |
configure:20528: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c -lpthread >&5 | |
Undefined symbols for architecture x86_64: | |
"_pthread_setaffinity_np", referenced from: | |
_main in conftest-9cNNko.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:20528: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 pthread_setaffinity_np (); | |
| int | |
| main () | |
| { | |
| return pthread_setaffinity_np (); | |
| ; | |
| return 0; | |
| } | |
configure:20545: result: no | |
configure:20553: checking for library containing pthread_getname_np | |
configure:20584: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20584: $? = 0 | |
configure:20601: result: none required | |
configure:20609: checking for library containing pthread_setname_np | |
configure:20640: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20640: $? = 0 | |
configure:20657: result: none required | |
configure:20667: checking for library containing connect | |
configure:20698: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20698: $? = 0 | |
configure:20715: result: none required | |
configure:20723: checking for library containing backtrace | |
configure:20754: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
configure:20754: $? = 0 | |
configure:20771: result: none required | |
configure:20782: checking looking for Apple CoreService Framework | |
configure:20785: checking /Developer/Headers/FlatCarbon/CoreServices.h usability | |
configure:20785: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -DFASTPATH conftest.c >&5 | |
conftest.c:109:10: fatal error: '/Developer/Headers/FlatCarbon/CoreServices.h' file not found | |
#include </Developer/Headers/FlatCarbon/CoreServices.h> | |
^ | |
1 error generated. | |
configure:20785: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 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 </Developer/Headers/FlatCarbon/CoreServices.h> | |
configure:20785: result: no | |
configure:20785: checking /Developer/Headers/FlatCarbon/CoreServices.h presence | |
configure:20785: cc -E -DFASTPATH conftest.c | |
conftest.c:76:10: fatal error: '/Developer/Headers/FlatCarbon/CoreServices.h' file not found | |
#include </Developer/Headers/FlatCarbon/CoreServices.h> | |
^ | |
1 error generated. | |
configure:20785: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "pulseaudio" | |
| #define PACKAGE_TARNAME "pulseaudio" | |
| #define PACKAGE_VERSION "2.1" | |
| #define PACKAGE_STRING "pulseaudio 2.1" | |
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
| #define PACKAGE_URL "http://pulseaudio.org/" | |
| #define PACKAGE "pulseaudio" | |
| #define VERSION "2.1" | |
| #define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
| #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 __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define GETTEXT_PACKAGE "pulseaudio" | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_LC_MESSAGES 1 | |
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
| #define HAVE_GETTEXT 1 | |
| #define HAVE_DCGETTEXT 1 | |
| #define ENABLE_NLS 1 | |
| #define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
| #define OS_IS_DARWIN 1 | |
| #define _DARWIN_C_SOURCE 200112L | |
| #define HAVE_ATOMIC_BUILTINS 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #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_POLL_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SCHED_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_SELECT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_SYS_UIO_H 1 | |
| #define HAVE_SYSLOG_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define HAVE_SYS_FILIO_H 1 | |
| #define HAVE_SYS_IOCTL_H 1 | |
| #define HAVE_SYS_SYSCALL_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_REGEX_H 1 | |
| #define HAVE_NETINET_IP_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_SSIZE_T 1 | |
| #define HAVE_DECL_ENVIRON 0 | |
| #define HAVE_SIGXCPU 1 | |
| #define HAVE_STD_BOOL 1 | |
| #define TLS __thread | |
| #define SUPPORT_TLS___THREAD 1 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| /* end confdefs.h. */ | |
| #include </Developer/Headers/FlatCarbon/CoreServices.h> | |
configure:20785: result: no | |
configure:20785: checking for /Developer/Headers/FlatCarbon/CoreServices.h | |
configure:20785: result: no | |
configure:20789: error: CoreServices.h header file not found | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.2.0 | |
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_BLUEZ_CFLAGS_set= | |
ac_cv_env_BLUEZ_CFLAGS_value= | |
ac_cv_env_BLUEZ_LIBS_set= | |
ac_cv_env_BLUEZ_LIBS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
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=set | |
ac_cv_env_CXX_value=c++ | |
ac_cv_env_DBUS_CFLAGS_set= | |
ac_cv_env_DBUS_CFLAGS_value= | |
ac_cv_env_DBUS_LIBS_set= | |
ac_cv_env_DBUS_LIBS_value= | |
ac_cv_env_FFTW_CFLAGS_set= | |
ac_cv_env_FFTW_CFLAGS_value= | |
ac_cv_env_FFTW_LIBS_set= | |
ac_cv_env_FFTW_LIBS_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_GTK20_CFLAGS_set= | |
ac_cv_env_GTK20_CFLAGS_value= | |
ac_cv_env_GTK20_LIBS_set= | |
ac_cv_env_GTK20_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_LIBJSON_CFLAGS_set= | |
ac_cv_env_LIBJSON_CFLAGS_value= | |
ac_cv_env_LIBJSON_LIBS_set= | |
ac_cv_env_LIBJSON_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_LIBSPEEX_CFLAGS_set= | |
ac_cv_env_LIBSPEEX_CFLAGS_value= | |
ac_cv_env_LIBSPEEX_LIBS_set= | |
ac_cv_env_LIBSPEEX_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_OPENSSL_CFLAGS_set= | |
ac_cv_env_OPENSSL_CFLAGS_value= | |
ac_cv_env_OPENSSL_LIBS_set= | |
ac_cv_env_OPENSSL_LIBS_value= | |
ac_cv_env_ORC_CFLAGS_set= | |
ac_cv_env_ORC_CFLAGS_value= | |
ac_cv_env_ORC_LIBS_set= | |
ac_cv_env_ORC_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_SYSTEMD_CFLAGS_set= | |
ac_cv_env_SYSTEMD_CFLAGS_value= | |
ac_cv_env_SYSTEMD_LIBS_set= | |
ac_cv_env_SYSTEMD_LIBS_value= | |
ac_cv_env_TDB_CFLAGS_set= | |
ac_cv_env_TDB_CFLAGS_value= | |
ac_cv_env_TDB_LIBS_set= | |
ac_cv_env_TDB_LIBS_value= | |
ac_cv_env_UDEV_CFLAGS_set= | |
ac_cv_env_UDEV_CFLAGS_value= | |
ac_cv_env_UDEV_LIBS_set= | |
ac_cv_env_UDEV_LIBS_value= | |
ac_cv_env_WEBRTC_CFLAGS_set= | |
ac_cv_env_WEBRTC_CFLAGS_value= | |
ac_cv_env_WEBRTC_LIBS_set= | |
ac_cv_env_WEBRTC_LIBS_value= | |
ac_cv_env_X11_CFLAGS_set= | |
ac_cv_env_X11_CFLAGS_value= | |
ac_cv_env_X11_LIBS_set= | |
ac_cv_env_X11_LIBS_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_func_bind_textdomain_codeset=yes | |
ac_cv_func_dcgettext=yes | |
ac_cv_have_decl_environ=no | |
ac_cv_header__Developer_Headers_FlatCarbon_CoreServices_h=no | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_byteswap_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_glob_h=yes | |
ac_cv_header_grp_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_libintl_h=yes | |
ac_cv_header_linux_input_h=no | |
ac_cv_header_linux_sockios_h=no | |
ac_cv_header_locale_h=yes | |
ac_cv_header_ltdl_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
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_pcreposix_h=no | |
ac_cv_header_poll_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_atomic_h=no | |
ac_cv_header_sys_dl_h=no | |
ac_cv_header_sys_eventfd_h=no | |
ac_cv_header_sys_filio_h=yes | |
ac_cv_header_sys_ioctl_h=yes | |
ac_cv_header_sys_mman_h=yes | |
ac_cv_header_sys_prctl_h=no | |
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_stat_h=yes | |
ac_cv_header_sys_syscall_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_uio_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_valgrind_memcheck_h=no | |
ac_cv_header_windows_h=no | |
ac_cv_header_winsock2_h=no | |
ac_cv_header_ws2tcpip_h=no | |
ac_cv_host=x86_64-apple-darwin12.2.0 | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_intl_bindtextdomain=yes | |
ac_cv_lib_intl_dgettext=yes | |
ac_cv_lib_intl_ngettext=yes | |
ac_cv_lib_ltdl_lt_dladvise_init=yes | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GMSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_INTLTOOL_EXTRACT=/usr/local/opt/intltool/bin/intltool-extract | |
ac_cv_path_INTLTOOL_MERGE=/usr/local/opt/intltool/bin/intltool-merge | |
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl | |
ac_cv_path_INTLTOOL_UPDATE=/usr/local/opt/intltool/bin/intltool-update | |
ac_cv_path_MSGFMT=/usr/local/opt/gettext/bin/msgfmt | |
ac_cv_path_MSGMERGE=/usr/local/opt/gettext/bin/msgmerge | |
ac_cv_path_SED=/usr/local/Library/ENV/4.3/sed | |
ac_cv_path_XGETTEXT=/usr/local/opt/gettext/bin/xgettext | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_CXXCPP='c++ -E' | |
ac_cv_prog_M4=gm4 | |
ac_cv_prog_STOW=no | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_c99= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_gcc_traditional=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_search_backtrace='none required' | |
ac_cv_search_connect='none required' | |
ac_cv_search_dlopen='none required' | |
ac_cv_search_inet_ntop='none required' | |
ac_cv_search_pow='none required' | |
ac_cv_search_pthread_getname_np='none required' | |
ac_cv_search_pthread_setaffinity_np=no | |
ac_cv_search_pthread_setname_np='none required' | |
ac_cv_search_sched_setscheduler=no | |
ac_cv_search_shm_open='none required' | |
ac_cv_search_timer_create=no | |
ac_cv_tls=__thread | |
ac_cv_type_off_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uid_t=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_tar_ustar=gnutar | |
am_cv_val_LC_MESSAGES=yes | |
ax_cv_PTHREAD_PRIO_INHERIT=yes | |
ax_cv_check_cflags__pedantic__Werror__W=yes | |
ax_cv_check_cflags__pedantic__Werror__Wall=yes | |
ax_cv_check_cflags__pedantic__Werror__Wcast_align=yes | |
ax_cv_check_cflags__pedantic__Werror__Wdeclaration_after_statement=yes | |
ax_cv_check_cflags__pedantic__Werror__Wendif_labels=yes | |
ax_cv_check_cflags__pedantic__Werror__Wextra=yes | |
ax_cv_check_cflags__pedantic__Werror__Wfloat_equal=yes | |
ax_cv_check_cflags__pedantic__Werror__Wformat_2=yes | |
ax_cv_check_cflags__pedantic__Werror__Wformat_nonliteral=yes | |
ax_cv_check_cflags__pedantic__Werror__Wformat_security=yes | |
ax_cv_check_cflags__pedantic__Werror__Winit_self=yes | |
ax_cv_check_cflags__pedantic__Werror__Wlogical_op=no | |
ax_cv_check_cflags__pedantic__Werror__Wmissing_declarations=yes | |
ax_cv_check_cflags__pedantic__Werror__Wmissing_include_dirs=yes | |
ax_cv_check_cflags__pedantic__Werror__Wmissing_noreturn=yes | |
ax_cv_check_cflags__pedantic__Werror__Wmissing_prototypes=yes | |
ax_cv_check_cflags__pedantic__Werror__Wno_long_long=yes | |
ax_cv_check_cflags__pedantic__Werror__Wno_overlength_strings=yes | |
ax_cv_check_cflags__pedantic__Werror__Wno_unused_parameter=yes | |
ax_cv_check_cflags__pedantic__Werror__Wold_style_definition=yes | |
ax_cv_check_cflags__pedantic__Werror__Wp__D_FORTIFY_SOURCE_2=yes | |
ax_cv_check_cflags__pedantic__Werror__Wpointer_arith=yes | |
ax_cv_check_cflags__pedantic__Werror__Wredundant_decls=yes | |
ax_cv_check_cflags__pedantic__Werror__Wshadow=yes | |
ax_cv_check_cflags__pedantic__Werror__Wsign_compare=yes | |
ax_cv_check_cflags__pedantic__Werror__Wstrict_aliasing=yes | |
ax_cv_check_cflags__pedantic__Werror__Wstrict_prototypes=yes | |
ax_cv_check_cflags__pedantic__Werror__Wundef=yes | |
ax_cv_check_cflags__pedantic__Werror__Wunsafe_loop_optimizations=no | |
ax_cv_check_cflags__pedantic__Werror__Wvla=yes | |
ax_cv_check_cflags__pedantic__Werror__Wwrite_strings=yes | |
ax_cv_check_cflags__pedantic__Werror__fdiagnostics_show_option=yes | |
ax_cv_check_cflags__pedantic__Werror__ffast_math=yes | |
ax_cv_check_cflags__pedantic__Werror__fno_common=yes | |
ax_cv_check_cflags__pedantic__Werror__pipe=yes | |
ax_cv_check_ldflags___Wl___no_undefined=no | |
ax_cv_check_ldflags___Wl__version_script___src_map_file=no | |
ax_cv_check_ldflags___Wl__z_defs=no | |
ax_cv_check_ldflags___Wl__z_nodelete=no | |
ax_cv_check_ldflags___Wl__z_now=no | |
gt_cv_func_dgettext_libc=no | |
gt_cv_func_dgettext_libintl=yes | |
gt_cv_func_ngettext_libc=no | |
gt_cv_have_gettext=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
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=yes | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
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 | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
pulseaudio_cv__Bool=yes | |
pulseaudio_cv_sync_bool_compare_and_swap=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/missing --run aclocal-1.11' | |
ALLOCA='' | |
ALL_LINGUAS='' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AS='as' | |
ASOUNDLIB_CFLAGS='' | |
ASOUNDLIB_LIBS='' | |
AUTOCONF='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/missing --run automake-1.11' | |
AVAHI_CFLAGS='' | |
AVAHI_LIBS='' | |
AWK='awk' | |
BLUEZ_CFLAGS='' | |
BLUEZ_LIBS='' | |
BUILD_MANPAGES_FALSE='' | |
BUILD_MANPAGES_TRUE='' | |
BUILD_TESTS_DEFAULT_FALSE='' | |
BUILD_TESTS_DEFAULT_TRUE='' | |
CATALOGS='' | |
CATOBJEXT='.gmo' | |
CC='cc' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wvla -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option' | |
CPP='cc -E' | |
CPPFLAGS='-DFASTPATH' | |
CXX='c++' | |
CXXCPP='c++ -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DATADIRNAME='share' | |
DBUS_CFLAGS='' | |
DBUS_LIBS='' | |
DEFS='' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FFTW_CFLAGS='' | |
FFTW_LIBS='' | |
FGREP='/usr/bin/grep -F' | |
FORCE_PREOPEN_FALSE='' | |
FORCE_PREOPEN_TRUE='' | |
GCONF_CFLAGS='' | |
GCONF_LIBS='' | |
GDBM_CFLAGS='' | |
GDBM_LIBS='' | |
GETTEXT_PACKAGE='pulseaudio' | |
GLIB20_CFLAGS='' | |
GLIB20_LIBS='' | |
GMOFILES='' | |
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
GREP='/usr/bin/grep' | |
GTK20_CFLAGS='' | |
GTK20_LIBS='' | |
HAL_CFLAGS='' | |
HAL_LIBS='' | |
HAVE_ADRIAN_EC_FALSE='' | |
HAVE_ADRIAN_EC_TRUE='' | |
HAVE_AF_UNIX='1' | |
HAVE_AF_UNIX_FALSE='#' | |
HAVE_AF_UNIX_TRUE='' | |
HAVE_ALSA='' | |
HAVE_ALSA_FALSE='' | |
HAVE_ALSA_TRUE='' | |
HAVE_AVAHI='' | |
HAVE_AVAHI_FALSE='' | |
HAVE_AVAHI_TRUE='' | |
HAVE_BLUEZ='' | |
HAVE_BLUEZ_FALSE='' | |
HAVE_BLUEZ_TRUE='' | |
HAVE_BONJOUR_FALSE='' | |
HAVE_BONJOUR_TRUE='' | |
HAVE_COREAUDIO_FALSE='' | |
HAVE_COREAUDIO_TRUE='' | |
HAVE_DBUS='' | |
HAVE_DBUS_FALSE='' | |
HAVE_DBUS_TRUE='' | |
HAVE_ESOUND_FALSE='' | |
HAVE_ESOUND_TRUE='' | |
HAVE_EVDEV_FALSE='' | |
HAVE_EVDEV_TRUE='#' | |
HAVE_FFTW_FALSE='' | |
HAVE_FFTW_TRUE='' | |
HAVE_GCONF_FALSE='' | |
HAVE_GCONF_TRUE='' | |
HAVE_GDBM_FALSE='' | |
HAVE_GDBM_TRUE='' | |
HAVE_GLIB20='' | |
HAVE_GLIB20_FALSE='' | |
HAVE_GLIB20_TRUE='' | |
HAVE_GTK20_FALSE='' | |
HAVE_GTK20_TRUE='' | |
HAVE_HAL='' | |
HAVE_HAL_COMPAT_FALSE='' | |
HAVE_HAL_COMPAT_TRUE='' | |
HAVE_HAL_FALSE='' | |
HAVE_HAL_TRUE='' | |
HAVE_JACK_FALSE='' | |
HAVE_JACK_TRUE='' | |
HAVE_LIBASYNCNS_FALSE='' | |
HAVE_LIBASYNCNS_TRUE='' | |
HAVE_LIBSAMPLERATE_FALSE='' | |
HAVE_LIBSAMPLERATE_TRUE='' | |
HAVE_LIRC_FALSE='' | |
HAVE_LIRC_TRUE='' | |
HAVE_MKFIFO='' | |
HAVE_MKFIFO_FALSE='' | |
HAVE_MKFIFO_TRUE='' | |
HAVE_OPENSSL_FALSE='' | |
HAVE_OPENSSL_TRUE='' | |
HAVE_ORCC_FALSE='' | |
HAVE_ORCC_TRUE='' | |
HAVE_ORC_FALSE='' | |
HAVE_ORC_TRUE='' | |
HAVE_OSS_OUTPUT='' | |
HAVE_OSS_OUTPUT_FALSE='' | |
HAVE_OSS_OUTPUT_TRUE='' | |
HAVE_OSS_WRAPPER_FALSE='' | |
HAVE_OSS_WRAPPER_TRUE='' | |
HAVE_REGEX_FALSE='' | |
HAVE_REGEX_TRUE='' | |
HAVE_SIGXCPU_FALSE='#' | |
HAVE_SIGXCPU_TRUE='' | |
HAVE_SIMPLEDB_FALSE='' | |
HAVE_SIMPLEDB_TRUE='' | |
HAVE_SOLARIS_FALSE='' | |
HAVE_SOLARIS_TRUE='' | |
HAVE_SPEEX_FALSE='' | |
HAVE_SPEEX_TRUE='' | |
HAVE_SYSTEMD='' | |
HAVE_SYSTEMD_FALSE='' | |
HAVE_SYSTEMD_TRUE='' | |
HAVE_SYS_RESOURCE_H='1' | |
HAVE_TDB_FALSE='' | |
HAVE_TDB_TRUE='' | |
HAVE_UDEV='' | |
HAVE_UDEV_FALSE='' | |
HAVE_UDEV_TRUE='' | |
HAVE_WAVEOUT='' | |
HAVE_WAVEOUT_FALSE='' | |
HAVE_WAVEOUT_TRUE='' | |
HAVE_WEBRTC_FALSE='' | |
HAVE_WEBRTC_TRUE='' | |
HAVE_X11='' | |
HAVE_X11_FALSE='' | |
HAVE_X11_TRUE='' | |
HAVE_XEN_FALSE='' | |
HAVE_XEN_TRUE='' | |
IMMEDIATE_LDFLAGS='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INSTOBJEXT='.mo' | |
INTLLIBS='-lintl ' | |
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_EXTRACT='/usr/local/opt/intltool/bin/intltool-extract' | |
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_MERGE='/usr/local/opt/intltool/bin/intltool-merge' | |
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' | |
INTLTOOL_PERL='/usr/bin/perl' | |
INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_UPDATE='/usr/local/opt/intltool/bin/intltool-update' | |
INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' | |
INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' | |
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' | |
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' | |
INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' | |
INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' | |
JACK_CFLAGS='' | |
JACK_LIBS='' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LIBASYNCNS_CFLAGS='' | |
LIBASYNCNS_LIBS='' | |
LIBICONV='' | |
LIBJSON_CFLAGS='' | |
LIBJSON_LIBS='' | |
LIBLTDL='-lltdl' | |
LIBOBJS='' | |
LIBPULSE_BROWSE_VERSION_INFO='1:1:1' | |
LIBPULSE_MAINLOOP_GLIB_VERSION_INFO='0:4:0' | |
LIBPULSE_SIMPLE_VERSION_INFO='0:3:0' | |
LIBPULSE_VERSION_INFO='14:3:14' | |
LIBS='' | |
LIBSAMPLERATE_CFLAGS='' | |
LIBSAMPLERATE_LIBS='' | |
LIBSNDFILE_CFLAGS='' | |
LIBSNDFILE_LIBS='' | |
LIBSPEEX_CFLAGS='' | |
LIBSPEEX_LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBWRAP_LIBS='' | |
LIPO='lipo' | |
LIRC_CFLAGS='' | |
LIRC_LIBS='' | |
LN_S='ln -s' | |
LTLIBICONV='' | |
LTLIBOBJS='' | |
M4='gm4' | |
MAKEINFO='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='./install-sh -c -d' | |
MKINSTALLDIRS='./mkinstalldirs' | |
MSGFMT='/usr/local/opt/gettext/bin/msgfmt' | |
MSGFMT_OPTS='-c' | |
MSGMERGE='/usr/local/opt/gettext/bin/msgmerge' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
NODELETE_LDFLAGS='' | |
NOUNDEFINED_LDFLAGS='' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OPENSSL_CFLAGS='' | |
OPENSSL_LIBS='' | |
ORCC='' | |
ORCC_FLAGS='' | |
ORC_CFLAGS='' | |
ORC_LIBS='' | |
OS_IS_DARWIN_FALSE='#' | |
OS_IS_DARWIN_TRUE='' | |
OS_IS_WIN32='0' | |
OS_IS_WIN32_FALSE='' | |
OS_IS_WIN32_TRUE='#' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='pulseaudio' | |
PACKAGE_BUGREPORT='pulseaudio-discuss (at) lists (dot) freedesktop (dot) org' | |
PACKAGE_NAME='pulseaudio' | |
PACKAGE_STRING='pulseaudio 2.1' | |
PACKAGE_TARNAME='pulseaudio' | |
PACKAGE_URL='http://pulseaudio.org/' | |
PACKAGE_VERSION='2.1' | |
PACTL_BINARY='' | |
PATH_SEPARATOR=':' | |
PA_ACCESS_GROUP='' | |
PA_API_VERSION='12' | |
PA_BINARY='' | |
PA_DEFAULT_CONFIG_DIR='' | |
PA_DLSEARCHPATH='' | |
PA_INCDIR='' | |
PA_LIBDIR='' | |
PA_MACHINE_ID='' | |
PA_MACHINE_ID_FALLBACK='' | |
PA_MAJOR='2' | |
PA_MAJORMINOR='2.1' | |
PA_MINOR='1' | |
PA_PROTOCOL_VERSION='26' | |
PA_SOEXT='' | |
PA_SYSTEM_CONFIG_PATH='' | |
PA_SYSTEM_GROUP='' | |
PA_SYSTEM_RUNTIME_PATH='' | |
PA_SYSTEM_STATE_PATH='' | |
PA_SYSTEM_USER='' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='/usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion' | |
POFILES='' | |
POSUB='po' | |
PO_IN_DATADIR_FALSE='' | |
PO_IN_DATADIR_TRUE='' | |
PREOPEN_MODS='' | |
PREOPEN_MODS_FALSE='' | |
PREOPEN_MODS_TRUE='' | |
PTHREAD_CC='cc' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' | |
PTHREAD_LIBS='' | |
PULSE_LOCALEDIR='/usr/local/Cellar/pulseaudio/2.1/share/locale' | |
RANLIB='ranlib' | |
SED='/usr/local/Library/ENV/4.3/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STATIC_BINS_FALSE='' | |
STATIC_BINS_TRUE='' | |
STOW='no' | |
STRIP='strip' | |
SYSTEMD_CFLAGS='' | |
SYSTEMD_LIBS='' | |
TDB_CFLAGS='' | |
TDB_LIBS='' | |
UDEV_CFLAGS='' | |
UDEV_LIBS='' | |
USE_NLS='yes' | |
VERSION='2.1' | |
VERSIONING_LDFLAGS='' | |
WEBRTC_CFLAGS='' | |
WEBRTC_LIBS='' | |
X11_CFLAGS='' | |
X11_LIBS='' | |
XEN_CFLAGS='' | |
XEN_LIBS='' | |
XGETTEXT='/usr/local/opt/gettext/bin/xgettext' | |
ac_ct_AR='ar' | |
ac_ct_CC='cc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.2.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.2.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin12.2.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.2.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/pulseaudio-UPko/pulseaudio-2.1/install-sh' | |
intltool__v_merge_options_0='-q' | |
intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/./install-sh -c -d' | |
modlibexecdir='' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/pulseaudio/2.1' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
pulseconfdir='' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
udevrulesdir='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "pulseaudio" | |
#define PACKAGE_TARNAME "pulseaudio" | |
#define PACKAGE_VERSION "2.1" | |
#define PACKAGE_STRING "pulseaudio 2.1" | |
#define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org" | |
#define PACKAGE_URL "http://pulseaudio.org/" | |
#define PACKAGE "pulseaudio" | |
#define VERSION "2.1" | |
#define CANONICAL_HOST "x86_64-apple-darwin12.2.0" | |
#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 __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define GETTEXT_PACKAGE "pulseaudio" | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_LC_MESSAGES 1 | |
#define HAVE_BIND_TEXTDOMAIN_CODESET 1 | |
#define HAVE_GETTEXT 1 | |
#define HAVE_DCGETTEXT 1 | |
#define ENABLE_NLS 1 | |
#define PULSE_LOCALEDIR "/usr/local/Cellar/pulseaudio/2.1/share/locale" | |
#define OS_IS_DARWIN 1 | |
#define _DARWIN_C_SOURCE 200112L | |
#define HAVE_ATOMIC_BUILTINS 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#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_POLL_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_SCHED_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_SELECT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_SYS_UIO_H 1 | |
#define HAVE_SYSLOG_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define HAVE_SYS_FILIO_H 1 | |
#define HAVE_SYS_IOCTL_H 1 | |
#define HAVE_SYS_SYSCALL_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_REGEX_H 1 | |
#define HAVE_NETINET_IP_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_UN_H 1 | |
#define HAVE_SSIZE_T 1 | |
#define HAVE_DECL_ENVIRON 0 | |
#define HAVE_SIGXCPU 1 | |
#define HAVE_STD_BOOL 1 | |
#define TLS __thread | |
#define SUPPORT_TLS___THREAD 1 | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment