Skip to content

Qstyle error on make for Mac OS X #664

@edbishop

Description

@edbishop

QStlye error on Mac OS X when running

make

Error message is the following:

qt/multisenddialog.cpp:100:25: error: member access into incomplete type 'QStyle'
    ui->message->style()->polish(ui->message);
                        ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:111:29: error: member access into incomplete type 'QStyle'
        ui->message->style()->polish(ui->message);
                            ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:122:29: error: member access into incomplete type 'QStyle'
        ui->message->style()->polish(ui->message);
                            ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:129:29: error: member access into incomplete type 'QStyle'
        ui->message->style()->polish(ui->message);
                            ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:139:25: error: member access into incomplete type 'QStyle'
    ui->message->style()->polish(ui->message);
                        ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:162:29: error: member access into incomplete type 'QStyle'
        ui->message->style()->polish(ui->message);
                            ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:217:25: error: member access into incomplete type 'QStyle'
    ui->message->style()->polish(ui->message);
                        ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
qt/multisenddialog.cpp:232:25: error: member access into incomplete type 'QStyle'
    ui->message->style()->polish(ui->message);
                        ^
/usr/local/Cellar/qt/5.11.1/include/QtWidgets/qwidget.h:67:7: note: forward declaration of
      'QStyle'
class QStyle;
      ^
8 errors generated.
make[2]: *** [qt/libbitcoinqt_a-multisenddialog.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Anyone else experiencing this?

Mac OS X 10.13.5 High Sierra
Latest codebase

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions