JSON libraries need GCC >=4.9 or Clang >=3.4 #2
0ut0fcontrol
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my machine:
cmake use gcc as default, compling JSON libraries will get Error for old gcc version.
If you have newer version clang (>=3.4), you can try to use clang, it work for me.
https://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang-llvm-using-cmake
Beta Was this translation helpful? Give feedback.
All reactions