I following this guide:
valgrind installation guide
After I have downloading the package, and I have run the sh script, but when I launch the make inst
make inst
Latest Valgrind (git version 3.13.0) now works on MacOS Sierra but needs Xcode command line tools installed (installs needed headers).
Run this before building Valgrind:
xcode-select --install
Thanks goes to this post.