0.9.5: error: call to deleted constructor of 'const QPainterPathStroker'
JACK Audio Connection Kit Qt GUI Interface
Brought to you by:
rncbc
clang-11 fails to compile it:
qjackctlGraph.cpp:1130:28: error: call to deleted constructor of 'const QPainterPathStroker'
const QPainterPathStroker stroker
^
/usr/local/include/qt5/QtGui/qpainterpath.h:294:20: note: 'QPainterPathStroker' has been explicitly marked deleted here
Q_DISABLE_COPY(QPainterPathStroker)
^
Qt-5.15.2
FreeBSD 13
sorry, all development has moved to Qt6, or else, use g++, it's known to work on most GNU/Linux distros with Qt5.
Ok, thanks.
We don't have Qt6 in the ports tree yet, so I just switched the port to gcc for now.
Last edit: Yuri 2021-10-05