toonloop icon indicating copy to clipboard operation
toonloop copied to clipboard

wrong include path for rtmidi

Open ensonic opened this issue 10 years ago • 0 comments

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.

ensonic avatar Sep 02 '14 09:09 ensonic