CC to mailing list
------- Weitergeleitete Nachricht ------ Von: Michael Auß michael.auss@gmail.com Datum: Fr. 19. Okt. 2018 um 22:26 Betreff: Re: [PATCH] Related: OS#3663 Fix failed compilation on macOS Mojave with clang in CMakeLists.txt An: Greg Troxel gdt@lexort.com
I did encounter problems with syntax errors when compiling with clang, see OS#3663 for details. (Relating to rtl_tcp)
I did not add something to the README.
KR Michael
Greg Troxel gdt@lexort.com schrieb am Fr. 19. Okt. 2018 um 21:44:
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.