|
From: Anas B. <ana...@gm...> - 2011-02-07 17:02:44
|
Hi, I am trying to install valgrind on my MacOSX and I keep getting the following error after make: i686-apple-darwin10-gcc-4.2.1: ./m_mach/mach_vmUser.c: No such file or directory i686-apple-darwin10-gcc-4.2.1: no input files make[3]: *** [libcoregrind_x86_darwin_a-mach_vmUser.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I tried to trace the problem and noticed that the error came from: (cd m_mach && mig /usr/include/mach/mach_vm.defs /usr/include/mach/task.defs /usr/include/mach/thread_act.defs /usr/include/mach/vm_map.defs) xcrun: error: developer tools not installed; download from http://developer.apple.com /usr/bin/mig: line 168: : command not found mig: fatal: "<no name yet>", line -1: no SubSystem declaration The problem is that I do have xcode tools installed and xcrun works fine on terminal. Thanks. Anas |