Re: [proaudio] zynaddsubfx compile error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Arve Barsnes wrote:
> I have installed jackdmp now, so I don't know how to fix this error:
>
> * jackmidi support is missing
> * Please recompile jack-audio-connection-kit
> * with USE=jackmidi
> * or emerge jack-audio-connection-kit-svn
> * which includes jackmidi without USE-flag
>
>
this message seems redundant now. This messages comes from checking the /usr/lib/libjack.so
if there was jackmidi support included. It was needed in the "early days" where jackmidi
was just available as patch.
Could you try
strings /usr/lib/libjack.so 2>/dev/null|grep -i jack_midi
the result should be something like
....
jack_midi_event_reserve
jack_midi_clear_buffer
jack_midi_get_lost_event_count
....
Greetz Frieder