Cabbage Logo
Back to Cabbage Site

Building on Linux (resolved)

works beautifully. thank you so much. :smile:

One minor issue with the 1.0.0 tar.gz I downloaded is that the VST SDK path is hardwired in the MakefileHost file: the line

CPPFLAGS := $(DEPFLAGS) -DJUCE_FORCE_DEBUG=0 -I $(CSOUND_INCLUDE) -D “CABBAGE_HOST=1” -D “CSOUND6=1” -D"BUILD_DEBUGGER=1" -D “_DEBUG=1” -D “Cabbage_GUI_Editor=1” -D “LINUX=1” -D “DEBUG=1” -D “JUCER_LINUX_MAKE_7346DA2A=1” -I ~/SDKs/vstsdk2.4 -I /usr/include -I /usr/include/freetype2 -I …/…/JuceLibraryCode -I …/…/JuceLibraryCode/modules -I $(CSOUND_INCLUDE)

has

-I ~/SDKs/vstsdk2.4

where it should have

-I “$(VST_SDK)”

and similarly for other instances.

It’s best to work from the latest dev branch on linux. These issues have now been resolved. There is a new release available that is ready for testing :wink:

Not all the SDK include paths were caught yet. I’ve submitted an issue and a fix on github.