Sign in

Building error on Fedora 33

  • DM 1 0
    Message from Diego Muñoz on
    Hello, i'm trying to compile Polyphone 2.2 on Fedora 33 and i made sure to follow all steps indicated in this forum and the official build guide for Fedora, namely i:
    - Installed all dependencies
    - Edited the LIBS += -lqcustomplot line
    - Uncommented the 3 defines at the start of polyphone.pro
    - Gave the additional argument PREFIX=/usr to qmake-qt5

    And yet i get this:

    editor/tree/treeitemdelegate.cpp: In member function ‘void TreeItemDelegate:rawRoot(QPainter*, const QStyleOptionViewItem&, const QModelIndex&, bool) const’:
    editor/tree/treeitemdelegate.cpp:144:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
    144 | QPainterPath path;
    | ^~~~
    make: *** [Makefile:8536: generated_files/treeitemdelegate.o] Error 1


    Help much appreciated, as there is no official Polyphone package on the Fedora repository.
  • 406 0
    Message from Davy on
    This line was missing at the beginning of the file:#include <QPainterPath>

Sign in or register to take part in discussions.

Polyphone needs you!

Polyphone is free but there are costs associated with its website and development. A small donation will help a lot.

Donate
Learn the basics Try a tutorial
Scroll to
top