hello, i installed Cabbage on mac from the csound site, without csound, because i build it from source from git. consequently, the libcsound framework is missing and cabbage quit immediately. i have the csoundlib.dylib in /usr/loc
al/lib, and csound bin in /usr/local/bin as expected. Please, do i miss something? Thanks and bests. Raoul MEGELAS rmgls@orange.fr
If you build Csound from sources normally by doing
make install
the framework will get installed in ~/Library/Frameworks by default and Cabbage will find it there. If however you install the CsoundLib64.framework somewhere else, then you will need to edit the links in the Cabbage executable file.
Try using otool -L to see where cabbage looks for libs and then install_name_tool to edit these links.