Open mstaack opened 6 years ago
check where rtmidi was installed.
If include files are in /usr/include/rtmidi
, I had the same problem on ubuntu and I fixed it in commit https://github.com/shaduzlabs/cabl/commit/f9564bb36f17e76c557fa198bb11607e34f6ad8e
@quasart- weird.. i tried the develop branch..will recheck later
maybe it was installed in a different place on your distribution then
I had the same issue which led me here. Updating to the develop branch solved my problem.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
$ find /usr -name *rtmidi*
/usr/share/doc/librtmidi-dev
/usr/share/doc/librtmidi4
/usr/share/doc/libportmidi0
/usr/include/rtmidi
/usr/include/rtmidi/rtmidi_c.h
/usr/lib/x86_64-linux-gnu/libportmidi.so.0
/usr/lib/x86_64-linux-gnu/libportmidi.so.0.0.0
/usr/lib/x86_64-linux-gnu/librtmidi.so.4
/usr/lib/x86_64-linux-gnu/pkgconfig/rtmidi.pc
/usr/lib/x86_64-linux-gnu/librtmidi.so.4.0.0
/usr/lib/x86_64-linux-gnu/librtmidi.so
running this on the latest debian image for the raspberry pi 2:
installed
libusb-1.0-0-dev libhidapi-dev librtmidi-dev
and did a git submodule install