|
From: Marco C. <PY...@ou...> - 2025-09-18 16:47:27
|
Thank you! Inviato da Outlook per Android<https://aka.ms/AAb9ysg> ________________________________ From: Arkadiusz Miśkiewicz via wsjt-devel <wsj...@li...> Sent: Thursday, September 18, 2025 1:36:59 PM To: wsj...@li... <wsj...@li...> Cc: Arkadiusz Miśkiewicz <ar...@ma...> Subject: Re: [wsjt-devel] Candidate Release WSJT-X 3.0.0-rc1 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 wsj...@li... https://lists.sourceforge.net/lists/listinfo/wsjt-devel |