trying to build the latest stable jacktrip (1.7.1) from source following instructions
from the github document for ubuntu-debian, i got the following error message:
release/src_gui_Failed_qml.cpp
/usr/lib/qt5/bin/qmlcachegen --resource=/home/sid/jacktrip/src/gui/qjacktrip.qrc -o release/src_gui_Meter_qml.cpp ../src/gui/Meter.qml
Error compiling qml file: ../src/gui/Meter.qml:6:14: error: Expected token `:'
make[1]: *** [Makefile.Release:530: release/src_gui_Meter_qml.cpp] Error 1
make[1]: Leaving directory '/home/sid/jacktrip/builddir'
make: *** [Makefile:42: release] Error 2
i was able to install 1.6.6 from the apt install jacktrip command but there was
no gui support or launch icon. i found that if i ran the installation routine from /jacktrip
using sudo ./build install novs it worked properly and ran from an installed icon. the gui
also launches when i run jacktrip from a terminal without arguments. i don't know where
i would be expected to see a 'guiMeter' anyway--am i missing out on something?