I having an issue compiling QT 5.0, where it eventually errors out due to undefined symbols for x86_64.
——
Undefined symbols for architecture x86_64:
“_XSetErrorHandler”, referenced from:
QGtkStylePrivate::initGtkWidgets() const in qgtkstyle_p.o
“_XSetTransientForHint”, referenced from:
QGtkStylePrivate::setupGtkFileChooser(_GtkWidget*, QWidget*, QString const&, QString const&, QString*, QFlags<QFileDialog::Option>, bool, QHash<_GtkFileFilter*, QString>*) in qgtkstyle_p.o
ld: symbol(s) not found for architecture x86_64
——
Anyone see this before?
Compiling previous versions of QT don’t have this issue.
↧