|
From: George B. <geo...@gm...> - 2025-11-05 15:52:57
|
openSUSE TW is a rolling distro, with all the latest, bright, shiny new software. Building with cmake 4.1.2 and qt 6.10 shows a few problems. I got the standard (qt5?) version to build and run with these hacks: 1) add -DCMAKE_POLICY_VERSION_MINIMUM=3.5..3.11 to the cmake configure command line 2) comment out line 199 of CMakeLists.txt #add_custom_target (installDEPENDS wsjtx-install) 3) Use `wsjtx-install` instead of `install` to install. Did the same for the -improved version and it works well. Tried the same for the -qt6 version and qt 6.10 complains 'void QSortFilterProx yModel::invalidateFilter()’ is deprecated: Use begin/endFilterChange() instead [-Werror=deprecated-declarations]' Build output is attached. Any suggestions? 73 n3gb |