Hi Rick,
Thanks for the log. The actual error appears to be the following:
/home/rick/Sources/freedv-gui-2.2.0/src/rig_control/HamlibRigController.cpp:410:30: error: ‘int rig_get_conf(RIG*, hamlib_token_t, char*)’ is deprecated [-Werror=deprecated-declarations]
410 | result = rig_get_conf(tmpRig, rig_token_lookup(tmpRig, "timeout"), currentTimeout);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/rick/Sources/freedv-gui-2.2.0/src/rig_control/HamlibRigController.h:37,
from /home/rick/Sources/freedv-gui-2.2.0/src/rig_control/HamlibRigController.cpp:33:
/usr/include/hamlib/rig.h:2936:1: note: declared here
2936 | rig_get_conf(RIG *rig,
| ^~~~~~~~~~~~
What version of Hamlib is Tumbleweed on now? I wonder if something newer than 4.6.5 is on there and causing problems.
Thanks,
-Mooneer K6AQ