Created
November 8, 2011 19:55
-
-
Save FrankDMartinez/1348950 to your computer and use it in GitHub Desktop.
Homebrew failing for what appears to be portaudio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://www.portaudio.com/archives/pa_stable_v19_20071207.tar.gz | |
File already downloaded in /Users/Frank/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/Frank/Library/Caches/Homebrew/portaudio-19.20071207.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.8 (Ruby 1.8.6-369; Mac OS X 10.5.8) https://trac.macports.org/export/77586/trunk/dports/audio/portaudio/files/patch-configure -o 001-homebrew.diff https://trac.macports.org/export/77586/trunk/dports/audio/portaudio/files/patch-src__hostapi__coreaudio__pa_mac_core.c -o 002-homebrew.diff https://trac.macports.org/export/77586/trunk/dports/audio/portaudio/files/patch-src__common__pa_types.h -o 003-homebrew.diff --insecure | |
0.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
0.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
0.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
######################################################################## 100.0% | |
==> Patching | |
/usr/bin/patch -f -p0 -i 001-homebrew.diff | |
patching file configure | |
/usr/bin/patch -f -p0 -i 002-homebrew.diff | |
patching file src/hostapi/coreaudio/pa_mac_core.c | |
/usr/bin/patch -f -p0 -i 003-homebrew.diff | |
patching file src/common/pa_types.h | |
==> ./configure --prefix=/usr/local/Cellar/portaudio/19.20071207 --disable-debug --disable-dependency-tracking | |
./configure --prefix=/usr/local/Cellar/portaudio/19.20071207 --disable-debug --disable-dependency-tracking | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed | |
checking build system type... i686-apple-darwin9.8.0 | |
checking host system type... i686-apple-darwin9.8.0 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for egrep... grep -E | |
checking for ld used by /usr/bin/gcc-4.2... /usr/bin/gcc-4.2 | |
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no | |
checking for /usr/bin/gcc-4.2 option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm -p | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
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 dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++-4.2 accepts -g... yes | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for g77... no | |
checking for f77... no | |
checking for xlf... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for f90... no | |
checking for xlf90... no | |
checking for pgf90... no | |
checking for epcf90... no | |
checking for f95... no | |
checking for fort... no | |
checking for xlf95... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for gfortran... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking the maximum length of command line arguments... 196608 | |
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for correct ltmain.sh version... yes | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes | |
checking if /usr/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin9.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
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... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by /usr/bin/g++-4.2... /usr/bin/gcc-4.2 | |
checking if the linker (/usr/bin/gcc-4.2) is GNU ld... no | |
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes | |
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes | |
checking if /usr/bin/g++-4.2 static flag -static works... no | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes | |
checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin9.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
appending configuration tag "F77" to libtool | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for ar... /usr/bin/ar | |
checking whether byte ordering is bigendian... no | |
checking for snd_pcm_open in -lasound... no | |
checking for HPI_SubSysCreate in -lhpi... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for JACK... checking sys/soundcard.h usability... no | |
checking sys/soundcard.h presence... no | |
checking for sys/soundcard.h... no | |
checking linux/soundcard.h usability... no | |
checking linux/soundcard.h presence... no | |
checking for linux/soundcard.h... no | |
checking machine/soundcard.h usability... no | |
checking machine/soundcard.h presence... no | |
checking for machine/soundcard.h... no | |
checking for short... yes | |
checking size of short... 2 | |
checking for int... yes | |
checking size of int... 4 | |
checking for long... yes | |
checking size of long... 4 | |
checking for clock_gettime in -lrt... no | |
checking for clock_gettime... no | |
checking for nanosleep... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating portaudio-2.0.pc | |
==> make install | |
make install | |
mkdir lib | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c -o src/common/pa_allocation.lo | |
mkdir -p \ | |
src/common \ | |
src/hostapi/alsa \ | |
src/hostapi/asihpi \ | |
src/hostapi/asio \ | |
src/hostapi/coreaudio \ | |
src/hostapi/dsound \ | |
src/hostapi/jack \ | |
src/hostapi/oss \ | |
src/hostapi/wasapi \ | |
src/hostapi/wdmks \ | |
src/hostapi/wmme \ | |
src/os/mac_osx \ | |
src/os/unix \ | |
src/os/win | |
touch lib-stamp | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c -o src/common/pa_converters.lo | |
mkdir src/common/.libs | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c -fno-common -DPIC -o src/common/.libs/pa_allocation.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c -fno-common -DPIC -o src/common/.libs/pa_converters.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_allocation.c -o src/common/pa_allocation.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c -o src/common/pa_cpuload.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c -fno-common -DPIC -o src/common/.libs/pa_cpuload.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_cpuload.c -o src/common/pa_cpuload.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -o src/common/pa_dither.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_converters.c -o src/common/pa_converters.o >/dev/null 2>&1 | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -fno-common -DPIC -o src/common/.libs/pa_dither.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -o src/common/pa_dither.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c -o src/common/pa_debugprint.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c -fno-common -DPIC -o src/common/.libs/pa_debugprint.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_debugprint.c -o src/common/pa_debugprint.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c -o src/common/pa_front.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c -fno-common -DPIC -o src/common/.libs/pa_front.o | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c -o src/common/pa_process.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c -fno-common -DPIC -o src/common/.libs/pa_process.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_front.c -o src/common/pa_front.o >/dev/null 2>&1 | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_process.c -o src/common/pa_process.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_skeleton.c -o src/common/pa_skeleton.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_skeleton.c -fno-common -DPIC -o src/common/.libs/pa_skeleton.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_skeleton.c -o src/common/pa_skeleton.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c -o src/common/pa_stream.lo | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c -o src/common/pa_trace.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c -fno-common -DPIC -o src/common/.libs/pa_stream.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_stream.c -o src/common/pa_stream.o >/dev/null 2>&1 | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c -fno-common -DPIC -o src/common/.libs/pa_trace.o | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/mac_osx/pa_mac_hostapis.c -o src/os/mac_osx/pa_mac_hostapis.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_trace.c -o src/common/pa_trace.o >/dev/null 2>&1 | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.lo | |
mkdir src/os/mac_osx/.libs | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/mac_osx/pa_mac_hostapis.c -fno-common -DPIC -o src/os/mac_osx/.libs/pa_mac_hostapis.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/mac_osx/pa_mac_hostapis.c -o src/os/mac_osx/pa_mac_hostapis.o >/dev/null 2>&1 | |
mkdir src/os/unix/.libs | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core.c -o src/hostapi/coreaudio/pa_mac_core.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c -fno-common -DPIC -o src/os/unix/.libs/pa_unix_util.o | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/os/unix/pa_unix_util.c -o src/os/unix/pa_unix_util.o >/dev/null 2>&1 | |
mkdir src/hostapi/coreaudio/.libs | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core.c -fno-common -DPIC -o src/hostapi/coreaudio/.libs/pa_mac_core.o | |
/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c -o src/hostapi/coreaudio/pa_mac_core_utilities.lo | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c -fno-common -DPIC -o src/hostapi/coreaudio/.libs/pa_mac_core_utilities.o | |
src/hostapi/coreaudio/pa_mac_core.c: In function 'OpenAndSetupOneAudioUnit': | |
src/hostapi/coreaudio/pa_mac_core.c:804: error: 'AudioComponentDescription' undeclared (first use in this function) | |
src/hostapi/coreaudio/pa_mac_core.c:804: error: (Each undeclared identifier is reported only once | |
src/hostapi/coreaudio/pa_mac_core.c:804: error: for each function it appears in.) | |
src/hostapi/coreaudio/pa_mac_core.c:804: error: expected ';' before 'desc' | |
src/hostapi/coreaudio/pa_mac_core.c:805: error: 'AudioComponent' undeclared (first use in this function) | |
src/hostapi/coreaudio/pa_mac_core.c:805: error: expected ';' before 'comp' | |
src/hostapi/coreaudio/pa_mac_core.c:870: error: 'desc' undeclared (first use in this function) | |
src/hostapi/coreaudio/pa_mac_core.c:876: error: 'comp' undeclared (first use in this function) | |
make: *** [src/hostapi/coreaudio/pa_mac_core.lo] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
/usr/bin/gcc-4.2 -c -I./include -I./src/common -I./src/os/unix -Werror -Wno-deprecated-declarations -O3 -march=nocona -mfpmath=sse -w -pipe -DPA_LITTLE_ENDIAN -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/hostapi/coreaudio/pa_mac_core_utilities.c -o src/hostapi/coreaudio/pa_mac_core_utilities.o >/dev/null 2>&1 | |
==> Exit Status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/portaudio.rb#L29 | |
==> Environment | |
HOMEBREW_VERSION: 0.8 | |
HEAD: bc78e2b2504312e4eb20f71a0278b0afaaa1f424 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit penryn | |
OS X: 10.5.8 | |
Kernel Architecture: i386 | |
Ruby: 1.8.6-369 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.1.4 | |
GCC-4.0: build 5493 | |
GCC-4.2: build 5577 | |
LLVM: N/A | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/gcc-4.2 | |
CXX: /usr/bin/g++-4.2 | |
LD: /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=nocona -mfpmath=sse -w -pipe | |
CXXFLAGS: -O3 -march=nocona -mfpmath=sse -w -pipe | |
MAKEFLAGS: -j2 | |
Error: Failed executing: make install | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/6855 | |
https://github.com/mxcl/homebrew/issues/8464 | |
Otherwise, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment