You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making all in src
CXX qt/libbitcoinqt_a-BlockingHttp.o
In file included from qt/BlockingHttp.cpp:2:
./qt/BlockingHttp.h:14:7: error: redefinition of 'QSslError'
class QSslError{ int v; };
^
/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers/qsslerror.h:54:24: note:
previous definition is here
class Q_NETWORK_EXPORT QSslError
^
The text was updated successfully, but these errors were encountered:
The solution may be to guard other usages of QSslError in this file depending on this directive QT_NO_OPENSSL, so we don't need to introduce duplicating definition.
Making all in src
CXX qt/libbitcoinqt_a-BlockingHttp.o
In file included from qt/BlockingHttp.cpp:2:
./qt/BlockingHttp.h:14:7: error: redefinition of 'QSslError'
class QSslError{ int v; };
^
/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers/qsslerror.h:54:24: note:
previous definition is here
class Q_NETWORK_EXPORT QSslError
^
The text was updated successfully, but these errors were encountered: