|
From: Alex B. <al...@al...> - 2016-06-17 18:30:53
|
> On 17 Jun 2016, at 18:37, John Reiser <jr...@Bi...> wrote: > > Try "make clean" first, particularly if this is not the first 'make'. > The file generated by 'make' which records the header dependencies > says that mach_vmUser.c #includes mach_vm.defs. Look for those filenames > (find /usr/include -iname mach_vmUser.c -o -iname mach_vm.defs") > to see if they really exist on some other path(s). Search for those > filenames on the web, and look for the pathnames in which they reside. > Reconcile. Beware that the default HFS+ has case-independent filenames, > but case-dependent is an option, and case matters on most non-HFS+ filesystems. Thanks I had migrated between Macs and somehow it needed 'xcode-select --install' again, but weirdly only valgrind was broken. -- Alex Bligh |