muccc / gr-iridium

Iridium burst detector and demodulator.
372 stars 81 forks source link

fft_burst_tagger_impl.cc:134:34: error: expected ‘)’ before ‘PRIu64’ #20

Closed joej closed 3 years ago

joej commented 7 years ago

Just cloned current head. I'm in a Centos machine 3.10.0-327 kernel

All C++ references to using PRIu64 to format (inside fprintf, etc) get compiler failures.

My guess ... missing __STDC_FORMAT_MACROS definition somewhere. But then, when I insert that in the lib/*.cc file, the err still shows up.

schneider42 commented 7 years ago

Can you provide some details about your build environment (OS, Compiler, etc.)?

schneider42 commented 3 years ago

Not heard anything similar again. Please reopen if this still an issue with current OS versions.