Got the following error while pulling rtmidi.
The fix for this from what I understand is to install libasound2. However, since I can't use sudo, what is the alternative for this?
Thanks Chaoxin
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -D__LINUX_ALSA__ -D__UNIX_JACK__ -Isrc/rtmidi -I/usr/include/python3.5m -c src/_rtmidi.cpp -o build/temp
.linux-x86_64-3.5/src/_rtmidi.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -D__LINUX_ALSA__ -D__UNIX_JACK__ -Isrc/rtmidi -I/usr/include/python3.5m -c src/rtmidi/RtMidi.cpp -o buil
d/temp.linux-x86_64-3.5/src/rtmidi/RtMidi.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
src/rtmidi/RtMidi.cpp:2883:23: fatal error: jack/jack.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
[edit by admin: formatting]