Re: [macppc] Unbreak audio/fluidsynth

2020-04-21 Thread Stuart Henderson
On 2020/04/21 18:11, Charlene Wendling wrote: > > fluidsynth can't be built in the current macppc bulk: > > > ../src/utils/fluidsynth_priv.h:32:10: fatal error: 'config_maxmsp43.h' file > > not found > > This is happening because clang defines '__POWERPC__', but not gcc: > > $ /usr/bin/gcc

[macppc] Unbreak audio/fluidsynth

2020-04-21 Thread Charlene Wendling
fluidsynth can't be built in the current macppc bulk: > ../src/utils/fluidsynth_priv.h:32:10: fatal error: 'config_maxmsp43.h' file > not found This is happening because clang defines '__POWERPC__', but not gcc: $ /usr/bin/gcc -dM -E - < /dev/null | grep __POWERPC__ $ /usr/bin/cc -dM -E - <