> On 4 May 2024, at 16:47, Conrad Berhörster wrote:
>
> [ 95%] Linking CXX shared library libfluidsynth.dylib
> ld: warning: ignoring file
> '/opt/homebrew/Cellar/glib/2.80.0_2/lib/libglib-2.0.0.dylib': found
> architecture 'arm64', required architecture 'x86_64'
> ld: warning: ignoring file
This seems to work for me:
% mkdir build && cd build
% cmake -Denable-framework=off ..
% make
% find . -name ‘*.dylib’
./src/libfluidsynth.3.2.1.dylib
./src/libfluidsynth.dylib
./src/libfluidsynth.3.dylib
Regards,
Brad
___
fluid-dev mail