我无法在macOS High Sierra上安装Valgrind。它不能通过brew
使用。我已经尝试过3.10。在make install
之后,我收到此消息:
configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x, 13.x and 14.x (Mac OS X 10.6/7/8/9/10)
自制程序说:
valgrind: This formula either does not compile or function as expected on macOS
versions newer than Sierra due to an upstream incompatibility.
Error: An unsatisfied requirement failed this build.
最佳答案
我有这样的问题。
因此,我找到了解决方法。您应该通过此代码安装valgrindbrew install --HEAD valgrind
关于macos - 无法在macOS High Sierra上构建和安装Valgrind,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/48714807/