2.7.0-rc1 fails to compile in Kubuntu 18.04 with the following errors:

[ 98%] Building CXX object qmap/CMakeFiles/qmap.dir/mainwindow.cpp.o
/home/nu0c/src/build/build/wsjtx-prefix/src/wsjtx/qmap/mainwindow.cpp: In 
constructor `MainWindow::MainWindow(QWidget*)`:
/home/nu0c/src/build/build/wsjtx-prefix/src/wsjtx/qmap/mainwindow.cpp:184:32: 
error: `class QScopedPointer<WideGraph>` has no member named `get`
   connect (m_wide_graph_window.get (), &WideGraph::freezeDecode2, this, 
&MainWindow::freezeDecode);
                                ^~~
/home/nu0c/src/build/build/wsjtx-prefix/src/wsjtx/qmap/mainwindow.cpp:185:32: 
error: `class QScopedPointer<WideGraph>` has no member named `get`
   connect (m_wide_graph_window.get (), &WideGraph::f11f12, this, 
&MainWindow::bumpDF);
                                ^~~
qmap/CMakeFiles/qmap.dir/build.make:233: recipe for target 
'qmap/CMakeFiles/qmap.dir/mainwindow.cpp.o' failed

My Qt version is 5.9.5. There is no newer version available in the repository. 
Getting a newer version by other means does not appear to be a trivial task.

73

-Jim
NU0C


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to