|
From: Marco C. <PY...@ou...> - 2025-11-05 16:08:22
|
Thanks for theses adjustments George! Also I'm an Opensuse Tumbleweed user and in order to get WSJTX 3.0 compiled, I had first to rollback cmake to version 3. Hope that the devs team would take in consideration your inputs since not every user is able to modify the code like you! Regards, Marco PY1ZRJ Inviato da Outlook per Android<https://aka.ms/AAb9ysg> ________________________________ From: George Baltz via wsjt-devel <wsj...@li...> Sent: Wednesday, November 5, 2025 12:52:43 PM To: WSJT software development <wsj...@li...> Cc: George Baltz <geo...@gm...> Subject: [wsjt-devel] Compiling 3.0.0-rc1 on openSUSE Tumblweed 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 (install DEPENDS 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 |