我正在尝试在我的 Mac (10.6.8) 上安装 valgrind。我已经下载了最新的 valgrind 版本,valgrind-3.8.1,解压它并且 ./configure 工作正常。当我尝试制作时,收到此错误消息:
xcrun: error: developer tools not installed; download from http://developer.apple.com
/usr/bin/mig: line 174: : command not found
mig: fatal: "<no name yet>", line -1: no SubSystem declaration
make[2]: *** [m_mach/mach_vmUser.c] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
我尝试了 xcode-select (来自此链接:How can I fix this valgrind OS X 10.7.4 make error?)并收到此消息:
-bash: xcode-select: command not found
我想我没有 xcode 或 xcode 开发者工具,我在苹果开发者网站上找到了 Xcode 3.2 和 Xcode 3.2.1 开发者工具。我想知道我应该安装哪个?
我的感觉是这个安装会解决这个问题。
谢谢。