On Mon, Jan 08, 2007 at 11:07:39AM +0000, Keir Fraser wrote:
> > There is no xen/include/compat/ directory in my tree.
>
> It's supposed to be auto-generated by the gunk in xen/include/Makefile. It
> works for me. :-)
We have a seemingly related problem:
gmake[5]: Entering directory
`/export/johnlev/xen/xen-unstable-child/xen.hg/xen/include'
mkdir -p compat
grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/acm.h | \
sed -e 's,^[[:space:]]*#[[:space:]]*include[[:space:]]\+,__InClUdE__ ,' \
-e
's,^[[:space:]]*#[[:space:]]*define[[:space:]]\+\([[:upper:]_]*_GUEST_HANDLE\),#define
HIDE_\1,' \
-e
's,^[[:space:]]*#[[:space:]]*define[[:space:]]\+\([[:lower:]_]*_guest_handle\),#define
hide_\1,' \
-e 's,XEN_GUEST_HANDLE\(_[[:xdigit:]]\+\)\?,COMPAT_HANDLE,g' \
\
>compat/acm.c.new
mv -f compat/acm.c.new compat/acm.c
gcc -E -O1 -fno-omit-frame-pointer -Wa,--divide -D_POSIX_C_SOURCE=200112L
-D__EXTENSIONS__ -m64 -g -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement -fno-builtin -fno-common -fno-strict-aliasing
-iwithprefix include -Werror -Wno-pointer-arith -pipe
-I/export/johnlev/xen/xen-unstable-child/xen.hg/xen/include
-I/export/johnlev/xen/xen-unstable-child/xen.hg/xen/include/asm-x86/mach-generic
-I/export/johnlev/xen/xen-unstable-child/xen.hg/xen/include/asm-x86/mach-default
-msoft-float -mno-red-zone -fpic -fno-reorder-blocks
-fno-asynchronous-unwind-tables -g -D__XEN__ -DVERBOSE -include
public/xen-compat.h -m32 -o compat/acm.i compat/acm.c
compat/acm.c:29:17: xen.h: No such file or directory
We've probably never built any ACM stuff at all before... surely #include
"xen.h" isn't right?
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|