[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-10-26 Thread Launchpad Bug Tracker
[Expired for stk (Ubuntu) because there has been no activity for 60 days.] ** Changed in: stk (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-08-27 Thread Tristan Matthews
It's been fixed since Raring because Stk was bumped up to 4.4.4 and no longer had the conflicting call to RtMidi, I believe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking erro

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-08-27 Thread Dmitrijs Ledkovs
c++ test.cpp -o test -lstk -lrtaudio `pkg-config --cflags --libs rtmidi` shouldn't -rtaudio come after rtmidi? Seems to work here for me when building toonloop. ** Changed in: stk (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of U

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-01-21 Thread Tristan Matthews
The workaround is to get the package, revert the last patch, and then rebuild and install the package: wajig source libstk0-dev cd stk-4.4.3 # reverse the last patch patch -p1 -R -i debian/patches/03-system_rtaudio_rtmidi.patch # build the debs (they will be built in the parent directory) fakeroo

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-01-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: stk (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linkin

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2013-01-06 Thread Jakub
Any progress on that? Is there a temporary workaround? Building stk and rtmidi from latest sources would do the trick? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking error: un

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-09 Thread Ubuntu Foundation's Bug Bot
The attachment "Reverts 03-system_rtaudio_rtmidi.patch" of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removi

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-08 Thread Tristan Matthews
** Branch linked: lp:ubuntu/quantal/rtmidi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075594 Title: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)' To ma

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Description changed: - As of Quantal, I can't link programs that depened on libstk, because + As of Quantal, I can't link programs that depend on libstk, because libstk.so expects two methods to be implemented in RtMidi: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libstk.

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
** Patch added: "Reverts 03-system_rtaudio_rtmidi.patch" https://bugs.launchpad.net/ubuntu/+source/stk/+bug/1075594/+attachment/3425731/+files/reverted_03-system_rtaudio_rtmidi.patch ** Description changed: - As of Quantal, I can't link programs that because libstk.so expects two - methods to

[Bug 1075594] Re: Linking error: undefined reference to `RtMidiIn::RtMidiIn(std::string, unsigned int)'

2012-11-06 Thread Tristan Matthews
Try to compile the attached test case with: c++ test.cpp -o test -lstk You'll get the same result if you compile with: c++ test.cpp -o test -lstk -lrtaudio or: c++ test.cpp -o test -lstk -lrtaudio `pkg-config --cflags --libs rtmidi` ** Attachment added: "minimal test case" https://bugs.lau