Re: [fluid-dev] Building fluid synth on MACOS

2024-05-10 Thread Conrad Berhörster
> 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

Re: [fluid-dev] Building fluid synth on MACOS

2024-05-10 Thread Conrad Berhörster
> 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

Re: [fluid-dev] Building fluid synth on MACOS

2024-05-04 Thread 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 > architecture 'arm64', required architecture 'x86_64' > ld: warning: ignoring file

Re: [fluid-dev] Building fluid synth on MACOS

2024-05-04 Thread Conrad Berhörster
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 >>

Re: [fluid-dev] Building fluid synth on MACOS

2024-03-23 Thread Conrad Berhörster
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

Re: [fluid-dev] Building fluid synth on MACOS

2024-03-22 Thread 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 ./src/libfluidsynth.dylib ./src/libfluidsynth.3.dylib Regards, Brad ___ fluid-dev mail

Re: [fluid-dev] Building fluid synth on MACOS

2024-03-21 Thread Conrad Berhörster
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

Re: [fluid-dev] Building fluid synth on MACOS

2024-03-20 Thread Hamish Moffatt
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

[fluid-dev] Building fluid synth on MACOS

2024-03-20 Thread Conrad Berhörster
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