Compiling latest gr-satnogs with gcc <5

Hello,

Lately I had issue with compiling gr-satnogs with older gcc as it lacks put_time & chrono. The file lib/multi_format_msg_sink_impl.cc uses modern put_time and it must be converted to compile without throwing an error. I wrote simple, dirty patch utilizing strftime() to compile it with gcc <5.

Patch is shared on GitHub GIST

3 Likes

Thanks @atomus ! @surligas ^^

Bloody old gcc’s :stuck_out_tongue: I will fix it shortly. Thanks!

1 Like