drmpeg / gr-dvbs2

A DVB-S2 and DVB-S2X transmitter for GNU Radio
GNU General Public License v3.0
128 stars 37 forks source link

Fix spdlog issues on gnuradio 3.11 #13

Closed bkerler closed 7 months ago

bkerler commented 1 year ago

This fixes the error with updated spdlog versions on gnuradio 3.11:

/home/bjk/gnuradio/src/modules/gr-dvbs2/lib/bbheader_bb_impl.cc:506:19: required from here /usr/include/fmt/core.h:1757:7: error: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter<T> specialization: https://fmt.dev/latest/api.html#udt 1757 | formattable, | ^~~~~~~~~~~