Chriss-MacBook-Pro-2:build louisduplessis$ cmake .. && make
In file included from /Library/Developer/CommandLineTools/us
I see the same error in npm install hummus or when I try clang++ test.cpp for
#include <cstdint>
int main(int argc, char **argv) {
return 0;
}
To compile, add the Mac SDK to the include paths:
clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk test.cpp