It seems that the LASH compatibility library is not included in Ubuntu 20.04. I tried to build that library manually, with code from here but it needs some maintenance to move the Python to ver 3 to build with recent versions of "waf".
Not having the patience to fix that up, and noting that the lash stuff seems to be somewhat optional in JackMix (it seems to be only invoked if -lash is provided on the command line), I decided to make a branch that removed the LASH support (I tend to use the qjackctl patchbay or other another app to make the jack connections, so I wouldn't really make use of it anyway).
This PR comments out the LASH stuff so that the JackMix can be built. If the LASH library is fixed up, then the appropriate bits can be uncommented. If not, then perhaps a later PR could excise those bits, including the libqlash folder.
It seems that the LASH compatibility library is not included in Ubuntu 20.04. I tried to build that library manually, with code from here but it needs some maintenance to move the Python to ver 3 to build with recent versions of "waf".
Not having the patience to fix that up, and noting that the lash stuff seems to be somewhat optional in
JackMix
(it seems to be only invoked if-lash
is provided on the command line), I decided to make a branch that removed the LASH support (I tend to use theqjackctl
patchbay or other another app to make the jack connections, so I wouldn't really make use of it anyway).This PR comments out the LASH stuff so that the
JackMix
can be built. If the LASH library is fixed up, then the appropriate bits can be uncommented. If not, then perhaps a later PR could excise those bits, including thelibqlash
folder.