|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] fix broken ACM
On 6/23/05, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote:
>
> On 22 Jun 2005, at 18:40, aq wrote:
>
> > The latest change to ACM makes it fail to compile. This patch fixes
> > the problem.
> >
> > Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
>
> It builds fine for me.
here is part of output error i got when i compile ACM without the
patch above (ChangeSet@xxxxxx)
..
make -C acm
make[1]: Entering directory `/home/bun/projects/xen/xeno.0620/xen/acm'
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe
-I/home/bun/projects/xen/xeno.0620/xen/include
-I/home/bun/projects/xen/xeno.0620/xen/include/asm-x86/mach-generic
-I/home/bun/projects/xen/xeno.0620/xen/include/asm-x86/mach-default
-O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c
acm_core.c -o acm_core.o
acm_core.c:84: error: redefinition of `acm_init'
/home/bun/projects/xen/xeno.0620/xen/include/acm/acm_hooks.h:48:
error: `acm_init' previously defined here
acm_core.c: In function `acm_init_domain_ssid':
acm_core.c:160: error: dereferencing pointer to incomplete type
acm_core.c:161: error: dereferencing pointer to incomplete type
acm_core.c:165: error: dereferencing pointer to incomplete type
acm_core.c:166: error: dereferencing pointer to incomplete type
acm_core.c: In function `acm_free_domain_ssid':
acm_core.c:196: error: dereferencing pointer to incomplete type
acm_core.c:197: error: dereferencing pointer to incomplete type
acm_core.c:199: error: dereferencing pointer to incomplete type
acm_core.c:200: error: dereferencing pointer to incomplete type
make[1]: *** [acm_core.o] Error 1
make[1]: Leaving directory `/home/bun/projects/xen/xeno.0620/xen/acm'
make: *** [/home/bun/projects/xen/xeno.0620/xen/xen] Error 2
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|