mac os x 10.5 cvs compile fails on portaudio-v19

I started my audacity build with

./configure --with-sbsms --without-libflac

first there was an -arch option unrecognized by my gcc version, and then after sidestepping that, I get

src/hostapi/coreaudio/pa_mac_core.c: In function ‘AudioIOProc’:
src/hostapi/coreaudio/pa_mac_core.c:1911: error: ‘AudioConverterFillBuffer’ is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:633)
src/hostapi/coreaudio/pa_mac_core.c:2080: error: ‘AudioConverterFillBuffer’ is deprecated (declared at /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioConverter.h:633)
make[1]: *** [src/hostapi/coreaudio/pa_mac_core.lo] Error 1
make: *** [portaudio-v19-recursive] Error 2

It’s been a while since I compiled audacity …

Hi Clayton

You know the latest code is on SVN now don’t you?

I presume you are following Developing on Mac ?

I Googled the error but I don’t see any answers for recent occurrences of that error. May be best to post it to -devel - I think we’re OK for posting compiling errors there.



Gale