Excellent, thank you very much. The trick seemed to be removing "--enable-vst=no" from my configure line. I didn't actually install anything just now because everything was already there except the Qt5 packages, and I already had the full Qt5 tools installed and didn't want to have two variants of Qt5 stuff.
I stumbled a bit getting configure to work and crossed a point where that switch was now not helping me. Here are the "tweaks" that I think were necessary for me:
I installed the full Qt5 package from their web site, and after much head scratching to get qmake detected by ./configure I ended up doing
I feel like there is a more proper way to do this, but none of the info I found, particularly about qtchooser, seemed to solve locating my Qt5 binaries.
Excellent, thank you very much. The trick seemed to be removing "--enable-vst=no" from my configure line. I didn't actually install anything just now because everything was already there except the Qt5 packages, and I already had the full Qt5 tools installed and didn't want to have two variants of Qt5 stuff.
I stumbled a bit getting configure to work and crossed a point where that switch was now not helping me. Here are the "tweaks" that I think were necessary for me:
I feel like there is a more proper way to do this, but none of the info I found, particularly about qtchooser, seemed to solve locating my Qt5 binaries.
in the ./configure options.
in the ./configure options.
It's building and running now.
Thanks again!