aalex / toonloop

Live animation software
http://www.toonloop.com
GNU General Public License v3.0
22 stars 7 forks source link

wrong include path for rtmidi #15

Open ensonic opened 10 years ago

ensonic commented 10 years ago

midiinput.cpp:24:24: fatal error: stk/RtMidi.h: No such file or directory

include <stk/RtMidi.h>

dpkg -L librtmidi-dev | grep RtMidi.h /usr/include/RtMidi.h

dropping the 'stk' fixed the build for me.