Menu

#57 0.9.5: error: call to deleted constructor of 'const QPainterPathStroker'

git_head
open
nobody
None
2021-10-05
2021-10-05
Yuri
No

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

Discussion

  • Rui Nuno Capela

    Rui Nuno Capela - 2021-10-05

    sorry, all development has moved to Qt6, or else, use g++, it's known to work on most GNU/Linux distros with Qt5.

     
  • Yuri

    Yuri - 2021-10-05

    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

Log in to post a comment.