forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 725
Closed
Description
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 1Anyone else experiencing this?
Mac OS X 10.13.5 High Sierra
Latest codebase