On Mar 2, 2010, at 7:55 PM, Max Horn wrote:

> The issue is related to the that fact that Apple switched from  
> ComponentDescription to AudioComponentDescription in 10.6, and  
> deprecated some AudioUnit API in 10.5. And I can confirm that the  
> issue occurs indeed on 32bit 10.6 (though this is suprisingly the  
> first report I got on the issue).
> 
> I know several ways to work around the issue, but so far I like none,  
> esp. since I want the package to still work on 10.5. I'll tell you  
> once I committed one of them. For now, I am a bit ill and need to get  
> sleep.
> 
> 
> Bye,
> Max

I encountered this issue with one of my packages once. ComponentDescription is 
now defined in CoreServices and adding #include <CoreServices/CoreServices.h> 
fixed things and doesn't interfere with 10.5. It looks like it might work in 
this case too.

Daniel


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to