Menu

#1 Build errors with RtMidi

open
nobody
None
5
2009-12-02
2009-12-02
Anonymous
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.