I'm getting the following errors when running scons on the project:
shelljam.o: In function `Shelljam::Shelljam()':
shelljam.cpp:(.text+0x1397): undefined reference to `RtMidiOut::RtMidiOut(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
shelljam.cpp:(.text+0x1690): undefined reference to `RtMidiOut::openPort(unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
shelljam.o: In function `Shelljam::Shelljam()':
shelljam.cpp:(.text+0x1931): undefined reference to `RtMidiOut::RtMidiOut(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
shelljam.cpp:(.text+0x1c2a): undefined reference to `RtMidiOut::openPort(unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
collect2: ld returned 1 exit status
scons: *** [shelljam] Error 1
scons: building terminated because of errors.
I'm using the latest version of RtMidi (1.0.10) whereas the website mentions 1.0.2 or later.