Re: [Hamlib-developer] Yaesu FTX-1--target for 4.7.0?
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: George B. <geo...@gm...> - 2025-06-19 22:07:25
|
It might be possible but a lot of things won't work - some by design (multicast, async data like IC-7300 spectrum, etc.), and some by bit rot(CW keying, multiple connections to rigctld, maybe multithreaded applications). I'm not sure it's worth the effort since any app with a GUI nowadays will probably be using threads. The #ifdef/#endif usage by the thread code is very suspect - it would require vetting each one, and fixing the '#include "config.h"' usage in each file. It's easier to just use it as required. 73 n3gb On 6/19/25 3:24 PM, G0GJV wrote: > Could we get rid of threads entirely from rig.h? I've never understood > why Mike wanted it there. > > Mike G0GJV > >> 4.6.x won't compile without P_THREADS - make that an overt requirement. > > > > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer |