Replies: 3 comments 1 reply
-
| 
         I now see in the error and in the homebrew requirements ladspa-sdk is requiring Linux: Any workaround?  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Progress of a sort: I brushed off unused Makefile skills I haven't used in about 25 years. I first tried to brew install ignoring dependencies. That started the linker errors. Osx's dynamic linker /usr/bin/ld does not support the "--version-script" option. I finally broke down and downloaded source from https://www.ladspa.org/ladspa_sdk/download.html and removed "--version-script=gcc_exports.map" from the makefile targets. I finally got ladspa-sdk to compile and install in /usr/local/[include,lib,bin] and then found out the brew version of fluidsynth was not compiled with ladspa support. So tomorrow looks like I'll be compiling that from scratch as well.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I could definitely use some help updating the mac install instructions, and in general testing on Mac OS - help from anyone on this is most appreciated. Some comments/clarification on your issues: 
 In summary, I think your issues are more with optional things and don't break fluidpatcher itself. Seems I should make it clearer what's optional and what's required in the install instructions. I do appreciate your efforts and continued comments/suggestions - keep it coming!  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install the fluidpatche desktop version my Macbookpro (prior to setting it up on a Pi zero 2 w) for a touch based bass midi controller I am wanting to make.
I have encountered the following issues with the mac instructions thus far:
I haven't gotten to the patchcord compile yet due to the ladspa-sdk issue.
Does anyone have a workaround for the ladspa-sdk issue?
Also it may be time to update the mac install instructions. Which I am happy to assist with once I get it working myself.
Beta Was this translation helpful? Give feedback.
All reactions