On 28/09/2020 00:33, Pino Zollo wrote:
It compiles well....but   sudo cmake --build . --target install

end with the following errors:

I had no problems with the previous versions.

(Mint 18.3 Sylvia 64 bits)  .... the .deb version lacks off a library.

Any help?

73

Pino ZP4KFX

-----------------------

/home/pino2/src/wsjtx-2.3.0-rc1/buildir/wsjtx-prefix/src/wsjtx/Network/PSKReporter.cpp:
In member function ‘void PSKReporter::impl::reconnect()’:
/home/pino2/src/wsjtx-2.3.0-rc1/buildir/wsjtx-prefix/src/wsjtx/Network/PSKReporter.cpp:149:31:
error: ‘QOverload’ was not declared in this scope
      connect (socket_.data (),
QOverload<QAbstractSocket::SocketError>::of (&QAb
                                ^
/home/pino2/src/wsjtx-2.3.0-rc1/buildir/wsjtx-prefix/src/wsjtx/Network/PSKReporter.cpp:149:69:
error: expected primary-expression before ‘>’ token
      connect (socket_.data (),
QOverload<QAbstractSocket::SocketError>::of (&QAb
                                                                      ^
/home/pino2/src/wsjtx-2.3.0-rc1/buildir/wsjtx-prefix/src/wsjtx/Network/PSKReporter.cpp:149:70:
error: ‘::of’ has not been declared
     connect (socket_.data (),
QOverload<QAbstractSocket::SocketError>::of (&QAbs
                                                                      ^

Hi Pino,

thanks for the issue report. This is due to some code that is not compatible with the older version of the Qt framework on your system. The following patch should resolve the issue. Replace the empty wsjtx.patch file that resides at the root directory of the unzipped WSJT-X sources tarball and it will be applied automatically.

https://www.dropbox.com/s/kb38dasfqr8n6cc/wsjtx.patch?dl=0

73
Bill
G4WJS.



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

Reply via email to