On 15/02/2020 10:32, Claude Frantz wrote:
Hi Bill & all,

Please allow we to report about this problem encountered while trying to compile using the hamlib from the git repo. Please see the attached report generated after "make -k" used twice, in sequence.

Best wishes,
Claude (DJ0OT)

Hi Claude,

the following patch will fix that issue.

73
Bill
G4WJS.

Author: Bill Somerville <[email protected]>
Date:   Tue Dec 3 19:07:08 2019 +0000

    Remove unneeded forward declarations

diff --git a/HamlibTransceiver.hpp b/HamlibTransceiver.hpp
index bcc040d23..fcc17eeb9 100644
--- a/HamlibTransceiver.hpp
+++ b/HamlibTransceiver.hpp
@@ -10,13 +10,6 @@
 #include "TransceiverFactory.hpp"
 #include "PollingTransceiver.hpp"

-extern "C"
-{
-  typedef struct rig RIG;
-  struct rig_caps;
-  typedef int vfo_t;
-}
-
 // hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
 class HamlibTransceiver final
   : public PollingTransceiver




_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to