Seems we had a problem on Linux WSJT-X builds as they are using the hamlib shared library instead of static build.I've already recommended they switch to static. The problem crept up where one version of hamlib worked but another was getting the wrong value for rig->caps->vfo_list since the caps structure had changed. What I'd like to do is work with the WSJT-X team to provide whatever function calls you need to eliminate any references to the data structures in hamlilb and prevent this problem in the future. So at this point I know we maybe need a rig_get_caps(RIG *rig, RIG_CAPS_VFO_LIST, value_t *value)This function would allow querying any needed caps values and remove the structure offset dependencies. Thoughts? Mike W9MDB
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
