[PD] help compiling vanilla on mac

Miller Puckette msp at ucsd.edu
Thu May 19 03:34:52 CEST 2016


... so I guess it can't be done on your system.  (I'm using 10.6 to compile.
I always keep my MacOS as old as I possibly can so that when I compile Pd
it can run on the widest possible number of machines.)

But perhaps you can add teh
-Wno-deprecated -Wno-error  C compiler flags to makefile.mac and get away
with it anyhow...?


cheers
M

On Wed, May 18, 2016 at 10:30:05PM -0300, Alexandre Torres Porres wrote:
> 2016-05-18 18:31 GMT-03:00 IOhannes m zmölnig <zmoelnig at iem.at>:
> >
> > something like the following should work (though i haven't tested it):
> >
> >    ./configure CFLAGS="-Wno-deprecated -Wno-error"
> >    make
> >
> 
> 
> 
> did it;
> 
> still get same erros
> 
> 
> ----------------------------------------
> 
> *src/hostapi/coreaudio/pa_mac_core_utilities.c:152:10: **error:
> **'kAudioUnitErr_IllegalInstrument'
> is deprecated*
> 
> *      [-Werror,-Wdeprecated-declarations]*
> 
>     case kAudioUnitErr_IllegalInstrument:
> 
> *         ^*
> 
> */Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioUnit.framework/Headers/AUComponent.h:1633:2:
> note: *
> 
>       'kAudioUnitErr_IllegalInstrument' has been explicitly marked
> deprecated here
> 
>         kAudioUnitErr_IllegalInstrument                 = -10873,
> 
> *        ^*
> 
> *src/hostapi/coreaudio/pa_mac_core_utilities.c:155:10: **error:
> **'kAudioUnitErr_InstrumentTypeNotFound'
> is deprecated*
> 
> *      [-Werror,-Wdeprecated-declarations]*
> 
>     case kAudioUnitErr_InstrumentTypeNotFound:
> 
> *         ^*
> 
> */Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioUnit.framework/Headers/AUComponent.h:1634:2:
> note: *
> 
>       'kAudioUnitErr_InstrumentTypeNotFound' has been explicitly marked
> deprecated here
> 
>         kAudioUnitErr_InstrumentTypeNotFound    = -10872,
> 
> *        ^*
> 
> 2 errors generated.
> 
> make[2]: *** [src/hostapi/coreaudio/pa_mac_core_utilities.lo] Error 1
> 
> make[1]: *** [all-recursive] Error 1
> 
> make: *** [all] Error 2

> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list