> Am 10.05.2024 um 16:39 schrieb Conrad Berhörster :
>
>>
>
> hello
> yes, the reason for is is my homebrew installation which is only for ARM
> systems.
> AFAIK it is tricky to have 2 different installations of homebrew.
>
> Before i try to solve this, there are 2 other solutions in my
> Am 04.05.2024 um 22:56 schrieb Brad Howes via fluid-dev
> :
>
>
>> 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
>> archite
> 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
Hello,
coming back to the issue.
>
>
>> Am 22.03.2024 um 19:47 schrieb Brad Howes via fluid-dev
>> :
>>
>> This seems to work for me:
>>
>> % mkdir build && cd build
>> % cmake -Denable-framework=off ..
>> % make
>> % find . -name ‘*.dylib’
>> ./src/libfluidsynth.3.2.1.dylib
>>
Hello Brad,
thx a lot. Life can be that easy…..
Regards c~b
> Am 22.03.2024 um 19:47 schrieb Brad Howes via fluid-dev
> :
>
> This seems to work for me:
>
> % mkdir build && cd build
> % cmake -Denable-framework=off ..
> % make
> % find . -name ‘*.dylib’
> ./src/libfluidsynth.3.2
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
Hello Hamish,
thanks.
You mean to say, that
#mkdir build
#cd build
# cmake ..
will work. Unfortunately not on my machine.
my output can be found in
build/libfluidsynth-OBJ.build/Debug/liblibfluidsynth-OBJ.a
but i want to build a libfluidsynth.dylib
i also tried the cmake call with -CXc
Nine
From: Conrad Berhörster
Sent: Thursday, March 21, 2024 07:37
To: fluid-dev@nongnu.org
Subject: [fluid-dev] Building fluid synth on MACOS
Hello
i try to build fluidsynth on MACOS .
with the description in
https://github.com/FluidSynth/fluidsynth
Hello
i try to build fluidsynth on MACOS .
with the description in
https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake
it will compile successfully but i cannot get a dylib file
here are my commands :
cmake -GXcode -DCMAKE_BUILD_TYPE=Release -B build/release
cmake --build build