makefile - How can I fix this valgrind OS X 10.7.4 make error? -
i trying install valgrind in os x 10.7.4.
i followed these instructions. fine until run make, gives me error:
... making in coregrind (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) 2012-07-07 20:45:26.771 xcodebuild[82091:70b] [mt] dvtassertions: assertion failure in /sourcecache/dvtfoundation/dvtfoundation-580/framework/classes/developerstructure/dvtplatform.m:430 details: mac os x platform missing - cannot set default platform. object: <dvtplatform> method: +loadallplatforms thread: <nsthread: 0x40010a220>{name = (null), num = 1} hints: none backtrace: 0 0x00000001023d4448 -[dvtassertionhandler handlefailureinmethod:object:filename:linenumber:messageformat:arguments:] (in dvtfoundation) 1 0x00000001023d4304 _dvtassertionfailurehandler (in dvtfoundation) 2 0x00000001023735de +[dvtplatform loadallplatforms] (in dvtfoundation) 3 0x000000010255985e ideinitialize (in idefoundation) 4 0x00000001028d374c -[xcode3commandlinebuildtool run] (in xcode3core) 5 0x000000010236bd9f (in xcodebuild) 6 0x000000010236bc28 (in xcodebuild) 7 0x0000000000000005 /developer/usr/bin/xcodebuild fails 6 - device not configured /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 i found this post suggesting might issue xcode's path, path seems correct per below:
$ xcode-select -print-path /developer does have suggestions?
turns out xcode installation old. after updating current installed fine.
Comments
Post a Comment