<div dir="ltr"><div>FYI</div><div><br></div><div>In the process of installing zita-dpl1 the install doc says to install libclxclient.</div><div><br></div><div>To get libclxclient to build had to install libxft-dev (I installed libxtst-dev first but that didn't solve the  X11/Xft/Xft.h no such file error)</div><div><br></div><div>Could be just a omission on the part of Ubuntustudio 18.04...</div><div><br></div><div>Once that worked I attempted to make zita-dpl1 and it couldn't find jack/jack.h.</div><div><br></div><div>Attempted to install libjack-dev but I had to add libjack0 so libjack-dev would install.  <br></div><div><br></div><div>So now zita-dpl1 builds...Except now the jack is apparently gone.</div><div><br></div><div>I use a script to setup my jack environment:</div><div><br></div><div>#!/bin/bash<br>set -x<br>killall -9 jackd jackdbus<br>jack_control ds alsa dps capture none dps playback none<br>jack_control dps device hw:PCH<br>jack_control dps rate 48000<br>jack_control dps nperiods 2<br>jack_control dps period 256<br>jack_control start</div><div><it goes on to create clients, etc></div><div><br></div><div>But when run jack_control no longer exists.</div><div><br></div><div>So now I'm at a loss, I don't know how to reverse what I buggered up, and I don't know if I can add even more to fix it...   :<(</div><div><br></div><div>Any ideas?</div><div><br></div><div>Mac<br></div><div><br></div></div>