|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libxc: Include path fix
On 24/10/06 10:17, "Christoph Egger" <Christoph.Egger@xxxxxxx> wrote:
> There's a include path mistake when trying to build
> tools/libxc on OpenBSD:
Include directory <xen/sys/...> is supposed to contain OS-specific headers.
Using the Linux ones on OpenBSD is not guaranteed to work very well! Using
xen/include/asm/types.h is *not* the right fix, as you're list of further
build problems indicates.
I assume your eventual aim here is to target a dom0 OpenBSD kernel (in which
case it should provide its own privcmd.h and evtchn.h)? Otherwise, I don't
really see the point of trying to build the user-space tools on OpenBSD when
they are actually going to run on Linux.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|