Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 14:58:43 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Bruno =?iso-8859-1?q?Lauz=E9?= <brunolauze@msn.com>
Subject:   Re: vmmapi.h
Message-ID:  <201406301458.43177.jhb@freebsd.org>
In-Reply-To: <BLU179-W6168FC07DE49A467D8C8A2C6040@phx.gbl>
References:  <BLU179-W6168FC07DE49A467D8C8A2C6040@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, June 30, 2014 2:03:35 pm Bruno Lauz=E9 wrote:
>=20
> building from trunk:
> usr.sbin/bhyve/pci_emul.c is picking up old vmmapi.h from=20
/usr/include/vmmapi.h instead source one:
> for me it results vm_get_lowmem_size and vm_get_highmem_size missing...=20
> any ideas? I think we need to include lib/libvmmapi folder so includes ar=
e=20
kept from /usr/include ones.

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

=2D-=20
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301458.43177.jhb>