相关疑难解决方法(0)

优胜美地和Valgrind

你能告诉我如何在优胜美地上安装valgrind吗?当我尝试安装它时,我得到"检查内核版本...不支持(14.0.0)configure:错误:Valgrind适用于Darwin 10.x,11.x,12.x和13.x(Mac OS X) 10.6/7/8/9)"

没有官方路径或更新,我没有找到任何东西(除了http://comments.gmane.org/gmane.comp.kde.devel.bugs/1553705,但他们没有解决这个问题).

macos valgrind osx-yosemite

111
推荐指数
6
解决办法
4万
查看次数

Valgrind在macOS Sierra上

我遵循本指南:

valgrind安装指南

在我下载了包之后,我运行了sh脚本,但是当我启动make install命令时,它无法创建该文件夹,因为它没有权限(即使我已经使用了该sudo命令).

此外,我尝试使用brew,但我有这个错误:

valgrind:由于上游不兼容,此公式要么不能在比El Capitan更新的macOS版本上按预期编译或运行.

错误:未满足的要求未通过此构建.

valgrind macos-sierra

36
推荐指数
4
解决办法
4万
查看次数

valgrind mac os sierra 10.12.1

有没有可能的方法在新的Mac OS上安装valgrind?酿造告诉

brew install -HEAD valgrind
valgrind: This formula either does not compile or function as expected on macOS
versions newer than El Capitan due to an upstream incompatibility.
Error: An unsatisfied requirement failed this build.

valgrind ls -l
valgrind: mmap-FIXED(0x0, 253952) failed in UME (load_segment1) with error 12 (Cannot allocate memory).
Run Code Online (Sandbox Code Playgroud)

macos valgrind operating-system

17
推荐指数
2
解决办法
1万
查看次数