Opened 5 years ago

Last modified 3 years ago

#59032 closed defect

librecad: broken against current Qt — at Initial Version

Reported by: mojca (Mojca Miklavec) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: librecad

Description

librecad builds are currently broken, but see https://www.mail-archive.com/bug-guix@gnu.org/msg09231.html

` :info:build ui/generic/widgetcreator.cpp:59:44: error: member access into incomplete type 'QActionGroup' :info:build ui->categories_combobox->addItem(ag->objectName()); :info:build :info:build ui/generic/widgetcreator.h:9:7: note: forward declaration of 'QActionGroup' :info:build class QActionGroup; :info:build :info:build ui/generic/widgetcreator.cpp:233:39: error: member access into incomplete type 'QActionGroup' :info:build foreach (auto action, action_group->actions()) :info:build :info:build /opt/local/libexec/qt5/lib/QtCore.framework/Headers/qglobal.h:1029:21: note: expanded from macro 'foreach' :info:build # define foreach Q_FOREACH :info:build :info:build ui/generic/widgetcreator.h:9:7: note: forward declaration of 'QActionGroup' :info:build class QActionGroup; :info:build :info:build 2 errors generated. `

Change History (0)

Note: See TracTickets for help on using tickets.