Qt version incompatibility?
Mine compiled ok but I'm using qt55.
enable-qt55 And restart JTSDK and see if yours compiles OK
de Mike W9MDB
From: Wolfgang <oe1...@gmail.com>
To: WSJT Software Development <wsjt-devel@lists.sourceforge.net>
Sent: Friday, July 1, 2016 8:00 AM
Subject: [wsjt-devel] rev 6841 has a problem
rev 6841 has a problemHello WSJT,
my compile shows an error :-(
Can someone help please ?
73 de Wolfgang
OE1MWW
[ 87%] Building CXX object CMakeFiles/wsjtx.dir/mainwindow.cpp.obj
C:\JTSDK\src\wsjtx\mainwindow.cpp: In member function 'void
MainWindow::guiUpdate()':
C:\JTSDK\src\wsjtx\mainwindow.cpp:2526:55: error: no matching function for call
to 'QTimer::singleShot(int, MainWindow::guiUpdate()::__lambda210)'
QTimer::singleShot (0, [=] {msgBox (message);}); // don't block
guiUpdate
^
C:\JTSDK\src\wsjtx\mainwindow.cpp:2526:55: note: candidates are:
In file included from C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/QtCore:77:0,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgetsDepends:2,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgets:3,
from C:\JTSDK\src\wsjtx\mainwindow.h:5,
from C:\JTSDK\src\wsjtx\mainwindow.cpp:3:
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: static void
QTimer::singleShot(int, const QObject*, const char*)
static void singleShot(int msec, const QObject *receiver, const char
*member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: candidate
expects 3 arguments, 2 provided
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: static void
QTimer::singleShot(int, Qt::TimerType, const QObject*, const char*)
static void singleShot(int msec, Qt::TimerType timerType, const QObject
*receiver, const char *member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: candidate
expects 4 arguments, 2 provided
C:\JTSDK\src\wsjtx\mainwindow.cpp:2535:67: error: no matching function for call
to 'QTimer::singleShot(int, MainWindow::guiUpdate()::__lambda211)'
QTimer::singleShot (0, [=] {msgBox ("Runaway Tx watchdog");}); // don't
block guiUpdate
^
C:\JTSDK\src\wsjtx\mainwindow.cpp:2535:67: note: candidates are:
In file included from C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/QtCore:77:0,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgetsDepends:2,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgets:3,
from C:\JTSDK\src\wsjtx\mainwindow.h:5,
from C:\JTSDK\src\wsjtx\mainwindow.cpp:3:
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: static void
QTimer::singleShot(int, const QObject*, const char*)
static void singleShot(int msec, const QObject *receiver, const char
*member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: candidate
expects 3 arguments, 2 provided
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: static void
QTimer::singleShot(int, Qt::TimerType, const QObject*, const char*)
static void singleShot(int msec, Qt::TimerType timerType, const QObject
*receiver, const char *member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: candidate
expects 4 arguments, 2 provided
C:\JTSDK\src\wsjtx\mainwindow.cpp:2672:57: error: no matching function for call
to 'QTimer::singleShot(int, MainWindow::guiUpdate()::__lambda212)'
QTimer::singleShot (0, [=] {msgBox (message);}); // don't block
guiUpdate
^
C:\JTSDK\src\wsjtx\mainwindow.cpp:2672:57: note: candidates are:
In file included from C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/QtCore:77:0,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgetsDepends:2,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgets:3,
from C:\JTSDK\src\wsjtx\mainwindow.h:5,
from C:\JTSDK\src\wsjtx\mainwindow.cpp:3:
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: static void
QTimer::singleShot(int, const QObject*, const char*)
static void singleShot(int msec, const QObject *receiver, const char
*member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: candidate
expects 3 arguments, 2 provided
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: static void
QTimer::singleShot(int, Qt::TimerType, const QObject*, const char*)
static void singleShot(int msec, Qt::TimerType timerType, const QObject
*receiver, const char *member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: candidate
expects 4 arguments, 2 provided
C:\JTSDK\src\wsjtx\mainwindow.cpp:2772:57: error: no matching function for call
to 'QTimer::singleShot(int, MainWindow::guiUpdate()::__lambda213)'
QTimer::singleShot (0, [=] {msgBox (message);}); // don't block
guiUpdate
^
C:\JTSDK\src\wsjtx\mainwindow.cpp:2772:57: note: candidates are:
In file included from C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/QtCore:77:0,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgetsDepends:2,
from
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtWidgets/QtWidgets:3,
from C:\JTSDK\src\wsjtx\mainwindow.h:5,
from C:\JTSDK\src\wsjtx\mainwindow.cpp:3:
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: static void
QTimer::singleShot(int, const QObject*, const char*)
static void singleShot(int msec, const QObject *receiver, const char
*member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:81:17: note: candidate
expects 3 arguments, 2 provided
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: static void
QTimer::singleShot(int, Qt::TimerType, const QObject*, const char*)
static void singleShot(int msec, Qt::TimerType timerType, const QObject
*receiver, const char *member);
^
C:/JTSDK/qt5/5.2.1/mingw48_32/include/QtCore/qtimer.h:82:17: note: candidate
expects 4 arguments, 2 provided
CMakeFiles\wsjtx.dir\build.make:765: recipe for target
'CMakeFiles/wsjtx.dir/mainwindow.cpp.obj' failed
mingw32-make.exe[2]: *** [CMakeFiles/wsjtx.dir/mainwindow.cpp.obj] Error 1
CMakeFiles\Makefile2:1620: recipe for target 'CMakeFiles/wsjtx.dir/all' failed
mingw32-make.exe[1]: *** [CMakeFiles/wsjtx.dir/all] Error 2
makefile:136: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 2
--------------------------------------------
CMAKE BUILD ERROR
--------------------------------------------
----------
Amateur radio is the most expensive type of free-of-charge communication!
Amateurfunk ist die teuerste Art der kostenlosen Kommunikation!
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel