On 18/09/2025 15:34, Marco Calistri via wsjt-devel wrote:
Well,

As soon as I will be at home at my desk, I could try what you say, Arkadiusz.

I continue to be surprised anchor about the necessity to do this change you speak about, since as I told, I always used the same procedure so far.

That procedure will need fixes in main CMakeLists.txt to work with cmake 4.1.1.


If you compiled the source in your Linux, could you be so kind to show up the cmake sequence you used to build and to install the wsjtx binary into the target directory?

I'm building it on macos, cmake 4.1.1 BUT I'm building only wsjtx (not bundled hamlib and wsjtx), so unpacking that src/wsjtx.tgz to src dir and


mkdir build

cd build

sed -i -e '#CMAKE_OSX_DEPLOYMENT_TARGET#XNOT_NEEDEDX#g' src/CMakeLists.txt

cmake -DCMAKE_CXX_FLAGS="-std=c++17" -DCMAKE_PREFIX_PATH="~/test/hamlib-prefix" -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=15.0 ../src

make -j

cp -a jt9 wsjtx.app/Contents/MacOS/jt9
(last command because I run wsjtx from inside of build tree)


TKS, best regards,

Marco PY1ZRJ

--
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )


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

Reply via email to