Yes, I did the same. I sent the diffs to Uwe.

So far, there are a few quirks in the rc. Mostly with jt-bridge
integration not working the same as before. Double clicking on a
non-CQing station doesn't seem to populate the DX call but can put your
station into "Enable TX" so instead of calling DX after clicking on
their "RR73", it put me into CQ mode.

Oh, and sometimes TX1 was greyed out so the only thing I could send was
TX2.

Both sound like they could be part of the "improved" code. I didn't go
poking around in that code yet.

On Fri, 12 May 2023, Alex Lelievre via wsjt-devel wrote:

If the team would be willing to accept some diffs for the Mac build under MacOS 
SDK 13-

The main issue on Mac is that sprintf is deprecated and treated as an error. The second issue are a few variables that are declared and incremented but not used anywhere.

In qmap/astro.cpp there are several calls to sprintf that I updated to snprintf.

qmap/soundin.cpp:   in SoundInThread::inputUDP() there is a variable ?nBusy' 
that is not used (I just commented it out).

Same with models/FrequencyList.cpp:  in FrequencyList_v2_101::from_json_file(), 
there?s ?valid_entry_count' and ?skipped_entry_count? variables which are not 
used.  Also commented out.

These all cause build errors and it would be great if the code base could 
include these changes.

Thanks again for a new version.  So far so good!
alex K6LOT

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

--
Hisashi T Fujinaka - ht...@twofifty.com
BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee


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

Reply via email to