Skip to content

Instantly share code, notes, and snippets.

@chrisortman
Created September 4, 2009 03:52
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 chrisortman/180720 to your computer and use it in GitHub Desktop.
Save chrisortman/180720 to your computer and use it in GitHub Desktop.
making all mod_portaudio
libtool: compile: gcc -c -I./include -I./src/common -I./src/os/unix -Werror -g -O2 -DPA_LITTLE_ENDIAN -arch x86_64 -arch ppc64 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.3 -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 -DLT_OBJDIR=\".libs/\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_NANOSLEEP=1 -DPA_USE_COREAUDIO=1 src/common/pa_dither.c -fno-common -DPIC -o src/common/pa_dither.o
cc1: warnings being treated as errors
src/common/pa_dither.c: In function ‘PaUtil_Generate16BitTriangularDither’:
src/common/pa_dither.c:73: warning: right shift count >= width of type
src/common/pa_dither.c:74: warning: right shift count >= width of type
src/common/pa_dither.c: In function ‘PaUtil_GenerateFloatTriangularDither’:
src/common/pa_dither.c:100: warning: right shift count >= width of type
src/common/pa_dither.c:101: warning: right shift count >= width of type
cc1: warnings being treated as errors
src/common/pa_dither.c: In function ‘PaUtil_Generate16BitTriangularDither’:
src/common/pa_dither.c:73: warning: right shift count >= width of type
src/common/pa_dither.c:74: warning: right shift count >= width of type
src/common/pa_dither.c: In function ‘PaUtil_GenerateFloatTriangularDither’:
src/common/pa_dither.c:100: warning: right shift count >= width of type
src/common/pa_dither.c:101: warning: right shift count >= width of type
lipo: can't figure out the architecture type of: /var/tmp//cc2KRCrx.out
make[6]: *** [src/common/pa_dither.lo] Error 1
make[5]: *** [../../../../libs/portaudio/lib/libportaudio.la] Error 2
make[4]: *** [all] Error 1
make[3]: *** [mod_portaudio-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment