w1hkj / fldigi

Amateur Radio digital modem application [SF mirror]
http://www.w1hkj.com
GNU General Public License v3.0
108 stars 27 forks source link

FLDIGI 4.1.20 - i cant compile with newest HamLib #26

Closed ch0mik closed 2 years ago

ch0mik commented 2 years ago
  CXX      network/fldigi-xmlrpc.o
In file included from ./include/rigclass.h:27,
                 from ./include/main.h:36,
                 from network/xmlrpc.cxx:59:
/usr/local/include/hamlib/rig.h:725:3: error: conflicting declaration ‘typedef enum band_t band_t’
 } band_t;
   ^~~~~~
In file included from network/xmlrpc.cxx:49:
./include/globals.h:315:6: note: previous declaration as ‘enum band_t’
 enum band_t {

HamLib from : https://github.com/Hamlib/Hamlib (HamLib 4.5)

update, when i got and compile the HamLib 4.4 (stable) the FLDIGI works (compiling)

ch0mik commented 2 years ago

when i got and compile the HamLib 4.4 (stable) the FLDIGI works (compiling)