rorywalsh / cabbage_v1_old

Framework for developing virtual instruments using the Csound audio synthesis programming language.
http://www.cabbageaudio.com
115 stars 15 forks source link

building from source on ubuntu 15.10 #18

Closed ssj71 closed 8 years ago

ssj71 commented 8 years ago

I installed all dependencies and can see csound.hpp in /usr/include/csound/ but still I'm getting a whole bunch of errors like: `../../Source/./Plugin/../CabbageMessageSystem.h:27:22: fatal error: csound.hpp: No such file or directory

include "csound.hpp"

` I'm guessing your makefile is -I some other directory. I haven't had time to look into it myself yet, but thought it would be good to report.

ssj71 commented 8 years ago

ok, I'm really dumb. Thats what the arguments are for. I thought those paths are where it is going to install stuff.... disregard this (though perhaps you should make it explicit in the readme that you must find where these things are installed and put the correct paths in).