On 08/06/2020 14:03, Marco Calistri wrote:
Hi Marco,

WSJT-X is not yet validated with Qt v5.15, nor Qt v6. We will probably
support Qt 5.15 for the next release. My patch should be ok to get your
build running, it just removes the compiler switch to convert warnings
to errors. Please let us know how it goes?

73
Bill
G4WJS.
Hi Bill,

I get a new error applying the wsjtx.patch:

[ 71%] Performing patch step for 'wsjtx'
patching file CMakeLists.txt
Hunk #1 FAILED at 921.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
gmake[3]: *** [CMakeFiles/wsjtx-install.dir/build.make:103:
wsjtx-prefix/src/wsjtx-stamp/wsjtx-patch] Errore 1
gmake[2]: *** [CMakeFiles/Makefile2:165:
CMakeFiles/wsjtx-install.dir/all] Errore 2
gmake[1]: *** [CMakeFiles/Makefile2:253: CMakeFiles/install.dir/rule]
Errore 2
gmake: *** [Makefile:203: install] Errore 2

It contains:

cat wsjtx.patch

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -921,7 +921,7 @@ set (CMAKE_VISIBILITY_INLINES_HIDDEN ON)
  #
  set (CMAKE_C_FLAGS  -Wall -Wextra)

-set (CMAKE_CXX_FLAGS  -Werror -Wall -Wextra -fexceptions -frtti)
+set (CMAKE_CXX_FLAGS  -Wall -Wextra -fexceptions -frtti)

  if (NOT APPLE)
    set (CMAKE_CXX_FLAGS  -Wno-pragmas)
-- 73 de Marco, PY1ZRJ (former IK5BCU)

Hi Marco,

where did you put the patch file?

73
Bill
G4WJS.

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

Reply via email to