DomieMic65 wrote: 
> "Open"ing it opens terminal with this msg:
> "WARNING:  140:This application, or a library it uses, is using the
> deprecated Carbon Component Manager for hosting Audio Units. Support for
> this will be removed in a future release. Also, this makes the host
> incompatible with version 3 audio units. Please transition to the API's
> in AudioComponent.h."

To fix this you need to apply the attached patch to a current portaudio
source tree and add -DAUDIO_COMPONENT_FIX=1 to CFLAGS during auto
configure.


Code:
--------------------
    CFLAGS="-O3 -isysroot /Developer/SDKs/MacOSX10.7.sdk -arch x86_64 
-DAUDIO_COMPONENT_FIX=1" \
  CPPFLAGS="${CFLAGS}" \
  CXXFLAGS="${CFLAGS}" \
  LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.7.sdk -arch x86_64 
-mmacosx-version-min=10.7" \
  ./configure --disable-mac-universal --disable-cxx
--------------------


Then rebuild squeezelite r2 against the new portaudio library.


+-------------------------------------------------------------------+
|Filename: portaudio-carbon.patch.txt                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29298|
+-------------------------------------------------------------------+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to