Closed golgobot closed 5 years ago
Hi,
thanks for the interest in this project. As you can read in the table included in the README.md file, you will need a complete C++ standard library. As you so directly noticed, XCode's version of libc++ is not complete: they have omitted various C++14/17 components that are present in the upstream libc++.
So you have two options on Mac OS X:
ci
subdirectory here. This should install libc++ to your user directory. As you can see in the Travis CI build script here, you'll need to supply extra CXXFLAGS to point the compiler to those libraries.Please also relax your mildly unhelpful demanding tone.
Either remove use of experimental packages or include instructions for osx on how to compile this.