Mictronics / readsb-protobuf

Readsb is a Mode-S/ADSB/TIS decoder for RTLSDR, BladeRF, Modes-Beast and GNS5894 devices. Future development version with protocol buffer storage.
Other
86 stars 24 forks source link

Build fails with protobuf-c compiler v1.3.1 #2

Closed Mictronics closed 4 years ago

Mictronics commented 4 years ago

Build fails with protobuf-c compiler v1.3.1. With proto3 systax "has_" variables are no longer generated. See https://github.com/protobuf-c/protobuf-c/issues/364 and https://github.com/protobuf-c/protobuf-c/pull/228

Mictronics commented 4 years ago

Builds and run with: protoc-c v1.2.1 + libprotoc v3.0.0 (Ubuntu bionic LTS) protoc-c v1.3.1 + libprotoc v3.6.1 (Debian buster)