On Monday, June 30, 2014 2:03:35 pm Bruno Lauz=E9 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 ar=
e =
kept from /usr/include ones.
Are you using 'make buildworld'? 'make buildworld' will not use /usr/inclu=
de =
(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. Us=
e =
buildworld instead.
-- =
John Baldwin
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"