vmmapi.h

John Baldwin jhb at freebsd.org
Mon Jun 30 18:58:52 UTC 2014


On Monday, June 30, 2014 2:03:35 pm Bruno Lauzé wrote:
> 
> building from trunk:
> usr.sbin/bhyve/pci_emul.c is picking up old vmmapi.h from 
/usr/include/vmmapi.h instead source one:
> for me it results vm_get_lowmem_size and vm_get_highmem_size missing... 
> any ideas? I think we need to include lib/libvmmapi folder so includes are 
kept from /usr/include ones.

Are you using 'make buildworld'?  'make buildworld' will not use /usr/include 
(it builds a new one).  If you have updated your source tree and are just 
trying to do 'make' in usr.sbin/bhyve that is indeed not going to work.  Use 
buildworld instead.

-- 
John Baldwin


More information about the freebsd-current mailing list