> The next problem being (OS-X 10.11.5, cvs trunk as of today):
>
> $ make
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
> Making all in include
> make[2]: Nothing to be done for `all'.
> Making all in VEX
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
> make[3]: Nothing to be done for `all-am'.
> Making all in coregrind
> make[2]: *** No rule to make target `/usr/include/mach/mach_vm.defs', needed 
> by `m_mach/mach_vmUser.c'.  Stop.

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.


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to