Fix regarding the issue https://osmocom.org/issues/3663 https://osmocom.org/issues/3663 macOS Mojave comes with clang but the binary matches by the name c++ instead of clang. Additionally the compiler flag std=c++14 had to be added.
Michael Auß michael.auss@gmail.com writes:
Fix regarding the issue https://osmocom.org/issues/3663macOS Mojave comes with clang but the binary matches by the name c++ instead of clang.Additionally the compiler flag std=c++14 had to be added.
I am surprised about c++14. Is it new that c++14 is required? Is it in the README?
gr-osmosdr is at 0.1.4 in pkgsrc, which appears to be the latest official release on github. It's marked as needing "c++" which means 03, not 11, and not 14.