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
I build it with the default generator and I have no issues, though I haven't tried the very latest versions. You can also get vcpkg to build it and the dependencies for you. Or brew (but you may have trouble reusing that build on other systems, if you need that). Hamish Sent from Nine