Closed rugubara closed 8 years ago
portmidi is only useful for windows builds of xjadeo (and maybe OSX). What platform do you build xjadeo on?
I build it on Gentoo linux
use xjadeo's ALSA (native Linux) or JACK support.
PortMidi is not very useful on GNU/Linux (configure with --disable-portmidi
in case autodetection fails for some reason)
the build of xjadeo-0.8.5 (and 0.8.1) fails since there is no libporttime.so anymore. The dirty fix is:
ln -s libportmidi.so libporttime.so
Please update your build