Re: can't compile SampleEffect & MultitapAU
Re: can't compile SampleEffect & MultitapAU
- Subject: Re: can't compile SampleEffect & MultitapAU
- From: Marc Poirier <email@hidden>
- Date: Wed, 19 Nov 2003 08:44:04 -0600 (CST)
There's a note about that constant in AUEffectBase.cpp that explains what
you're seeing, but basically you're using the last Jaguar AU SDK with the
QuickTime 6.4 headers which added that property constant, but the last SDK
was released before QT 6.4, so it temporarily defined the constant in
AUEffectBase.cpp. You can just delete it from AUEffectBase.cpp.
Marc
On Wed, 19 Nov 2003, Mark Johnson wrote:
>
Even though I didn't change anything, I can't compile SampleEffect &
>
MultitapAU.
>
For both of them, I get two same errors.
>
>
../AUPublic/OtherBases/AUEffectBase.cpp:50: conflicting
>
types?for?`kAudioUnitProperty_InPlaceProcessing'
>
>
/System/Library/Frameworks/AudioUnit.framework/Headers/AudioUnitProperties.h:66:
>
previous declaration as `<anonymous enum>
>
kAudioUnitProperty_InPlaceProcessing'
>
>
I use project builder under OS 10.2.8. and have installed April 2003 SDK.
>
Am I missing anything?
>
>
Thanks in advance,
>
>
Mark
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.