rorywalsh/cabbage

Setting Cabbage root

Closed this issue · 2 comments

I’m trying to make Cabbage run on Manjaro linux. Currently, Cabbage can’t find CabbagePlugin.so file and tells something about Cabbage root.

Here’s a screenshot of this error (Cabbage executable and the *so files are in the CabbageBuild folder):

2018-03-23-115321_683x154_scrot

I looked up in the menu for an option to set the Cabbage root, but couldn’t find anything appropriate. Is there a way to hardcode it or maybe to set some environment variable to configure custom Cabbage root?

Hi Eugene. Why is Cabbage trying to run from that directory? Are you running Cabbage from the CabbageBuild folder?

Hey Rory. OK, I checked the code (PluginExporter something cpp) and figured it out. Cabbage root seems to be the directory where the Cabbage executable is. There was a stupid mistake I’ve made while manually building Cabbage step by step. By some reason I had the plugin file named CabbagePlugin.so instead of CabbagePluginSynth.so.