Bug#828956: midisnoop: FTBFS with rtmidi 2.1.1

Jaromír Mikeš mira.mikes at gmail.com
Wed Jul 6 20:57:10 UTC 2016


2016-07-05 9:36 GMT+02:00 Jaromír Mikeš <mira.mikes at gmail.com>:
> 2016-07-05 0:53 GMT+02:00 James Cowgill <jcowgill at debian.org>:
>> On Tue, 2016-07-05 at 00:10 +0200, Jaromír Mikeš wrote:

>>> > while trying build midisnoop localy (not in pbulder) against the new
>>> > rtmidi lib I am getting error.
>>> > Interesting is that this not problem when building in pbuilder.
>>> > Any idea what can be wrong?
>
>>> Forgot to say that I have all build-deps installed locally.
>>
>> It seems to build for me. Do you have some Qt5 libraries installed?
>> Sometimes qt4 and qt5 get mixed up a bit if both are installed. I think
>> the QT_SELECT environment variable is supposed to force the use of a
>> particular Qt version.
>
> Good point ;)
> Again ... can you help me with patch to build midisnoop with both
> (RtMidi.h and rtmidi/RtMidi.h) headers?

engine.h file contain this line:
#include <RtMidi.h>

Is there any chance to make it more versatile?
Something like this?
#include <RtMidi.h> or <rtmidi/RtMidi.h>

mira



More information about the pkg-multimedia-maintainers mailing list