On 28.02.2017 11:42, HK4ADJ wrote:
Hello all,

I'm trying to install from direct sources or via Arch linux (Manjaro) yaourt
But all fail here (see below)

The running QT version is qt5-base-5.8.0-5

Any hints as to what could be a fix appreciated, Google brings up suggestions I have tried with no luck hence I had to subscribe to your devel list looking for help.

Tx,
ADJ



/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp: In member function ‘void MainWindow::statusUpdate() const’: /home/a/Documents/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:5897:43: error: ambiguous overload for ‘operator!=’ (operand types are ‘QChar’ and ‘char’) submode != '\0' ? QString {submode} : QString {}, m_bFastMode);
                                   ~~~~~~~~^~~~~~~
In file included from /usr/include/qt/QtCore/qobject.h:47:0,
                 from /usr/include/qt/QtCore/qabstractanimation.h:43,
                 from /usr/include/qt/QtCore/QtCore:5,
                 from /usr/include/qt/QtWidgets/QtWidgetsDepends:3,
                 from /usr/include/qt/QtWidgets/QtWidgets:3,
from /home/a/Documents/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.h:5, from /home/a/Documents/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:3: /usr/include/qt/QtCore/qstring.h:1639:13: note: candidate: bool operator!=(QChar, const QStringRef&) inline bool operator!=(QChar lhs, const QStringRef &rhs) Q_DECL_NOTHROW { return !(lhs == rhs); }
             ^~~~~~~~
/usr/include/qt/QtCore/qstring.h:1625:13: note: candidate: bool operator!=(const QString&, QChar) inline bool operator!=(const QString &lhs, QChar rhs) Q_DECL_NOTHROW { return !(rhs == lhs); }
             ^~~~~~~~
/usr/include/qt/QtCore/qstring.h:1620:13: note: candidate: bool operator!=(QChar, const QString&) inline bool operator!=(QChar lhs, const QString &rhs) Q_DECL_NOTHROW { return !(lhs == rhs); }
             ^~~~~~~~
/usr/include/qt/QtCore/qstring.h:1567:13: note: candidate: bool operator!=(const QString&, const QStringRef&) inline bool operator!=(const QString &lhs, const QStringRef &rhs) Q_DECL_NOTHROW { return lhs.compare(rhs) != 0; }
             ^~~~~~~~
In file included from /usr/include/qt/QtCore/qstring.h:48:0,
                 from /usr/include/qt/QtCore/qobject.h:47,
                 from /usr/include/qt/QtCore/qabstractanimation.h:43,
                 from /usr/include/qt/QtCore/QtCore:5,
                 from /usr/include/qt/QtWidgets/QtWidgetsDepends:3,
                 from /usr/include/qt/QtWidgets/QtWidgets:3,
from /home/a/Documents/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.h:5, from /home/a/Documents/HK4ADJ/wsjtx-1.7.0/build/wsjtx-prefix/src/wsjtx/mainwindow.cpp:3: /usr/include/qt/QtCore/qchar.h:576:30: note: candidate: constexpr bool operator!=(QChar, QChar) Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2) Q_DECL_NOTHROW { return !operator==(c1, c2); }
                              ^~~~~~~~
make[5]: *** [CMakeFiles/wsjtx.dir/build.make:764: CMakeFiles/wsjtx.dir/mainwindow.cpp.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:176: CMakeFiles/wsjtx.dir/all] Error 2
make[3]: *** [Makefile:150: all] Error 2
make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:61: wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2 make[1]: *** [CMakeFiles/Makefile2:389: CMakeFiles/wsjtx-build.dir/all] Error 2
make: *** [Makefile:84: all] Error 2



--
HK4ADJ


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot


_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Hi!! I have also been having trouble compiling WSJT-X from aur, but also from SVN on Arch Linux x64.

This is not an isolated incident.

--
Kyle Chapman
B.A. German
University of New Mexico, 2016
+1 (631) 446-0118
[email protected]

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to