[MacPorts] #62705: hydrogen @1.0.0-beta1: error: call to constructor of 'QSplashScreen' is ambiguous (was: hydrogen building fails in Mojave)
MacPorts
noreply at macports.org
Thu Apr 15 22:26:41 UTC 2021
#62705: hydrogen @1.0.0-beta1: error: call to constructor of 'QSplashScreen' is
ambiguous
-------------------------+--------------------
Reporter: filipe-lei | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords: mojave
Port: hydrogen |
-------------------------+--------------------
Changes (by ryandesign):
* keywords: hydrogen, Mojave => mojave
Comment:
The error in the log is:
{{{
src/gui/src/SplashScreen.cpp:36:4: error: call to constructor of
'QSplashScreen' is ambiguous
: QSplashScreen( NULL )
^ ~~~~
/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers/qsplashscreen.h:58:5:
note: candidate constructor
QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());
^
/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers/qsplashscreen.h:61:5:
note: candidate constructor
QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());
^
/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers/qsplashscreen.h:85:20:
note: candidate constructor has been explicitly deleted
Q_DISABLE_COPY(QSplashScreen)
^
}}}
We should try updating the port to version 1.0.2 which was released a few
days ago.
--
Ticket URL: <https://trac.macports.org/ticket/62705#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list