You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem compiling latest release 11/01/2024 for Debian (QT6)
Stopped with the following error.
rig/drivers/HamlibRigDrv.cpp:57:5: error: no declaration matches ‘int HamlibRigDrv::addRig(rig_caps*, void*)’
57 | int HamlibRigDrv::addRig(rig_caps caps, void data)
| ^~~~~~~~~~~~
In file included from rig/drivers/HamlibRigDrv.cpp:4:
rig/drivers/HamlibRigDrv.h:49:16: note: candidate is: ‘static int HamlibRigDrv::addRig(const rig_caps*, void*)’
49 | static int addRig(const rig_caps caps, void data);
| ^~~~~~
rig/drivers/HamlibRigDrv.h:11:7: note: ‘class HamlibRigDrv’ defined here
11 | class HamlibRigDrv : public GenericRigDrv
| ^~~~~~~~~~~~
make: *** [Makefile:4536: HamlibRigDrv.o] Error 1
The text was updated successfully, but these errors were encountered:
Ah...OK...please, do not use master branch of Hamlib repo but Hamlib-4.6 branch. from the perspective of an operator you won't know the difference. But there is an API difference. I handled it incorrectly in QLog.
Problem compiling latest release 11/01/2024 for Debian (QT6)
Stopped with the following error.
rig/drivers/HamlibRigDrv.cpp:57:5: error: no declaration matches ‘int HamlibRigDrv::addRig(rig_caps*, void*)’
57 | int HamlibRigDrv::addRig(rig_caps caps, void data)
| ^~~~~~~~~~~~
In file included from rig/drivers/HamlibRigDrv.cpp:4:
rig/drivers/HamlibRigDrv.h:49:16: note: candidate is: ‘static int HamlibRigDrv::addRig(const rig_caps*, void*)’
49 | static int addRig(const rig_caps caps, void data);
| ^~~~~~
rig/drivers/HamlibRigDrv.h:11:7: note: ‘class HamlibRigDrv’ defined here
11 | class HamlibRigDrv : public GenericRigDrv
| ^~~~~~~~~~~~
make: *** [Makefile:4536: HamlibRigDrv.o] Error 1
The text was updated successfully, but these errors were encountered: