Hi,

I am trying to build xapi toolstack and getting following build errors

xc_lib.c:1205: warning: assignment from incompatible pointer type
xc_lib.c: In function 'xc_domain_trigger_power':
xc_lib.c:1557: error: 'XEN_DOMCTL_SENDTRIGGER_POWER' undeclared (first use
in this function)
xc_lib.c:1557: error: (Each undeclared identifier is reported only once
xc_lib.c:1557: error: for each function it appears in.)
xc_lib.c: In function 'xc_domain_trigger_sleep':
xc_lib.c:1570: error: 'XEN_DOMCTL_SENDTRIGGER_SLEEP' undeclared (first use
in this function)
make[1]: *** [xc_lib.o] Error 1
make[1]: Leaving directory `/data/repo/xen-api-libs.hg/xc'

I have followed the steps mentioned in "Build the toolstack", since I
already have a DDK installed, I added 10GB disk and followed the following
steps mentioned on the website i.e

mkfs.ext3 /dev/xvdd
mount /dev/xvdd /data
mv build-xapi-toolstack.sh /data
cd /data
chmod +x build-xapi-toolstack.sh

./build-xapi-toolstack.sh

I don't see anything obvious I am missing, any inputs?

Thanks
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to