On 10/28/2015 06:56 PM, David Baron wrote:
All compile up, but when time to install:
make[2]: Leaving directory '/home/david/qjackctl-0.4.1/src'
make[1]: Leaving directory '/home/david/qjackctl-0.4.1'
~/qjackctl-0.4.1$ sudo make install
Cannot find feature spec_pre.prf
Makefile:111: recipe for target 'translations_lupdate' failed
make: *** [translations_lupdate] Error 1
take note that starting from this very one release qjackctl 0.4.1
defaults to build agains qt5.
make sure you have the qt5 translation tools installed alright
(linguist, lupdate, lrelease, which might also appear with a -qt5
suffix
on some distros somehow).
if you can get over it, degrade to qt4 with this magic spell:
./configure --enable-qt4 ...
etc.
hth.
cheers
Just what the doc ordered.
QT5 is not quite there yet, on Debian, anyway.