Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created March 30, 2013 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistydemeo/e6497ac3ee4e3e2cdd1e to your computer and use it in GitHub Desktop.
Save mistydemeo/e6497ac3ee4e3e2cdd1e to your computer and use it in GitHub Desktop.
configure: WARNING: unrecognized options: --disable-hal
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-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
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.3
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 -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-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin11.4.2 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... darwin11.4.2 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... darwin11.4.2 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... yes
checking for valgrind/memcheck.h... yes
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
checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h usability... yes
checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h presence... yes
checking for /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h... yes
ok
checking for library containing regexec... none required
checking for getopt_long... yes
checking for lrintf... yes
checking for strtof... yes
checking for chmod... yes
checking for chown... yes
checking for fstat... yes
checking for fchown... yes
checking for fchmod... yes
checking for clock_gettime... no
checking for getaddrinfo... yes
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for mlock... yes
checking for nanosleep... yes
checking for pipe... yes
checking for posix_fadvise... no
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for setpgid... yes
checking for setsid... yes
checking for shm_open... yes
checking for sigaction... yes
checking for sleep... yes
checking for symlink... yes
checking for sysconf... yes
checking for uname... yes
checking for pthread_setaffinity_np... no
checking for pthread_getname_np... yes
checking for pthread_setname_np... yes
checking for readlink... yes
checking for ctime_r... yes
checking for usleep... yes
checking for strerror_r... yes
checking for lstat... yes
checking for setresuid... no
checking for setresgid... no
checking for setreuid... yes
checking for setregid... yes
checking for seteuid... yes
checking for setegid... yes
checking for ppoll... no
checking for strsignal... yes
checking for sig2str... no
checking for strtof_l... yes
checking for pipe2... no
checking for accept4... no
checking for open64... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for mkfifo... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for regexec... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X11... no
checking for library containing cap_init... no
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for LIBCHECK... no
checking for LIBJSON... yes
checking for LIBSNDFILE... yes
checking whether we need libatomic_ops... no
checking for LIBSAMPLERATE... no
checking for TDB... no
checking for gdbm_open in -lgdbm... yes
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking CoreAudio/CoreAudio.h usability... yes
checking CoreAudio/CoreAudio.h presence... yes
checking for CoreAudio/CoreAudio.h... yes
checking for ASOUNDLIB... no
checking sys/audio.h usability... no
checking sys/audio.h presence... no
checking for sys/audio.h... no
checking for mmsystem.h... no
checking for GLIB20... yes
checking for GTK20... no
checking for GCONF... no
checking for LIBASYNCNS... no
checking for tcpwrap library and headers... yes
checking lirc/lirc_client.h usability... no
checking lirc/lirc_client.h presence... no
checking for lirc/lirc_client.h... no
checking for lirc_init in -llirc_client... no
checking for OPENSSL... yes
checking for FFTW... no
checking for LIBSPEEX... yes
checking xenctrl.h usability... no
checking xenctrl.h presence... no
checking for xenctrl.h... no
checking xs.h usability... no
checking xs.h presence... no
checking for xs.h... no
checking for xc_interface_open in -lxenctrl... no
checking for xs_domain_open in -lxenstore... no
checking for ORC... no
checking for SYSTEMD... no
checking for WEBRTC... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating libpulse.pc
config.status: creating libpulse-simple.pc
config.status: creating libpulse-mainloop-glib.pc
config.status: creating doxygen/Makefile
config.status: creating doxygen/doxygen.conf
config.status: creating src/pulse/version.h
config.status: creating po/Makefile.in
config.status: creating man/pulseaudio.1.xml
config.status: creating man/esdcompat.1.xml
config.status: creating man/pax11publish.1.xml
config.status: creating man/paplay.1.xml
config.status: creating man/pacat.1.xml
config.status: creating man/pacmd.1.xml
config.status: creating man/pactl.1.xml
config.status: creating man/pasuspender.1.xml
config.status: creating man/padsp.1.xml
config.status: creating man/pulse-daemon.conf.5.xml
config.status: creating man/pulse-client.conf.5.xml
config.status: creating man/default.pa.5.xml
config.status: creating man/pulse-cli-syntax.5.xml
config.status: creating man/start-pulseaudio-kde.1.xml
config.status: creating man/start-pulseaudio-x11.1.xml
config.status: creating src/esdcompat
config.status: creating src/start-pulseaudio-x11
config.status: creating src/start-pulseaudio-kde
config.status: creating src/client.conf
config.status: creating src/daemon.conf
config.status: creating src/default.pa
config.status: creating src/system.pa
config.status: creating PulseAudioConfig.cmake
config.status: creating PulseAudioConfigVersion.cmake
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure: WARNING: unrecognized options: --disable-hal
---{ pulseaudio 3.0 }---
prefix: /usr/local/Cellar/pulseaudio/3.0
sysconfdir: ${prefix}/etc
localstatedir: ${prefix}/var
modlibexecdir: ${exec_prefix}/lib/pulse-3.0/modules
System Runtime Path: /usr/local/Cellar/pulseaudio/3.0/var/run/pulse
System State Path: /usr/local/Cellar/pulseaudio/3.0/var/lib/pulse
System Config Path: /usr/local/Cellar/pulseaudio/3.0/var/lib/pulse
Compiler: cc
CFLAGS: -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7
LIBS: -lgdbm -framework CoreServices
Enable X11: no
Enable OSS Output: no
Enable OSS Wrapper: no
Enable EsounD: yes
Enable Alsa: no
Enable CoreAudio: yes
Enable Solaris: no
Enable WaveOut: no
Enable GLib 2.0: yes
Enable Gtk+ 2.0: no
Enable GConf: no
Enable Avahi: no
Enable Jack: no
Enable Async DNS: no
Enable LIRC: no
Enable Xen PV driver: no
Enable D-Bus: no
Enable BlueZ: no
Enable udev: no
Enable HAL->udev compat: no
Enable systemd login: no
Enable TCP Wrappers: yes
Enable libsamplerate: no
Enable IPv6: yes
Enable OpenSSL (for Airtunes): yes
Enable fftw: no
Enable orc: no
Enable Adrian echo canceller: yes
Enable speex (resampler, AEC): yes
Enable WebRTC echo canceller: no
Enable gcov coverage: no
Enable unit tests: no
Database
tdb: no
gdbm: yes
simple database: no
System User: pulse
System Group: pulse
Access Group: pulse-access
Enable per-user EsounD socket: yes
Force preopen: no
Preopened modules: all
Legacy Database Entry Support: yes
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
You do not have D-Bus support enabled. It is strongly recommended
that you enable D-Bus support if your platform supports it.
Many parts of PulseAudio use D-Bus, from ConsoleKit interaction
to the Device Reservation Protocol to speak to JACK, Bluetooth
support and even a native control protocol for communicating and
controling the PulseAudio daemon itself.
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
You do not have udev support enabled. It is strongly recommended
that you enable udev support if your platform supports it as it is
the primary method used to detect hardware audio devices (on Linux)
and is thus a critical part of PulseAudio on that platform.
===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING =====
/usr/bin/make all-recursive
Making all in src
/usr/bin/make all-am
CC libpulse_la-channelmap.lo
CC libpulse_la-context.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-error.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-ext-device-manager.lo
CC libpulse_la-ext-device-restore.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-ext-stream-restore.lo
CC libpulse_la-format.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-introspect.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-mainloop-api.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-mainloop-signal.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-mainloop.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-operation.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-proplist.lo
CC libpulse_la-rtclock.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-sample.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-scache.lo
CC libpulse_la-stream.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-subscribe.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-thread-mainloop.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-timeval.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-utf8.lo
CC libpulse_la-util.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-volume.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulse_la-xmalloc.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-client-conf.lo
CC libpulsecommon_3.0_la-fork-detect.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-xmalloc.lo
CC libpulsecommon_3.0_la-proplist.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-utf8.lo
CC libpulsecommon_3.0_la-channelmap.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-sample.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-util.lo
CC libpulsecommon_3.0_la-timeval.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-rtclock.lo
CC libpulsecommon_3.0_la-volume.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-authkey.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-conf-parser.lo
CC libpulsecommon_3.0_la-core-error.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-core-rtclock.lo
CC libpulsecommon_3.0_la-core-util.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-dynarray.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-flist.lo
CC libpulsecommon_3.0_la-hashmap.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-i18n.lo
CC libpulsecommon_3.0_la-idxset.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-arpa-inet.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-iochannel.lo
CC libpulsecommon_3.0_la-ioline.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-ipacl.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-lock-autospawn.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-log.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-ratelimit.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-mcalign.lo
CC libpulsecommon_3.0_la-memblock.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-memblockq.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-memchunk.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-once.lo
CC libpulsecommon_3.0_la-packet.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-parseaddr.lo
CC libpulsecommon_3.0_la-pdispatch.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-pid.lo
CC libpulsecommon_3.0_la-pipe.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-memtrap.lo
CC libpulsecommon_3.0_la-aupdate.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-proplist-util.lo
CC libpulsecommon_3.0_la-pstream-util.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-pstream.lo
CC libpulsecommon_3.0_la-queue.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-random.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-shm.lo
CC libpulsecommon_3.0_la-bitset.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-socket-client.lo
CC libpulsecommon_3.0_la-socket-server.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-socket-util.lo
CC libpulsecommon_3.0_la-strbuf.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-strlist.lo
CC libpulsecommon_3.0_la-tagstruct.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-time-smoother.lo
CC libpulsecommon_3.0_la-tokenizer.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-usergroup.lo
CC libpulsecommon_3.0_la-sndfile-util.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-poll-posix.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-mutex-posix.lo
CC libpulsecommon_3.0_la-thread-posix.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
CC libpulsecommon_3.0_la-semaphore-osx.lo
CC libpulse_simple_la-simple.lo
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
pulsecore/semaphore-osx.c:26:10: fatal error: 'Multiprocessing.h' file not found
#include <Multiprocessing.h>
^
brew: superenv removed: -I../src -g -O2 -Wall -W -Wextra -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
1 error generated.
make[3]: *** [libpulsecommon_3.0_la-semaphore-osx.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.4
HEAD: 6f4cec51e9eb01e538cdcfa24c157d728a638ca8
CPU: dual-core 64-bit penryn
OS X: 10.7.5-x86_64
Xcode: 4.6.1
CLT: 1.0.0.9000000000.1.1249367152
X11: 2.7.5_rc1 => /opt/X11
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 3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/pulseaudio/3.0 --disable-jack --disable-hal --disable-bluez --disable-avahi --with-udev-rules-dir=/usr/local/Cellar/pulseaudio/3.0/lib/udev/rules.d --with-mac-sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk --with-mac-version-min=10.7 --disable-dbus
## --------- ##
## Platform. ##
## --------- ##
hostname = Mistys-MacBook-Pro.local
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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: 99 tasks, 545 threads, 2 processors
Load average: 2.01, Mach factor: 0.79
/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/speex/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:3098: checking for a BSD-compatible install
configure:3166: result: /usr/bin/install -c
configure:3177: checking whether build environment is sane
configure:3227: result: yes
configure:3368: checking for a thread-safe mkdir -p
configure:3407: result: ./install-sh -c -d
configure:3420: checking for gawk
configure:3450: result: no
configure:3420: checking for mawk
configure:3450: result: no
configure:3420: checking for nawk
configure:3450: result: no
configure:3420: checking for awk
configure:3436: found /usr/bin/awk
configure:3447: result: awk
configure:3458: checking whether make sets $(MAKE)
configure:3480: result: yes
configure:3509: checking whether make supports nested variables
configure:3526: result: yes
configure:3594: checking how to create a ustar tar archive
configure:3607: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3610: $? = 0
configure:3650: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3653: $? = 0
configure:3657: tar -xf - <conftest.tar
configure:3660: $? = 0
configure:3673: result: gnutar
configure:3726: checking build system type
configure:3740: result: x86_64-apple-darwin11.4.2
configure:3760: checking host system type
configure:3773: result: x86_64-apple-darwin11.4.2
configure:3801: checking for stow
configure:3829: result: no
configure:3857: checking whether make supports nested variables
configure:3874: result: yes
configure:3943: checking for gcc
configure:3970: result: cc
configure:4199: checking for C compiler version
configure:4208: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:4219: $? = 0
configure:4208: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
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:4219: $? = 0
configure:4208: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:4219: $? = 1
configure:4208: cc -qversion >&5
clang: error: no input files
configure:4219: $? = 1
configure:4239: checking whether the C compiler works
configure:4261: cc conftest.c >&5
configure:4265: $? = 0
configure:4313: result: yes
configure:4316: checking for C compiler default output file name
configure:4318: result: a.out
configure:4324: checking for suffix of executables
configure:4331: cc -o conftest conftest.c >&5
configure:4335: $? = 0
configure:4357: result:
configure:4379: checking whether we are cross compiling
configure:4387: cc -o conftest conftest.c >&5
configure:4391: $? = 0
configure:4398: ./conftest
configure:4402: $? = 0
configure:4417: result: no
configure:4422: checking for suffix of object files
configure:4444: cc -c conftest.c >&5
configure:4448: $? = 0
configure:4469: result: o
configure:4473: checking whether we are using the GNU C compiler
configure:4492: cc -c conftest.c >&5
configure:4492: $? = 0
configure:4501: result: yes
configure:4510: checking whether cc accepts -g
configure:4530: cc -c -g conftest.c >&5
configure:4530: $? = 0
configure:4571: result: yes
configure:4588: checking for cc option to accept ISO C89
configure:4651: cc -c -g -O2 conftest.c >&5
configure:4651: $? = 0
configure:4664: result: none needed
configure:4695: checking for style of include used by make
configure:4723: result: GNU
configure:4749: checking dependency style of cc
configure:4860: result: gcc3
configure:4875: checking for cc option to accept ISO C99
configure:5024: cc -c -g -O2 conftest.c >&5
configure:5024: $? = 0
configure:5037: result: none needed
configure:5056: checking whether cc understands -c and -o together
configure:5084: cc -c conftest.c -o conftest2.o >&5
configure:5088: $? = 0
configure:5094: cc -c conftest.c -o conftest2.o >&5
configure:5098: $? = 0
configure:5153: result: yes
configure:5292: checking for C++ compiler version
configure:5301: c++ --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:5312: $? = 0
configure:5301: c++ -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin11.4.2
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:5312: $? = 0
configure:5301: c++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:5312: $? = 1
configure:5301: c++ -qversion >&5
clang: error: no input files
configure:5312: $? = 1
configure:5316: checking whether we are using the GNU C++ compiler
configure:5335: c++ -c conftest.cpp >&5
configure:5335: $? = 0
configure:5344: result: yes
configure:5353: checking whether c++ accepts -g
configure:5373: c++ -c -g conftest.cpp >&5
configure:5373: $? = 0
configure:5414: result: yes
configure:5439: checking dependency style of c++
configure:5550: result: gcc3
configure:5571: checking how to run the C preprocessor
configure:5602: cc -E conftest.c
configure:5602: $? = 0
configure:5616: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5641: result: cc -E
configure:5661: cc -E conftest.c
configure:5661: $? = 0
configure:5675: cc -E conftest.c
conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:5675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5704: checking for grep that handles long lines and -e
configure:5762: result: /usr/bin/grep
configure:5767: checking for egrep
configure:5829: result: /usr/bin/grep -E
configure:5835: checking whether cc needs -traditional
conftest.c:12:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:5869: result: no
configure:5876: checking for ANSI C header files
configure:5896: cc -c -g -O2 conftest.c >&5
configure:5896: $? = 0
configure:5969: cc -o conftest -g -O2 conftest.c >&5
configure:5969: $? = 0
configure:5969: ./conftest
configure:5969: $? = 0
configure:5980: result: yes
configure:5993: checking for sys/types.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for sys/stat.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for stdlib.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for string.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for memory.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for strings.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for inttypes.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for stdint.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:5993: checking for unistd.h
configure:5993: cc -c -g -O2 conftest.c >&5
configure:5993: $? = 0
configure:5993: result: yes
configure:6006: checking minix/config.h usability
configure:6006: 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:6006: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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:6006: result: no
configure:6006: checking minix/config.h presence
configure:6006: cc -E conftest.c
conftest.c:22:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^
1 error generated.
configure:6006: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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:6006: result: no
configure:6006: checking for minix/config.h
configure:6006: result: no
configure:6027: checking whether it is safe to define __EXTENSIONS__
configure:6045: cc -c -g -O2 conftest.c >&5
configure:6045: $? = 0
configure:6052: result: yes
configure:6073: checking for gm4
configure:6089: found /usr/bin/gm4
configure:6100: result: gm4
configure:6172: checking for pkg-config
configure:6190: found /usr/local/opt/pkg-config/bin/pkg-config
configure:6202: result: /usr/local/opt/pkg-config/bin/pkg-config
configure:6227: checking pkg-config is at least version 0.9.0
configure:6230: result: yes
configure:6243: checking whether NLS is requested
configure:6252: result: yes
configure:6270: checking for intltool >= 0.35.0
configure:6272: result: 0.50.2 found
configure:6280: checking for intltool-update
configure:6298: found /usr/local/opt/intltool/bin/intltool-update
configure:6310: result: /usr/local/opt/intltool/bin/intltool-update
configure:6320: checking for intltool-merge
configure:6338: found /usr/local/opt/intltool/bin/intltool-merge
configure:6350: result: /usr/local/opt/intltool/bin/intltool-merge
configure:6360: checking for intltool-extract
configure:6378: found /usr/local/opt/intltool/bin/intltool-extract
configure:6390: result: /usr/local/opt/intltool/bin/intltool-extract
configure:6544: checking for xgettext
configure:6562: found /usr/local/opt/gettext/bin/xgettext
configure:6574: result: /usr/local/opt/gettext/bin/xgettext
configure:6584: checking for msgmerge
configure:6602: found /usr/local/opt/gettext/bin/msgmerge
configure:6614: result: /usr/local/opt/gettext/bin/msgmerge
configure:6624: checking for msgfmt
configure:6642: found /usr/local/opt/gettext/bin/msgfmt
configure:6654: result: /usr/local/opt/gettext/bin/msgfmt
configure:6664: checking for gmsgfmt
configure:6695: result: /usr/local/opt/gettext/bin/msgfmt
configure:6715: checking for perl
configure:6733: found /usr/bin/perl
configure:6745: result: /usr/bin/perl
configure:6756: checking for perl >= 5.8.1
configure:6763: result: 5.12.3
configure:6767: checking for XML::Parser
configure:6770: result: ok
configure:6795: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"__nl_msg_cat_cntr", referenced from:
_main in conftest-T373Oo.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:6795: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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:6831: checking locale.h usability
configure:6831: cc -c -g -O2 conftest.c >&5
configure:6831: $? = 0
configure:6831: result: yes
configure:6831: checking locale.h presence
configure:6831: cc -E conftest.c
configure:6831: $? = 0
configure:6831: result: yes
configure:6831: checking for locale.h
configure:6831: result: yes
configure:6842: checking for LC_MESSAGES
configure:6858: cc -o conftest -g -O2 conftest.c >&5
configure:6858: $? = 0
configure:6866: result: yes
configure:6883: checking libintl.h usability
configure:6883: cc -c -g -O2 conftest.c >&5
configure:6883: $? = 0
configure:6883: result: yes
configure:6883: checking libintl.h presence
configure:6883: cc -E conftest.c
configure:6883: $? = 0
configure:6883: result: yes
configure:6883: checking for libintl.h
configure:6883: result: yes
configure:6891: checking for ngettext in libc
configure:6909: cc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_main in conftest-AkDZk3.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:6909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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:6918: result: no
configure:6974: checking for bindtextdomain in -lintl
configure:6999: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:6999: $? = 0
configure:7008: result: yes
configure:7011: checking for ngettext in -lintl
configure:7036: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:7036: $? = 0
configure:7045: result: yes
configure:7048: checking for dgettext in -lintl
configure:7073: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:7073: $? = 0
configure:7082: result: yes
configure:7195: checking for bind_textdomain_codeset
configure:7195: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:7195: $? = 0
configure:7195: result: yes
configure:7232: checking for msgfmt
configure:7259: result: /usr/local/opt/gettext/bin/msgfmt
configure:7270: checking for dcgettext
configure:7270: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:7270: $? = 0
configure:7270: result: yes
configure:7280: checking if msgfmt accepts -c
configure:7295: $MSGFMT -c -o /dev/null conftest.foo
configure:7298: $? = 0
configure:7300: result: yes
configure:7310: checking for gmsgfmt
configure:7341: result: /usr/local/opt/gettext/bin/msgfmt
configure:7351: checking for xgettext
configure:7378: result: /usr/local/opt/gettext/bin/xgettext
configure:7397: cc -o conftest -g -O2 conftest.c -lintl >&5
configure:7397: $? = 0
configure:7569: checking host operating system
configure:7578: result: darwin
configure:7645: checking whether C compiler accepts -Wall
configure:7664: cc -c -g -O2 -pedantic -Werror -Wall conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -W
configure:7664: cc -c -g -O2 -Wall -pedantic -Werror -W conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wextra
configure:7664: cc -c -g -O2 -Wall -W -pedantic -Werror -Wextra conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -pipe
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pedantic -Werror -pipe conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wno-long-long
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -pedantic -Werror -Wno-long-long conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wno-overlength-strings
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -pedantic -Werror -Wno-overlength-strings conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wunsafe-loop-optimizations
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7673: result: no
configure:7645: checking whether C compiler accepts -Wundef
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -pedantic -Werror -Wundef conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wformat=2
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -pedantic -Werror -Wformat=2 conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wlogical-op
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7673: result: no
configure:7645: checking whether C compiler accepts -Wsign-compare
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -Wformat=2 -pedantic -Werror -Wsign-compare conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wformat-security
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -pedantic -Werror -Wformat-security conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wmissing-include-dirs
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -pedantic -Werror -Wmissing-include-dirs conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wformat-nonliteral
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -pedantic -Werror -Wformat-nonliteral conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wold-style-definition
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings -Wundef -Wformat=2 -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -pedantic -Werror -Wold-style-definition conftest.c >&5
configure:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wpointer-arith
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Winit-self
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wdeclaration-after-statement
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wfloat-equal
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wmissing-prototypes
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wstrict-prototypes
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wredundant-decls
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wmissing-declarations
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wmissing-noreturn
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wshadow
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wendif-labels
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wcast-align
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wstrict-aliasing
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wwrite-strings
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wno-unused-parameter
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -ffast-math
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -Wp,-D_FORTIFY_SOURCE=2
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -fno-common
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7645: checking whether C compiler accepts -fdiagnostics-show-option
configure:7664: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7664: $? = 0
configure:7673: result: yes
configure:7685: : CFLAGS="$CFLAGS $flag"
configure:7688: $? = 0
configure:7737: checking whether the linker accepts "-Wl,-version-script=./src/map-file"
configure:7756: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7766: result: no
configure:7780: checking whether the linker accepts -Wl,-z,now
configure:7799: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7799: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7809: result: no
configure:7845: checking whether the linker accepts -Wl,-z,nodelete
configure:7864: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7864: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7874: result: no
configure:7913: checking whether the linker accepts -Wl,--no-undefined
configure:7932: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7942: result: no
configure:7913: checking whether the linker accepts -Wl,-z,defs
configure:7932: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7942: result: no
configure:7982: checking whether cc knows __sync_bool_compare_and_swap()
configure:7999: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:7999: $? = 0
configure:8008: result: yes
configure:8178: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -mfpu=neon -DFASTPATH conftest.c >&5
clang: warning: argument unused during compilation: '-mfpu=neon' [-Wunused-command-line-argument]
configure:8178: $? = 0
configure:8266: checking how to print strings
configure:8293: result: printf
configure:8314: checking for a sed that does not truncate output
configure:8378: result: /usr/local/Library/ENV/4.3/sed
configure:8396: checking for fgrep
configure:8458: result: /usr/bin/grep -F
configure:8493: checking for ld used by cc
configure:8560: result: /usr/bin/ld
configure:8567: checking if the linker (/usr/bin/ld) is GNU ld
configure:8582: result: no
configure:8594: checking for BSD- or MS-compatible name lister (nm)
configure:8643: result: /usr/bin/nm
configure:8773: checking the name lister (/usr/bin/nm) interface
configure:8780: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:8783: /usr/bin/nm "conftest.o"
configure:8786: output
0000000000000214 S _some_variable
configure:8793: result: BSD nm
configure:8796: checking whether ln -s works
configure:8800: result: yes
configure:8808: checking the maximum length of command line arguments
configure:8938: result: 196608
configure:8955: checking whether the shell understands some XSI constructs
configure:8965: result: yes
configure:8969: checking whether the shell understands "+="
configure:8975: result: yes
configure:9010: checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format
configure:9050: result: func_convert_file_noop
configure:9057: checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format
configure:9077: result: func_convert_file_noop
configure:9084: checking for /usr/bin/ld option to reload object files
configure:9091: result: -r
configure:9165: checking for objdump
configure:9195: result: no
configure:9221: checking how to recognize dependent libraries
configure:9423: result: pass_all
configure:9508: checking for dlltool
configure:9538: result: no
configure:9565: checking how to associate runtime and link libraries
configure:9592: result: printf %s\n
configure:9652: checking for ar
configure:9668: found /usr/bin/ar
configure:9679: result: ar
configure:9716: checking for archiver @FILE support
configure:9733: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:9733: $? = 0
configure:9736: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:9739: $? = 1
configure:9759: result: no
configure:9817: checking for strip
configure:9833: found /usr/bin/strip
configure:9844: result: strip
configure:9916: checking for ranlib
configure:9932: found /usr/bin/ranlib
configure:9943: result: ranlib
configure:10045: checking command to parse /usr/bin/nm output from cc object
configure:10165: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:10168: $? = 0
configure:10172: /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:10175: $? = 0
cannot find nm_test_var in conftest.nm
configure:10165: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:10168: $? = 0
configure:10172: /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:10175: $? = 0
configure:10241: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:10244: $? = 0
configure:10282: result: ok
configure:10319: checking for sysroot
configure:10349: result: no
configure:10605: checking for mt
configure:10635: result: no
configure:10655: checking if : is a manifest tool
configure:10661: : '-?'
configure:10669: result: no
configure:10725: checking for dsymutil
configure:10741: found /usr/bin/dsymutil
configure:10752: result: dsymutil
configure:10817: checking for nmedit
configure:10833: found /usr/bin/nmedit
configure:10844: result: nmedit
configure:10909: checking for lipo
configure:10925: found /usr/bin/lipo
configure:10936: result: lipo
configure:11001: checking for otool
configure:11017: found /usr/bin/otool
configure:11028: result: otool
configure:11093: checking for otool64
configure:11123: result: no
configure:11168: checking for -single_module linker flag
cc -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:11201: result: yes
configure:11204: checking for -exported_symbols_list linker flag
configure:11224: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:11224: $? = 0
configure:11234: result: yes
configure:11237: checking for -force_load linker flag
cc -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -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:11269: result: yes
configure:11308: checking for dlfcn.h
configure:11308: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:11308: $? = 0
configure:11308: result: yes
configure:11821: checking for objdir
configure:11836: result: .libs
configure:12107: checking if cc supports -fno-rtti -fno-exceptions
configure:12125: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:12129: $? = 0
configure:12142: result: yes
configure:12469: checking for cc option to produce PIC
configure:12476: result: -fno-common -DPIC
configure:12484: checking if cc PIC flag -fno-common -DPIC works
configure:12502: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:12506: $? = 0
configure:12519: result: yes
configure:12548: checking if cc static flag -static works
configure:12576: result: no
configure:12591: checking if cc supports -c -o file.o
configure:12612: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:12616: $? = 0
configure:12638: result: yes
configure:12646: checking if cc supports -c -o file.o
configure:12693: result: yes
configure:12726: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:13879: result: yes
configure:14119: checking dynamic linker characteristics
configure:14865: result: darwin11.4.2 dyld
configure:14972: checking how to hardcode library paths into programs
configure:14997: result: immediate
configure:15042: checking for dlopen in -ldl
configure:15067: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:15067: $? = 0
configure:15076: result: yes
configure:15291: checking whether a program can dlopen itself
configure:15371: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:15347:5: warning: no previous prototype for function 'fnord' [-Wmissing-prototypes]
int fnord () { return 42; }
^
1 warning generated.
configure:15374: $? = 0
configure:15392: result: yes
configure:15397: checking whether a statically linked program can dlopen itself
configure:15477: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:15453:5: warning: no previous prototype for function 'fnord' [-Wmissing-prototypes]
int fnord () { return 42; }
^
1 warning generated.
configure:15480: $? = 0
configure:15498: result: yes
configure:15537: checking whether stripping libraries is possible
configure:15551: result: yes
configure:15577: checking if libtool supports shared libraries
configure:15579: result: yes
configure:15582: checking whether to build shared libraries
configure:15603: result: yes
configure:15606: checking whether to build static libraries
configure:15610: result: no
configure:15633: checking how to run the C++ preprocessor
configure:15660: c++ -E -DFASTPATH conftest.cpp
configure:15660: $? = 0
configure:15674: c++ -E -DFASTPATH conftest.cpp
conftest.cpp:41:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:15674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15699: result: c++ -E
configure:15719: c++ -E -DFASTPATH conftest.cpp
configure:15719: $? = 0
configure:15733: c++ -E -DFASTPATH conftest.cpp
conftest.cpp:41:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:15733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15902: checking for ld used by c++
configure:15969: result: /usr/bin/ld
configure:15976: checking if the linker (/usr/bin/ld) is GNU ld
configure:15991: result: no
configure:16046: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:17051: result: yes
configure:17087: c++ -c -g -O2 -DFASTPATH conftest.cpp >&5
configure:17090: $? = 0
configure:17610: checking for c++ option to produce PIC
configure:17617: result: -fno-common -DPIC
configure:17625: checking if c++ PIC flag -fno-common -DPIC works
configure:17643: c++ -c -g -O2 -DFASTPATH -fno-common -DPIC -DPIC conftest.cpp >&5
configure:17647: $? = 0
configure:17660: result: yes
configure:17683: checking if c++ static flag -static works
configure:17711: result: no
configure:17723: checking if c++ supports -c -o file.o
configure:17744: c++ -c -g -O2 -DFASTPATH -o out/conftest2.o conftest.cpp >&5
configure:17748: $? = 0
configure:17770: result: yes
configure:17775: checking if c++ supports -c -o file.o
configure:17822: result: yes
configure:17852: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:17888: result: yes
configure:18029: checking dynamic linker characteristics
configure:18709: result: darwin11.4.2 dyld
configure:18762: checking how to hardcode library paths into programs
configure:18787: result: immediate
configure:18850: checking ltdl.h usability
configure:18850: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:18850: $? = 0
configure:18850: result: yes
configure:18850: checking ltdl.h presence
configure:18850: cc -E -DFASTPATH conftest.c
configure:18850: $? = 0
configure:18850: result: yes
configure:18850: checking for ltdl.h
configure:18850: result: yes
configure:18852: checking for lt_dladvise_init in -lltdl
configure:18877: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:18877: $? = 0
configure:18886: result: yes
configure:18913: checking for ANSI C header files
configure:19017: result: yes
configure:19033: checking for arpa/inet.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for glob.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for grp.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for netdb.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for netinet/in.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for netinet/in_systm.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for netinet/tcp.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for poll.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for pwd.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sched.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/mman.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/select.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/socket.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/wait.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/uio.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for syslog.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/dl.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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/dl.h' file not found
#include <sys/dl.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for dlfcn.h
configure:19033: result: yes
configure:19033: checking for linux/sockios.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'linux/sockios.h' file not found
#include <linux/sockios.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for sys/prctl.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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/prctl.h' file not found
#include <sys/prctl.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for sys/filio.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for windows.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for winsock2.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'winsock2.h' file not found
#include <winsock2.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for ws2tcpip.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'ws2tcpip.h' file not found
#include <ws2tcpip.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for sys/atomic.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'sys/atomic.h' file not found
#include <sys/atomic.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for sys/ioctl.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for byteswap.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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: 'byteswap.h' file not found
#include <byteswap.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for sys/syscall.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for sys/eventfd.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:96:10: fatal error: 'sys/eventfd.h' file not found
#include <sys/eventfd.h>
^
1 error generated.
configure:19033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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:19033: result: no
configure:19033: checking for execinfo.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for langinfo.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for regex.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for pcreposix.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19033: checking for valgrind/memcheck.h
configure:19033: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19033: $? = 0
configure:19033: result: yes
configure:19085: checking for netinet/ip.h
configure:19085: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19085: $? = 0
configure:19085: result: yes
configure:19105: checking sys/resource.h usability
configure:19105: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19105: $? = 0
configure:19105: result: yes
configure:19105: checking sys/resource.h presence
configure:19105: cc -E -DFASTPATH conftest.c
configure:19105: $? = 0
configure:19105: result: yes
configure:19105: checking for sys/resource.h
configure:19105: result: yes
configure:19120: checking sys/un.h usability
configure:19120: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19120: $? = 0
configure:19120: result: yes
configure:19120: checking sys/un.h presence
configure:19120: cc -E -DFASTPATH conftest.c
configure:19120: $? = 0
configure:19120: result: yes
configure:19120: checking for sys/un.h
configure:19120: result: yes
configure:19145: checking linux/input.h usability
configure:19145: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:10: fatal error: 'linux/input.h' file not found
#include <linux/input.h>
^
1 error generated.
configure:19145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19145: result: no
configure:19145: checking linux/input.h presence
configure:19145: cc -E -DFASTPATH conftest.c
conftest.c:70:10: fatal error: 'linux/input.h' file not found
#include <linux/input.h>
^
1 error generated.
configure:19145: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19145: result: no
configure:19145: checking for linux/input.h
configure:19145: result: no
configure:19217: checking for an ANSI C-conforming const
configure:19283: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19283: $? = 0
configure:19290: result: yes
configure:19298: checking whether byte ordering is bigendian
configure:19313: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19313: $? = 0
configure:19358: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19358: $? = 0
configure:19376: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:77:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:19376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19504: result: no
configure:19522: checking for pid_t
configure:19522: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19522: $? = 0
configure:19522: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:106:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:19522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19522: result: yes
configure:19533: checking for size_t
configure:19533: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19533: $? = 0
configure:19533: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:106:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:19533: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19533: result: yes
configure:19544: checking for ssize_t
configure:19544: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19544: $? = 0
configure:19544: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:106:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:19544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19544: result: yes
configure:19558: checking for off_t
configure:19558: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:19558: $? = 0
configure:19558: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:107:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:19558: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19558: result: yes
configure:19570: checking for uid_t in sys/types.h
configure:19589: result: yes
configure:19600: checking whether environ is declared
configure:19600: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:111:10: error: use of undeclared identifier 'environ'
(void) environ;
^
1 error generated.
configure:19600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:19600: result: no
configure:19614: checking for SIGXCPU defined in signal.h
configure:19636: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:78:7: warning: unused variable 'ok' [-Wunused-variable]
int ok;
^
1 warning generated.
configure:19636: $? = 0
configure:19643: result: yes
configure:19666: checking for INADDR_NONE defined in netinet/in.h
configure:19688: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:79:7: warning: unused variable 'ok' [-Wunused-variable]
int ok;
^
1 warning generated.
configure:19688: $? = 0
configure:19695: result: yes
configure:19743: checking whether cc knows _Bool
configure:19759: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:77:7: warning: unused variable 'b' [-Wunused-variable]
_Bool b;
^
1 warning generated.
configure:19759: $? = 0
configure:19767: result: yes
configure:19780: checking for thread local storage (TLS) class
configure:19808: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:77:38: warning: unused variable 'bar' [-Wunused-variable]
static __thread int bar;
^
conftest.c:76:26: warning: function 'foo' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
foo(void) {
^
conftest.c:76:16: warning: unused function 'foo' [-Wunused-function]
foo(void) {
^
3 warnings generated.
configure:19808: $? = 0
configure:19820: result: __thread
configure:19958: checking whether pthreads work with -pthread
configure:20046: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20046: $? = 0
configure:20055: result: yes
configure:20074: checking for joinable pthread attribute
configure:20089: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20089: $? = 0
configure:20095: result: PTHREAD_CREATE_JOINABLE
configure:20105: checking if more special flags are required for pthreads
configure:20112: result: -D_THREAD_SAFE
configure:20118: checking for PTHREAD_PRIO_INHERIT
configure:20135: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:80:5: warning: unused variable 'i' [-Wunused-variable]
int i = PTHREAD_PRIO_INHERIT;
^
1 warning generated.
configure:20135: $? = 0
configure:20144: result: yes
configure:20240: checking for library containing pow
configure:20271: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:86:6: warning: incompatible redeclaration of library function 'pow'
char pow ();
^
conftest.c:86:6: note: 'pow' is a builtin with type 'double (double, double)'
1 warning generated.
configure:20271: $? = 0
configure:20288: result: none required
configure:20298: checking for library containing sched_setscheduler
configure:20329: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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-Cve0Y5.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:20329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20329: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20346: result: no
configure:20354: checking for library containing dlopen
configure:20385: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20385: $? = 0
configure:20402: result: none required
configure:20410: checking for library containing shm_open
configure:20441: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20441: $? = 0
configure:20458: result: none required
configure:20466: checking for library containing inet_ntop
configure:20497: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20497: $? = 0
configure:20514: result: none required
configure:20522: checking for library containing timer_create
configure:20553: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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-Fdt6QQ.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:20553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20553: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20570: result: no
configure:20578: checking for library containing pthread_setaffinity_np
configure:20609: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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-SKF4WU.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:20609: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20609: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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-XvNhvb.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:20609: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20626: result: no
configure:20634: checking for library containing pthread_getname_np
configure:20665: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20665: $? = 0
configure:20682: result: none required
configure:20690: checking for library containing pthread_setname_np
configure:20721: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20721: $? = 0
configure:20738: result: none required
configure:20748: checking for library containing connect
configure:20779: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20779: $? = 0
configure:20796: result: none required
configure:20804: checking for library containing backtrace
configure:20835: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:20835: $? = 0
configure:20852: result: none required
configure:20863: checking looking for Apple CoreService Framework
configure:20866: checking /Developer/Headers/FlatCarbon/CoreServices.h usability
configure:20866: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:112:10: fatal error: '/Developer/Headers/FlatCarbon/CoreServices.h' file not found
#include </Developer/Headers/FlatCarbon/CoreServices.h>
^
1 error generated.
configure:20866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20866: result: no
configure:20866: checking /Developer/Headers/FlatCarbon/CoreServices.h presence
configure:20866: cc -E -DFASTPATH conftest.c
conftest.c:79:10: fatal error: '/Developer/Headers/FlatCarbon/CoreServices.h' file not found
#include </Developer/Headers/FlatCarbon/CoreServices.h>
^
1 error generated.
configure:20866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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:20866: result: no
configure:20866: checking for /Developer/Headers/FlatCarbon/CoreServices.h
configure:20866: result: no
configure:20872: checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h usability
configure:20872: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:41:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:24:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/IntlResources.h:199:5: warning: '__BIG_ENDIAN__' is not defined, evaluates to 0 [-Wundef]
#if __BIG_ENDIAN__
^
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:69:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:54:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:76:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:103:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:130:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:155:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:211:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:237:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:271:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:294:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:319:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:342:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:365:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:390:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:415:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:440:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:463:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:515:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:540:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:565:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:588:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:613:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:638:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:667:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:694:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:719:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:745:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:771:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:799:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:825:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:858:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:883:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:908:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:931:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:954:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:979:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1004:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1029:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1052:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1103:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1128:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1153:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1176:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1201:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1226:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1251:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1274:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1299:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Math64.h:1322:7: warning: 'MATH64_USE_INLINE' is not defined, evaluates to 0 [-Wundef]
#if MATH64_USE_INLINE
^
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:117:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Debugging.h:112:5: warning: 'DEBUG' is not defined, evaluates to 0 [-Wundef]
#if DEBUG
^
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:129:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:54:5: warning: '__MACHINEEXCEPTIONS_USE_OLD_CR_FIELD_NAME__' is not defined, evaluates to 0 [-Wundef]
#if __MACHINEEXCEPTIONS_USE_OLD_CR_FIELD_NAME__
^
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:149:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/TextUtils.h:717:47: warning: 'OLDP2C' is not defined, evaluates to 0 [-Wundef]
#if TARGET_OS_MAC && TARGET_API_MAC_CARBON && OLDP2C
^
In file included from conftest.c:112:
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:161:
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h:2396:5: warning: '__cplusplus' is not defined, evaluates to 0 [-Wundef]
#if __cplusplus && TYPE_LONGDOUBLE_IS_DOUBLE
^
53 warnings generated.
configure:20872: $? = 0
configure:20872: result: yes
configure:20872: checking /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h presence
configure:20872: cc -E -DFASTPATH conftest.c
configure:20872: $? = 0
configure:20872: result: yes
configure:20872: checking for /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h
configure:20872: result: yes
configure:20890: result: ok
configure:20908: checking for library containing regexec
configure:20939: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:20939: $? = 0
configure:20956: result: none required
configure:20967: checking for getopt_long
configure:20967: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:20967: $? = 0
configure:20967: result: yes
configure:21033: checking for lrintf
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for strtof
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for chmod
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for chown
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for fstat
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for fchown
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for fchmod
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for clock_gettime
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-6c03HB.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* 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 clock_gettime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for getaddrinfo
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for getgrgid_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for getgrnam_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for getpwnam_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for getpwuid_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for gettimeofday
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for getuid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for mlock
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for nanosleep
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for pipe
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for posix_fadvise
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_posix_fadvise", referenced from:
_main in conftest-VWV1Gh.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| /* end confdefs.h. */
| /* Define posix_fadvise to an innocuous variant, in case <limits.h> declares posix_fadvise.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fadvise innocuous_posix_fadvise
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fadvise (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef posix_fadvise
|
| /* 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 posix_fadvise ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_posix_fadvise || defined __stub___posix_fadvise
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fadvise ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for posix_madvise
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for posix_memalign
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for setpgid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for setsid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for shm_open
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for sigaction
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for sleep
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for symlink
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for sysconf
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for uname
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for pthread_setaffinity_np
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_pthread_setaffinity_np", referenced from:
_main in conftest-ns1eT0.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| /* end confdefs.h. */
| /* Define pthread_setaffinity_np to an innocuous variant, in case <limits.h> declares pthread_setaffinity_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_setaffinity_np innocuous_pthread_setaffinity_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_setaffinity_np (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_setaffinity_np
|
| /* 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 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_setaffinity_np || defined __stub___pthread_setaffinity_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_setaffinity_np ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for pthread_getname_np
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for pthread_setname_np
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for readlink
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for ctime_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for usleep
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for strerror_r
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for lstat
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for setresuid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_setresuid", referenced from:
_main in conftest-AaPjV7.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| /* end confdefs.h. */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresuid innocuous_setresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresuid
|
| /* 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 setresuid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setresuid || defined __stub___setresuid
| choke me
| #endif
|
| int
| main ()
| {
| return setresuid ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for setresgid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_setresgid", referenced from:
_main in conftest-Mlmzt7.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| /* end confdefs.h. */
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresgid innocuous_setresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresgid
|
| /* 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 setresgid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setresgid || defined __stub___setresgid
| choke me
| #endif
|
| int
| main ()
| {
| return setresgid ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for setreuid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for setregid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for seteuid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for setegid
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for ppoll
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_ppoll", referenced from:
_main in conftest-aYfGhA.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| /* end confdefs.h. */
| /* Define ppoll to an innocuous variant, in case <limits.h> declares ppoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define ppoll innocuous_ppoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char ppoll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef ppoll
|
| /* 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 ppoll ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_ppoll || defined __stub___ppoll
| choke me
| #endif
|
| int
| main ()
| {
| return ppoll ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for strsignal
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for sig2str
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_sig2str", referenced from:
_main in conftest-kycXRw.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| /* end confdefs.h. */
| /* Define sig2str to an innocuous variant, in case <limits.h> declares sig2str.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sig2str innocuous_sig2str
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sig2str (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sig2str
|
| /* 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 sig2str ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sig2str || defined __stub___sig2str
| choke me
| #endif
|
| int
| main ()
| {
| return sig2str ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for strtof_l
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21033: $? = 0
configure:21033: result: yes
configure:21033: checking for pipe2
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_pipe2", referenced from:
_main in conftest-C0yqE1.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| /* end confdefs.h. */
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pipe2 innocuous_pipe2
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pipe2 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pipe2
|
| /* 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 pipe2 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pipe2 || defined __stub___pipe2
| choke me
| #endif
|
| int
| main ()
| {
| return pipe2 ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for accept4
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_accept4", referenced from:
_main in conftest-kty9td.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| /* end confdefs.h. */
| /* Define accept4 to an innocuous variant, in case <limits.h> declares accept4.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define accept4 innocuous_accept4
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char accept4 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef accept4
|
| /* 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 accept4 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_accept4 || defined __stub___accept4
| choke me
| #endif
|
| int
| main ()
| {
| return accept4 ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21033: checking for open64
configure:21033: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_open64", referenced from:
_main in conftest-0IIdwP.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:21033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| /* end confdefs.h. */
| /* Define open64 to an innocuous variant, in case <limits.h> declares open64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define open64 innocuous_open64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char open64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef open64
|
| /* 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 open64 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_open64 || defined __stub___open64
| choke me
| #endif
|
| int
| main ()
| {
| return open64 ();
| ;
| return 0;
| }
configure:21033: result: no
configure:21051: checking vfork.h usability
configure:21051: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:155:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:21051: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:21051: result: no
configure:21051: checking vfork.h presence
configure:21051: cc -E -DFASTPATH conftest.c
conftest.c:122:10: fatal error: 'vfork.h' file not found
#include <vfork.h>
^
1 error generated.
configure:21051: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:21051: result: no
configure:21051: checking for vfork.h
configure:21051: result: no
configure:21064: checking for fork
configure:21064: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21064: $? = 0
configure:21064: result: yes
configure:21064: checking for vfork
configure:21064: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
conftest.c:146:6: warning: incompatible redeclaration of library function 'vfork'
char vfork ();
^
conftest.c:146:6: note: 'vfork' is a builtin with type 'int (void)'
1 warning generated.
configure:21064: $? = 0
configure:21064: result: yes
configure:21074: checking for working fork
configure:21096: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21096: $? = 0
configure:21096: ./conftest
configure:21096: $? = 0
configure:21106: result: yes
configure:21127: checking for working vfork
configure:21237: result: yes
configure:21262: checking type of array argument to getgroups
configure:21296: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21296: $? = 0
configure:21296: ./conftest
configure:21296: $? = 0
configure:21321: result: gid_t
configure:21329: checking for getgroups
configure:21329: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21329: $? = 0
configure:21329: result: yes
configure:21384: checking for working getgroups
configure:21404: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21404: $? = 0
configure:21404: ./conftest
configure:21404: $? = 0
configure:21415: result: yes
configure:21490: checking for mkfifo
configure:21490: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21490: $? = 0
configure:21490: result: yes
configure:21562: checking for working alloca.h
configure:21579: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21579: $? = 0
configure:21587: result: yes
configure:21595: checking for alloca
configure:21632: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21632: $? = 0
configure:21640: result: yes
configure:21749: checking for regexec
configure:21749: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
configure:21749: $? = 0
configure:21749: result: yes
configure:21777: checking for special C compiler options needed for large files
configure:21822: result: no
configure:21828: checking for _FILE_OFFSET_BITS value needed for large files
configure:21853: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:21853: $? = 0
configure:21885: result: no
configure:22022: checking for ld used by GCC
configure:22086: result: /usr/bin/ld
configure:22093: checking if the linker (/usr/bin/ld) is GNU ld
configure:22106: result: no
configure:22113: checking for shared library run path origin
configure:22126: result: done
configure:22704: checking for iconv
configure:22726: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_iconv", referenced from:
_main in conftest-75osNX.o
"_iconv_close", referenced from:
_main in conftest-75osNX.o
"_iconv_open", referenced from:
_main in conftest-75osNX.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:22726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:22748: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices -liconv >&5
configure:22748: $? = 0
configure:22758: result: yes
configure:22761: checking for working iconv
configure:22856: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices -liconv >&5
configure:22856: $? = 0
configure:22856: ./conftest
configure:22856: $? = 0
configure:22868: result: yes
configure:22883: checking how to link with libiconv
configure:22885: result: -liconv
configure:22896: checking for iconv declaration
configure:22925: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:22925: $? = 0
configure:22936: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:22958: checking for X11
configure:22965: $PKG_CONFIG --exists --print-errors " x11-xcb xcb >= 1.6 ice sm xtst "
Package x11-xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11-xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11-xcb' found
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb' found
Package ice was not found in the pkg-config search path.
Perhaps you should add the directory containing `ice.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ice' found
Package sm was not found in the pkg-config search path.
Perhaps you should add the directory containing `sm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sm' found
Package xtst was not found in the pkg-config search path.
Perhaps you should add the directory containing `xtst.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xtst' found
configure:22968: $? = 1
configure:22982: $PKG_CONFIG --exists --print-errors " x11-xcb xcb >= 1.6 ice sm xtst "
Package x11-xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11-xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11-xcb' found
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb' found
Package ice was not found in the pkg-config search path.
Perhaps you should add the directory containing `ice.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ice' found
Package sm was not found in the pkg-config search path.
Perhaps you should add the directory containing `sm.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sm' found
Package xtst was not found in the pkg-config search path.
Perhaps you should add the directory containing `xtst.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xtst' found
configure:22985: $? = 1
configure:22999: result: no
No package 'x11-xcb' found
No package 'xcb' found
No package 'ice' found
No package 'sm' found
No package 'xtst' found
configure:23064: checking for library containing cap_init
configure:23095: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -framework CoreServices >&5
Undefined symbols for architecture x86_64:
"_cap_init", referenced from:
_main in conftest-XaqCEF.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:23095: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cap_init ();
| int
| main ()
| {
| return cap_init ();
| ;
| return 0;
| }
configure:23095: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -lcap -framework CoreServices >&5
ld: library not found for -lcap
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23095: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cap_init ();
| int
| main ()
| {
| return cap_init ();
| ;
| return 0;
| }
configure:23112: result: no
configure:23127: checking sys/capability.h usability
configure:23127: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:167:10: fatal error: 'sys/capability.h' file not found
#include <sys/capability.h>
^
1 error generated.
configure:23127: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/capability.h>
configure:23127: result: no
configure:23127: checking sys/capability.h presence
configure:23127: cc -E -DFASTPATH conftest.c
conftest.c:134:10: fatal error: 'sys/capability.h' file not found
#include <sys/capability.h>
^
1 error generated.
configure:23127: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <sys/capability.h>
configure:23127: result: no
configure:23127: checking for sys/capability.h
configure:23127: result: no
configure:23161: checking for LIBCHECK
configure:23168: $PKG_CONFIG --exists --print-errors " check "
Package check was not found in the pkg-config search path.
Perhaps you should add the directory containing `check.pc'
to the PKG_CONFIG_PATH environment variable
No package 'check' found
configure:23171: $? = 1
configure:23185: $PKG_CONFIG --exists --print-errors " check "
Package check was not found in the pkg-config search path.
Perhaps you should add the directory containing `check.pc'
to the PKG_CONFIG_PATH environment variable
No package 'check' found
configure:23188: $? = 1
configure:23202: result: no
No package 'check' found
configure:23254: checking for LIBJSON
configure:23261: $PKG_CONFIG --exists --print-errors " json >= 0.9 "
configure:23264: $? = 0
configure:23278: $PKG_CONFIG --exists --print-errors " json >= 0.9 "
configure:23281: $? = 0
configure:23339: result: yes
configure:23350: checking for LIBSNDFILE
configure:23357: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.20 "
configure:23360: $? = 0
configure:23374: $PKG_CONFIG --exists --print-errors " sndfile >= 1.0.20 "
configure:23377: $? = 0
configure:23435: result: yes
configure:23444: checking whether we need libatomic_ops
configure:23469: result: no
configure:23484: checking for LIBSAMPLERATE
configure:23491: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 "
Package samplerate was not found in the pkg-config search path.
Perhaps you should add the directory containing `samplerate.pc'
to the PKG_CONFIG_PATH environment variable
No package 'samplerate' found
configure:23494: $? = 1
configure:23508: $PKG_CONFIG --exists --print-errors " samplerate >= 0.1.0 "
Package samplerate was not found in the pkg-config search path.
Perhaps you should add the directory containing `samplerate.pc'
to the PKG_CONFIG_PATH environment variable
No package 'samplerate' found
configure:23511: $? = 1
configure:23525: result: no
No package 'samplerate' found
configure:23592: checking for TDB
configure:23599: $PKG_CONFIG --exists --print-errors " tdb "
Package tdb was not found in the pkg-config search path.
Perhaps you should add the directory containing `tdb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tdb' found
configure:23602: $? = 1
configure:23616: $PKG_CONFIG --exists --print-errors " tdb "
Package tdb was not found in the pkg-config search path.
Perhaps you should add the directory containing `tdb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'tdb' found
configure:23619: $? = 1
configure:23633: result: no
No package 'tdb' found
configure:23676: checking for gdbm_open in -lgdbm
configure:23701: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -lgdbm -framework CoreServices >&5
configure:23701: $? = 0
configure:23710: result: yes
configure:23725: checking gdbm.h usability
configure:23725: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:23725: $? = 0
configure:23725: result: yes
configure:23725: checking gdbm.h presence
configure:23725: cc -E -DFASTPATH conftest.c
configure:23725: $? = 0
configure:23725: result: yes
configure:23725: checking for gdbm.h
configure:23725: result: yes
configure:23831: checking sys/soundcard.h usability
configure:23831: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:170:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:23831: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 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/soundcard.h>
configure:23831: result: no
configure:23831: checking sys/soundcard.h presence
configure:23831: cc -E -DFASTPATH conftest.c
conftest.c:137:10: fatal error: 'sys/soundcard.h' file not found
#include <sys/soundcard.h>
^
1 error generated.
configure:23831: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| /* end confdefs.h. */
| #include <sys/soundcard.h>
configure:23831: result: no
configure:23831: checking for sys/soundcard.h
configure:23831: result: no
configure:23910: checking CoreAudio/CoreAudio.h usability
configure:23910: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:23910: $? = 0
configure:23910: result: yes
configure:23910: checking CoreAudio/CoreAudio.h presence
configure:23910: cc -E -DFASTPATH conftest.c
configure:23910: $? = 0
configure:23910: result: yes
configure:23910: checking for CoreAudio/CoreAudio.h
configure:23910: result: yes
configure:23950: checking for ASOUNDLIB
configure:23957: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.19 "
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
configure:23960: $? = 1
configure:23974: $PKG_CONFIG --exists --print-errors " alsa >= 1.0.19 "
Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
configure:23977: $? = 1
configure:23991: result: no
No package 'alsa' found
configure:24074: checking sys/audio.h usability
configure:24074: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:171:10: fatal error: 'sys/audio.h' file not found
#include <sys/audio.h>
^
1 error generated.
configure:24074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_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/audio.h>
configure:24074: result: no
configure:24074: checking sys/audio.h presence
configure:24074: cc -E -DFASTPATH conftest.c
conftest.c:138:10: fatal error: 'sys/audio.h' file not found
#include <sys/audio.h>
^
1 error generated.
configure:24074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| /* end confdefs.h. */
| #include <sys/audio.h>
configure:24074: result: no
configure:24074: checking for sys/audio.h
configure:24074: result: no
configure:24119: checking for mmsystem.h
configure:24119: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:138:10: fatal error: 'windows.h' file not found
#include <windows.h>
^
1 error generated.
configure:24119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| /* end confdefs.h. */
| #include <windows.h>
|
| #include <mmsystem.h>
configure:24119: result: no
configure:24166: checking for GLIB20
configure:24173: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 "
configure:24176: $? = 0
configure:24190: $PKG_CONFIG --exists --print-errors " glib-2.0 >= 2.4.0 "
configure:24193: $? = 0
configure:24231: result: yes
configure:24271: checking for GTK20
configure:24278: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.4.0 "
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure:24281: $? = 1
configure:24295: $PKG_CONFIG --exists --print-errors " gtk+-2.0 >= 2.4.0 "
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
configure:24298: $? = 1
configure:24312: result: no
No package 'gtk+-2.0' found
configure:24375: checking for GCONF
configure:24382: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 gobject-2.0 "
Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
configure:24385: $? = 1
configure:24399: $PKG_CONFIG --exists --print-errors " gconf-2.0 >= 2.4.0 gobject-2.0 "
Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
configure:24402: $? = 1
configure:24416: result: no
No package 'gconf-2.0' found
configure:24673: checking for LIBASYNCNS
configure:24680: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 "
Package libasyncns was not found in the pkg-config search path.
Perhaps you should add the directory containing `libasyncns.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libasyncns' found
configure:24683: $? = 1
configure:24697: $PKG_CONFIG --exists --print-errors " libasyncns >= 0.1 "
Package libasyncns was not found in the pkg-config search path.
Perhaps you should add the directory containing `libasyncns.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libasyncns' found
configure:24700: $? = 1
configure:24714: result: no
No package 'libasyncns' found
configure:24780: checking for tcpwrap library and headers
configure:24797: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -lgdbm -framework CoreServices -lwrap >&5
conftest.c:147:22: warning: variable 'req' is uninitialized when used here [-Wuninitialized]
return hosts_access (req);
^~~
conftest.c:146:25: note: initialize the variable 'req' to silence this warning
struct request_info *req;
^
= 0
1 warning generated.
configure:24797: $? = 0
configure:24802: result: yes
configure:24842: checking lirc/lirc_client.h usability
configure:24842: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:173:10: fatal error: 'lirc/lirc_client.h' file not found
#include <lirc/lirc_client.h>
^
1 error generated.
configure:24842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lirc/lirc_client.h>
configure:24842: result: no
configure:24842: checking lirc/lirc_client.h presence
configure:24842: cc -E -DFASTPATH conftest.c
conftest.c:140:10: fatal error: 'lirc/lirc_client.h' file not found
#include <lirc/lirc_client.h>
^
1 error generated.
configure:24842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| /* end confdefs.h. */
| #include <lirc/lirc_client.h>
configure:24842: result: no
configure:24842: checking for lirc/lirc_client.h
configure:24842: result: no
configure:24850: checking for lirc_init in -llirc_client
configure:24875: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -llirc_client -lgdbm -framework CoreServices >&5
ld: library not found for -llirc_client
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| /* 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 lirc_init ();
| int
| main ()
| {
| return lirc_init ();
| ;
| return 0;
| }
configure:24884: result: no
configure:25420: checking for OPENSSL
configure:25427: $PKG_CONFIG --exists --print-errors " openssl > 0.9 "
configure:25430: $? = 0
configure:25444: $PKG_CONFIG --exists --print-errors " openssl > 0.9 "
configure:25447: $? = 0
configure:25485: result: yes
configure:25525: checking for FFTW
configure:25532: $PKG_CONFIG --exists --print-errors " fftw3f "
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:25535: $? = 1
configure:25549: $PKG_CONFIG --exists --print-errors " fftw3f "
Package fftw3f was not found in the pkg-config search path.
Perhaps you should add the directory containing `fftw3f.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fftw3f' found
configure:25552: $? = 1
configure:25566: result: no
No package 'fftw3f' found
configure:25623: checking for LIBSPEEX
configure:25630: $PKG_CONFIG --exists --print-errors " speexdsp >= 1.2 "
configure:25633: $? = 0
configure:25647: $PKG_CONFIG --exists --print-errors " speexdsp >= 1.2 "
configure:25650: $? = 0
configure:25688: result: yes
configure:25731: checking xenctrl.h usability
configure:25731: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:178:10: fatal error: 'xenctrl.h' file not found
#include <xenctrl.h>
^
1 error generated.
configure:25731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 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 <xenctrl.h>
configure:25731: result: no
configure:25731: checking xenctrl.h presence
configure:25731: cc -E -DFASTPATH conftest.c
conftest.c:145:10: fatal error: 'xenctrl.h' file not found
#include <xenctrl.h>
^
1 error generated.
configure:25731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 1
| /* end confdefs.h. */
| #include <xenctrl.h>
configure:25731: result: no
configure:25731: checking for xenctrl.h
configure:25731: result: no
configure:25739: checking xs.h usability
configure:25739: cc -c -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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:178:10: fatal error: 'xs.h' file not found
#include <xs.h>
^
1 error generated.
configure:25739: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 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 <xs.h>
configure:25739: result: no
configure:25739: checking xs.h presence
configure:25739: cc -E -DFASTPATH conftest.c
conftest.c:145:10: fatal error: 'xs.h' file not found
#include <xs.h>
^
1 error generated.
configure:25739: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 1
| /* end confdefs.h. */
| #include <xs.h>
configure:25739: result: no
configure:25739: checking for xs.h
configure:25739: result: no
configure:25747: checking for xc_interface_open in -lxenctrl
configure:25772: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -lxenctrl -lgdbm -framework CoreServices >&5
ld: library not found for -lxenctrl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 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 xc_interface_open ();
| int
| main ()
| {
| return xc_interface_open ();
| ;
| return 0;
| }
configure:25781: result: no
configure:25789: checking for xs_domain_open in -lxenstore
configure:25814: cc -o conftest -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -lxenstore -lgdbm -framework CoreServices >&5
ld: library not found for -lxenstore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:25814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pulseaudio"
| #define PACKAGE_TARNAME "pulseaudio"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "pulseaudio 3.0"
| #define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
| #define PACKAGE_URL "http://pulseaudio.org/"
| #define PACKAGE "pulseaudio"
| #define VERSION "3.0"
| #define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
| #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/3.0/share/locale"
| #define OS_IS_DARWIN 1
| #define _DARWIN_C_SOURCE 200112L
| #define HAVE_ATOMIC_BUILTINS 1
| #define HAVE_NEON 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_PCREPOSIX_H 1
| #define HAVE_VALGRIND_MEMCHECK_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
| #define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_LRINTF 1
| #define HAVE_STRTOF 1
| #define HAVE_CHMOD 1
| #define HAVE_CHOWN 1
| #define HAVE_FSTAT 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUID 1
| #define HAVE_MLOCK 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PIPE 1
| #define HAVE_POSIX_MADVISE 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SIGACTION 1
| #define HAVE_SLEEP 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_PTHREAD_GETNAME_NP 1
| #define HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_READLINK 1
| #define HAVE_CTIME_R 1
| #define HAVE_USLEEP 1
| #define HAVE_STRERROR_R 1
| #define HAVE_LSTAT 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRTOF_L 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define GETGROUPS_T gid_t
| #define HAVE_GETGROUPS 1
| #define HAVE_MKFIFO 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_REGEXEC 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LIBGDBM 1
| #define HAVE_GDBM_H 1
| #define HAVE_GDBM 1
| #define HAVE_COREAUDIO_COREAUDIO_H 1
| #define HAVE_GLIB 1
| #define HAVE_LIBWRAP /**/
| #define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
| #define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
| #define HAVE_IPV6 1
| #define HAVE_OPENSSL 1
| #define HAVE_SPEEX 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 xs_domain_open ();
| int
| main ()
| {
| return xs_domain_open ();
| ;
| return 0;
| }
configure:25823: result: no
configure:25904: checking for ORC
configure:25911: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
Package orc-0.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `orc-0.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'orc-0.4' found
configure:25914: $? = 1
configure:25928: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
Package orc-0.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `orc-0.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'orc-0.4' found
configure:25931: $? = 1
configure:25945: result: no
No package 'orc-0.4' found
configure:26053: checking for SYSTEMD
configure:26060: $PKG_CONFIG --exists --print-errors " libsystemd-login libsystemd-daemon "
Package libsystemd-login was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd-login.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd-login' found
Package libsystemd-daemon was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd-daemon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd-daemon' found
configure:26063: $? = 1
configure:26077: $PKG_CONFIG --exists --print-errors " libsystemd-login libsystemd-daemon "
Package libsystemd-login was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd-login.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd-login' found
Package libsystemd-daemon was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsystemd-daemon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsystemd-daemon' found
configure:26080: $? = 1
configure:26094: result: no
No package 'libsystemd-login' found
No package 'libsystemd-daemon' found
configure:26405: checking for WEBRTC
configure:26412: $PKG_CONFIG --exists --print-errors " webrtc-audio-processing "
Package webrtc-audio-processing was not found in the pkg-config search path.
Perhaps you should add the directory containing `webrtc-audio-processing.pc'
to the PKG_CONFIG_PATH environment variable
No package 'webrtc-audio-processing' found
configure:26415: $? = 1
configure:26429: $PKG_CONFIG --exists --print-errors " webrtc-audio-processing "
Package webrtc-audio-processing was not found in the pkg-config search path.
Perhaps you should add the directory containing `webrtc-audio-processing.pc'
to the PKG_CONFIG_PATH environment variable
No package 'webrtc-audio-processing' found
configure:26432: $? = 1
configure:26446: result: no
No package 'webrtc-audio-processing' found
configure:27042: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pulseaudio config.status 3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Mistys-MacBook-Pro.local
config.status:1610: creating Makefile
config.status:1610: creating src/Makefile
config.status:1610: creating man/Makefile
config.status:1610: creating libpulse.pc
config.status:1610: creating libpulse-simple.pc
config.status:1610: creating libpulse-mainloop-glib.pc
config.status:1610: creating doxygen/Makefile
config.status:1610: creating doxygen/doxygen.conf
config.status:1610: creating src/pulse/version.h
config.status:1610: creating po/Makefile.in
config.status:1610: creating man/pulseaudio.1.xml
config.status:1610: creating man/esdcompat.1.xml
config.status:1610: creating man/pax11publish.1.xml
config.status:1610: creating man/paplay.1.xml
config.status:1610: creating man/pacat.1.xml
config.status:1610: creating man/pacmd.1.xml
config.status:1610: creating man/pactl.1.xml
config.status:1610: creating man/pasuspender.1.xml
config.status:1610: creating man/padsp.1.xml
config.status:1610: creating man/pulse-daemon.conf.5.xml
config.status:1610: creating man/pulse-client.conf.5.xml
config.status:1610: creating man/default.pa.5.xml
config.status:1610: creating man/pulse-cli-syntax.5.xml
config.status:1610: creating man/start-pulseaudio-kde.1.xml
config.status:1610: creating man/start-pulseaudio-x11.1.xml
config.status:1610: creating src/esdcompat
config.status:1610: creating src/start-pulseaudio-x11
config.status:1610: creating src/start-pulseaudio-kde
config.status:1610: creating src/client.conf
config.status:1610: creating src/daemon.conf
config.status:1610: creating src/default.pa
config.status:1610: creating src/system.pa
config.status:1610: creating PulseAudioConfig.cmake
config.status:1610: creating PulseAudioConfigVersion.cmake
config.status:1610: creating config.h
config.status:1839: executing depfiles commands
config.status:1839: executing default-1 commands
config.status:1839: executing libtool commands
config.status:1839: executing po/stamp-it commands
configure:29601: WARNING: unrecognized options: --disable-hal
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.4.2
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_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_LIBCHECK_CFLAGS_set=
ac_cv_env_LIBCHECK_CFLAGS_value=
ac_cv_env_LIBCHECK_LIBS_set=
ac_cv_env_LIBCHECK_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=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/speex/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/liboil/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SBC_CFLAGS_set=
ac_cv_env_SBC_CFLAGS_value=
ac_cv_env_SBC_LIBS_set=
ac_cv_env_SBC_LIBS_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_accept4=no
ac_cv_func_alloca_works=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_clock_gettime=no
ac_cv_func_ctime_r=yes
ac_cv_func_dcgettext=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fstat=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_lrintf=yes
ac_cv_func_lstat=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mlock=yes
ac_cv_func_nanosleep=yes
ac_cv_func_open64=no
ac_cv_func_pipe2=no
ac_cv_func_pipe=yes
ac_cv_func_posix_fadvise=no
ac_cv_func_posix_madvise=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_ppoll=no
ac_cv_func_pthread_getname_np=yes
ac_cv_func_pthread_setaffinity_np=no
ac_cv_func_pthread_setname_np=yes
ac_cv_func_readlink=yes
ac_cv_func_regexec=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setpgid=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=no
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_setsid=yes
ac_cv_func_shm_open=yes
ac_cv_func_sig2str=no
ac_cv_func_sigaction=yes
ac_cv_func_sleep=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtof=yes
ac_cv_func_strtof_l=yes
ac_cv_func_symlink=yes
ac_cv_func_sysconf=yes
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_environ=no
ac_cv_header_CoreAudio_CoreAudio_h=yes
ac_cv_header__Developer_Headers_FlatCarbon_CoreServices_h=no
ac_cv_header__System_Library_Frameworks_CoreServices_framework_Headers_CoreServices_h=yes
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_gdbm_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_lirc_lirc_client_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_mmsystem_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=yes
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_audio_h=no
ac_cv_header_sys_capability_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_soundcard_h=no
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=yes
ac_cv_header_vfork_h=no
ac_cv_header_windows_h=no
ac_cv_header_winsock2_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_header_xenctrl_h=no
ac_cv_header_xs_h=no
ac_cv_host=x86_64-apple-darwin11.4.2
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_gdbm_gdbm_open=yes
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_lib_lirc_client_lirc_init=no
ac_cv_lib_ltdl_lt_dladvise_init=yes
ac_cv_lib_xenctrl_xc_interface_open=no
ac_cv_lib_xenstore_xs_domain_open=no
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_cap_init=no
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_regexec='none required'
ac_cv_search_sched_setscheduler=no
ac_cv_search_shm_open='none required'
ac_cv_search_timer_create=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_tls=__thread
ac_cv_type_getgroups=gid_t
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
ac_cv_working_alloca_h=yes
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
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__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
pkg_cv_GLIB20_CFLAGS='-I/usr/local/Cellar/glib/2.36.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.36.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
pkg_cv_GLIB20_LIBS='-L/usr/local/Cellar/glib/2.36.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
pkg_cv_LIBJSON_CFLAGS='-I/usr/local/Cellar/json-c/0.10/include/json '
pkg_cv_LIBJSON_LIBS='-L/usr/local/Cellar/json-c/0.10/lib -ljson '
pkg_cv_LIBSNDFILE_CFLAGS='-I/usr/local/Cellar/libsndfile/1.0.25/include '
pkg_cv_LIBSNDFILE_LIBS='-L/usr/local/Cellar/libsndfile/1.0.25/lib -lsndfile '
pkg_cv_LIBSPEEX_CFLAGS='-I/usr/local/Cellar/speex/1.2rc1/include '
pkg_cv_LIBSPEEX_LIBS='-L/usr/local/Cellar/speex/1.2rc1/lib -lspeexdsp '
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto -lz '
pulseaudio_cv__Bool=yes
pulseaudio_cv_sync_bool_compare_and_swap=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/pulseaudio-oX6C/pulseaudio-3.0/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-oX6C/pulseaudio-3.0/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/pulseaudio-oX6C/pulseaudio-3.0/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/pulseaudio-oX6C/pulseaudio-3.0/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 -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7'
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='-DHAVE_CONFIG_H'
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=''
GCOV_CFLAGS=''
GCOV_LIBS=' -lgcov'
GDBM_CFLAGS=''
GDBM_LIBS='-lgdbm'
GETTEXT_PACKAGE='pulseaudio'
GLIB20_CFLAGS='-I/usr/local/Cellar/glib/2.36.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.36.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include '
GLIB20_LIBS='-L/usr/local/Cellar/glib/2.36.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl '
GMOFILES=''
GMSGFMT='/usr/local/opt/gettext/bin/msgfmt'
GREP='/usr/bin/grep'
GTK20_CFLAGS=''
GTK20_LIBS=''
HAVE_ADRIAN_EC_FALSE='#'
HAVE_ADRIAN_EC_TRUE=''
HAVE_AF_UNIX='1'
HAVE_AF_UNIX_FALSE='#'
HAVE_AF_UNIX_TRUE=''
HAVE_ALSA='0'
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE='#'
HAVE_AVAHI='0'
HAVE_AVAHI_FALSE=''
HAVE_AVAHI_TRUE='#'
HAVE_BLUEZ='0'
HAVE_BLUEZ_FALSE=''
HAVE_BLUEZ_TRUE='#'
HAVE_BONJOUR_FALSE='#'
HAVE_BONJOUR_TRUE=''
HAVE_COREAUDIO_FALSE='#'
HAVE_COREAUDIO_TRUE=''
HAVE_DBUS='0'
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_GCOV_FALSE=''
HAVE_GCOV_TRUE='#'
HAVE_GDBM_FALSE='#'
HAVE_GDBM_TRUE=''
HAVE_GLIB20='1'
HAVE_GLIB20_FALSE='#'
HAVE_GLIB20_TRUE=''
HAVE_GTK20_FALSE=''
HAVE_GTK20_TRUE='#'
HAVE_HAL_COMPAT_FALSE=''
HAVE_HAL_COMPAT_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='1'
HAVE_MKFIFO_FALSE='#'
HAVE_MKFIFO_TRUE=''
HAVE_NEON='1'
HAVE_NEON_FALSE='#'
HAVE_NEON_TRUE=''
HAVE_OPENSSL_FALSE='#'
HAVE_OPENSSL_TRUE=''
HAVE_ORCC_FALSE=''
HAVE_ORCC_TRUE='#'
HAVE_ORC_FALSE=''
HAVE_ORC_TRUE='#'
HAVE_OSS_OUTPUT='0'
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='0'
HAVE_SYSTEMD_FALSE=''
HAVE_SYSTEMD_TRUE='#'
HAVE_SYS_RESOURCE_H='1'
HAVE_TDB_FALSE=''
HAVE_TDB_TRUE='#'
HAVE_TESTS_FALSE=''
HAVE_TESTS_TRUE='#'
HAVE_UDEV='0'
HAVE_UDEV_FALSE=''
HAVE_UDEV_TRUE='#'
HAVE_WAVEOUT='0'
HAVE_WAVEOUT_FALSE=''
HAVE_WAVEOUT_TRUE='#'
HAVE_WEBRTC_FALSE=''
HAVE_WEBRTC_TRUE='#'
HAVE_X11='0'
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=' -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7'
LIBASYNCNS_CFLAGS=''
LIBASYNCNS_LIBS=''
LIBCHECK_CFLAGS=''
LIBCHECK_LIBS=''
LIBICONV='-liconv'
LIBJSON_CFLAGS='-I/usr/local/Cellar/json-c/0.10/include/json '
LIBJSON_LIBS='-L/usr/local/Cellar/json-c/0.10/lib -ljson '
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='15:3:15'
LIBS='-lgdbm -framework CoreServices'
LIBSAMPLERATE_CFLAGS=''
LIBSAMPLERATE_LIBS=''
LIBSNDFILE_CFLAGS='-I/usr/local/Cellar/libsndfile/1.0.25/include '
LIBSNDFILE_LIBS='-L/usr/local/Cellar/libsndfile/1.0.25/lib -lsndfile '
LIBSPEEX_CFLAGS='-I/usr/local/Cellar/speex/1.2rc1/include '
LIBSPEEX_LIBS='-L/usr/local/Cellar/speex/1.2rc1/lib -lspeexdsp '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBWRAP_LIBS='-lwrap'
LIPO='lipo'
LIRC_CFLAGS=''
LIRC_LIBS=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBOBJS=''
M4='gm4'
MAKEINFO='${SHELL} /private/tmp/pulseaudio-oX6C/pulseaudio-3.0/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'
NEON_CFLAGS='-mfpu=neon'
NM='/usr/bin/nm'
NMEDIT='nmedit'
NODELETE_LDFLAGS=''
NOUNDEFINED_LDFLAGS=''
OBJDUMP='false'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto -lz '
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 3.0'
PACKAGE_TARNAME='pulseaudio'
PACKAGE_URL='http://pulseaudio.org/'
PACKAGE_VERSION='3.0'
PACTL_BINARY='/usr/local/Cellar/pulseaudio/3.0/bin/pactl'
PATH_SEPARATOR=':'
PA_ACCESS_GROUP='pulse-access'
PA_API_VERSION='12'
PA_BINARY='/usr/local/Cellar/pulseaudio/3.0/bin/pulseaudio'
PA_DEFAULT_CONFIG_DIR='/usr/local/Cellar/pulseaudio/3.0/etc/pulse'
PA_DLSEARCHPATH='/usr/local/Cellar/pulseaudio/3.0/lib/pulse-3.0/modules'
PA_INCDIR='/usr/local/Cellar/pulseaudio/3.0/include'
PA_LIBDIR='/usr/local/Cellar/pulseaudio/3.0/lib'
PA_MACHINE_ID='/usr/local/Cellar/pulseaudio/3.0/etc/machine-id'
PA_MACHINE_ID_FALLBACK='/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id'
PA_MAJOR='3'
PA_MAJORMINOR='3.0'
PA_MINOR='0'
PA_PROTOCOL_VERSION='27'
PA_SOEXT='.so'
PA_SYSTEM_CONFIG_PATH='/usr/local/Cellar/pulseaudio/3.0/var/lib/pulse'
PA_SYSTEM_GROUP='pulse'
PA_SYSTEM_RUNTIME_PATH='/usr/local/Cellar/pulseaudio/3.0/var/run/pulse'
PA_SYSTEM_STATE_PATH='/usr/local/Cellar/pulseaudio/3.0/var/lib/pulse'
PA_SYSTEM_USER='pulse'
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config'
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig'
PKG_CONFIG_PATH='/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/speex/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/liboil/lib/pkgconfig:/usr/local/opt/json-c/lib/pkgconfig'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PREOPEN_MODS='all'
PREOPEN_MODS_FALSE=''
PREOPEN_MODS_TRUE='#'
PTHREAD_CC='cc'
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread'
PTHREAD_LIBS=''
PULSE_LOCALEDIR='/usr/local/Cellar/pulseaudio/3.0/share/locale'
RANLIB='ranlib'
SBC_CFLAGS=''
SBC_LIBS=''
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='3.0'
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-darwin11.4.2'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.4.2'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin11.4.2'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.4.2'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /private/tmp/pulseaudio-oX6C/pulseaudio-3.0/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='${exec_prefix}/lib/pulse-3.0/modules'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/pulseaudio/3.0'
program_transform_name='s,x,x,'
psdir='${docdir}'
pulseconfdir='${prefix}/etc/pulse'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
udevrulesdir='/usr/local/Cellar/pulseaudio/3.0/lib/udev/rules.d'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pulseaudio"
#define PACKAGE_TARNAME "pulseaudio"
#define PACKAGE_VERSION "3.0"
#define PACKAGE_STRING "pulseaudio 3.0"
#define PACKAGE_BUGREPORT "pulseaudio-discuss (at) lists (dot) freedesktop (dot) org"
#define PACKAGE_URL "http://pulseaudio.org/"
#define PACKAGE "pulseaudio"
#define VERSION "3.0"
#define CANONICAL_HOST "x86_64-apple-darwin11.4.2"
#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/3.0/share/locale"
#define OS_IS_DARWIN 1
#define _DARWIN_C_SOURCE 200112L
#define HAVE_ATOMIC_BUILTINS 1
#define HAVE_NEON 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_PCREPOSIX_H 1
#define HAVE_VALGRIND_MEMCHECK_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
#define HAVE__SYSTEM_LIBRARY_FRAMEWORKS_CORESERVICES_FRAMEWORK_HEADERS_CORESERVICES_H 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETOPT_LONG 1
#define HAVE_LRINTF 1
#define HAVE_STRTOF 1
#define HAVE_CHMOD 1
#define HAVE_CHOWN 1
#define HAVE_FSTAT 1
#define HAVE_FCHOWN 1
#define HAVE_FCHMOD 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETGRGID_R 1
#define HAVE_GETGRNAM_R 1
#define HAVE_GETPWNAM_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETUID 1
#define HAVE_MLOCK 1
#define HAVE_NANOSLEEP 1
#define HAVE_PIPE 1
#define HAVE_POSIX_MADVISE 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_SETPGID 1
#define HAVE_SETSID 1
#define HAVE_SHM_OPEN 1
#define HAVE_SIGACTION 1
#define HAVE_SLEEP 1
#define HAVE_SYMLINK 1
#define HAVE_SYSCONF 1
#define HAVE_UNAME 1
#define HAVE_PTHREAD_GETNAME_NP 1
#define HAVE_PTHREAD_SETNAME_NP 1
#define HAVE_READLINK 1
#define HAVE_CTIME_R 1
#define HAVE_USLEEP 1
#define HAVE_STRERROR_R 1
#define HAVE_LSTAT 1
#define HAVE_SETREUID 1
#define HAVE_SETREGID 1
#define HAVE_SETEUID 1
#define HAVE_SETEGID 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRTOF_L 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define GETGROUPS_T gid_t
#define HAVE_GETGROUPS 1
#define HAVE_MKFIFO 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_REGEXEC 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LIBGDBM 1
#define HAVE_GDBM_H 1
#define HAVE_GDBM 1
#define HAVE_COREAUDIO_COREAUDIO_H 1
#define HAVE_GLIB 1
#define HAVE_LIBWRAP /**/
#define PA_MACHINE_ID "/usr/local/Cellar/pulseaudio/3.0/etc/machine-id"
#define PA_MACHINE_ID_FALLBACK "/usr/local/Cellar/pulseaudio/3.0/var/lib/dbus/machine-id"
#define HAVE_IPV6 1
#define HAVE_OPENSSL 1
#define HAVE_SPEEX 1
#define DISABLE_ORC 1
#define PA_SYSTEM_USER "pulse"
#define PA_SYSTEM_GROUP "pulse"
#define PA_ACCESS_GROUP "pulse-access"
#define USE_PER_USER_ESOUND_SOCKET 1
#define PA_SYSTEM_RUNTIME_PATH "/usr/local/Cellar/pulseaudio/3.0/var/run/pulse"
#define PA_SYSTEM_CONFIG_PATH "/usr/local/Cellar/pulseaudio/3.0/var/lib/pulse"
#define PA_SYSTEM_STATE_PATH "/usr/local/Cellar/pulseaudio/3.0/var/lib/pulse"
#define PA_BINARY "/usr/local/Cellar/pulseaudio/3.0/bin/pulseaudio"
#define PACTL_BINARY "/usr/local/Cellar/pulseaudio/3.0/bin/pactl"
#define PA_DEFAULT_CONFIG_DIR "/usr/local/Cellar/pulseaudio/3.0/etc/pulse"
#define PA_BUILDDIR "/private/tmp/pulseaudio-oX6C/pulseaudio-3.0/src"
#define PA_CFLAGS "-g -O2 -Wall -W -Wextra -pipe -Wno-long-long -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 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -mmacosx-version-min=10.7"
#define ENABLE_LEGACY_DATABASE_ENTRY_FORMAT 1
#define WIBBLE 1
#define PA_DLSEARCHPATH "/usr/local/Cellar/pulseaudio/3.0/lib/pulse-3.0/modules"
#define PA_LIBDIR "/usr/local/Cellar/pulseaudio/3.0/lib"
#define PA_INCDIR "/usr/local/Cellar/pulseaudio/3.0/include"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment