Cabbage is amazing! Just starting to learn csound and I have Cabbage running on my Mac… Amazing. Love it. Thanks for your hard work!
TL;DR: Anybody have a deb of Cabbage that I can just grab and install? Not able to compile on my system.
Trying to get Cabbage running on my linux machine but I’m having issues. I:
- Got the SDK
- Downloaded the binaries from github (https://github.com/rorywalsh/cabbage in the “Builds” folder)
when I go to cabbage/Builds/LinuxMakefile
and run ./buildCabbage
I get a bunch of errors, including some that repeat, like:
../../Source/Application/../Audio/Graph/../Plugins/CsoundPluginProcessor.h:24:22: fatal error: csound.hpp: No such file or directory
This makes me wonder if csound itself is not installed on my system. But it is: which csound
spits out
/usr/bin/csound
and running csound --version
gives me
Csound version 6.04 (double samples) 2016-02-21
.
I suppose that’s pretty old, but that’s what was in the repos.
I found a deb
file elsewhere on the forum (1,1.0-1)
http://forum.cabbageaudio.com/t/installing-cabbage-on-debian-linux-jessie-resolved/214/22
direct link:
https://drive.google.com/file/d/0B3HppEiCAar1UFdER0ZvaEtmN1E/view?usp=sharing
… and it installs fine. But when I try to run it via command line, I get this:
Illegal instruction (core dumped)
Totally stuck.
Any ideas? Need more info?