Re: can't compile SampleEffect & MultitapAU
Re: can't compile SampleEffect & MultitapAU
- Subject: Re: can't compile SampleEffect & MultitapAU
- From: Patrick Gostovic <email@hidden>
- Date: Wed, 19 Nov 2003 09:40:48 -0500
On that note, I have found that if I move the SampleEffect project to
any other folder than its original location, it won't build all the
way. I did locate all of the missing (red) files. Compile goes fine,
linking is fine, but "Rezzing" (whatever that is) fails with the error
below. Anyone know why?
FYI, this is on a fresh Panther install.
RezCollector.initial
/Users/ghoti/Desktop/SampleAUs/build/SampleEffect.build/
SampleEffectUnit.build/ResourceManagerResources/SampleEffectUnit.rsrc
/bin/rm -f
/Users/ghoti/Desktop/SampleAUs/build/SampleEffect.build/
SampleEffectUnit.build/ResourceManagerResources/SampleEffectUnit.rsrc
&& \
/Developer/Tools/Rez -o
/Users/ghoti/Desktop/SampleAUs/build/SampleEffect.build/
SampleEffectUnit.build/ResourceManagerResources/SampleEffectUnit.rsrc
-d "SystemSevenOrLater=1" -useDF "-I" "../AUPublic/AUBase" "-I"
"/System/Library/Frameworks/CoreServices.framework/Versions/A/
Frameworks/CarbonCore.framework/Versions/A/Headers" -i
/Users/ghoti/Desktop/SampleAUs/build -i
/Users/ghoti/Desktop/SampleAUs/build/include SampleEffectUnit.r
File "SampleEffectUnit.r"; Line 29; ### /Developer/Tools/Rez - SysError
0 during open of "AUResources.r".
Fatal Error!
File "SampleEffectUnit.r"; Line 29; ### /Developer/Tools/Rez - Fatal
Error, can't recover.
File "AUResources.r"; ### /Developer/Tools/Rez - Since errors occurred,
/Users/ghoti/Desktop/SampleAUs/build/SampleEffect.build/
SampleEffectUnit.build/ResourceManagerResources/SampleEffectUnit.rsrc's
resource fork was not written.
...failed RezCollector.initial
/Users/ghoti/Desktop/SampleAUs/build/SampleEffect.build/
SampleEffectUnit.build/ResourceManagerResources/SampleEffectUnit.rsrc
...
On 19-Nov-03, at 9:44 AM, Marc Poirier wrote:
>
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.
_______________________________________________
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.