Josef "Jeff" Sipek
Josef "Jeff" Sipek
Apparently, -lprotobuf doesn't pull in abseil libs. Some of the below can be hacked around by explicitly linking against some of the abseil libs, but I'm not sure about one...
Compilation fails on FreeBSD 14.1 because comboaddress.hh uses std::binary_function which (according to [1]) has been deprecated in C++11 and removed from C++17. Clang 18.1.5 (the default compiler on FreeBSD 14.1)...
Building latest galmon master on FreeBSD 14.2 (it uses clang as the compiler) generates a number of warnings which look like: ``` $ gmake ubxtool ... c++ -std=gnu++17 -Wall -O3...