Thanks for pointing this out, Stefan. When I ran Arch some years ago, I
remember running into similar problems with a previous GCC update. I also
seem to remember something about Arch and Python3? Anyway, most OSes move
significantly slower than Arch does when it comes to updating compiler &
interp
Hey all,
gcc6 uses std=gnu++14 as default (compared to std=gnu++98 up to gcc5.3)
[0]. This causes a lot of warnings during building gnuradio due to the
deprecated auto_ptr (unique_ptr is the way to go now) and gr-zeromq
fails building completely.
Probably the used c++ standard should be set in cm