Well, I've done as all have suggested - I've upgraded fink
[EMAIL PROTECTED] /Users/ceidem$ fink --version Package manager version: 0.26.0 Distribution version: 0.8.1.cvs powerpc - I've reinstalled the 10.2 and 10.3 SDKs (per Ben Hines) - I've checked that I'm running CoreAudio SDK 1.4.3 and for all my trouble, I get this: gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libao\" -DVERSION=\"0.8.5\" -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 -DHAVE_LIBPTHREAD=1 "-DDLOPEN_FLAG=(RTLD_LAZY)" -DSHARED_LIB_EXT=\".so\" -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -I. -I. -I../../../include/ao -I../../../include -I/sw/include -D__NO_MATH_INLINES -fsigned-char -g -O2 -c ao_macosx.c -MT ao_macosx.lo -MD -MP -MF .deps/ao_macosx.TPlo -fno-common -DPIC -o ao_macosx.lo ao_macosx.c: In function 'ao_plugin_open': ao_macosx.c:257: warning: incompatible implicit declaration of built-in function 'memset' ao_macosx.c: In function 'ao_plugin_play': ao_macosx.c:314: warning: incompatible implicit declaration of built-in function 'memcpy' ao_macosx.c: In function 'audioDeviceIOProc': ao_macosx.c:405: error: 'SHRT_MAX' undeclared (first use in this function) ao_macosx.c:405: error: (Each undeclared identifier is reported only once ao_macosx.c:405: error: for each function it appears in.) ao_macosx.c:418: warning: incompatible implicit declaration of built-in function 'memset' ao_macosx.c:441:2: warning: #warning On the last buffer, zero out the part of the buffer that does not have valid samples ao_macosx.c:444:2: warning: #warning The bytes in the buffer are currently in little endian, but we need big endian. Supposedly these are going to be host endian at some point and the following line of code can go away. make[3]: *** [ao_macosx.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-libao2-0.8.5-11 (Reading database ... 50970 files and directories currently installed.) Removing fink-buildlock-libao2-0.8.5-11 ... Failed: phase compiling: libao2-0.8.5-11 failed Currently, I'm using XCode tools version 2.2.1, should I bring is up to the most recent version? Does this have anything to do with it? I'm out of ideas... Thanks for all the help, - chris ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
