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

Reply via email to