[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-API] Compile errors when building toolstack
- To: xen-api@xxxxxxxxxxxxxxxxxxx
- From: Ritu kaur <ritu.kaur.us@xxxxxxxxx>
- Date: Mon, 15 Feb 2010 16:17:02 -0800
- Delivery-date: Tue, 16 Feb 2010 06:46:10 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=rTJhwox45bEcKDGpw+ybHwghGuHuvKMv1bU7YRFN50k=; b=clrNHJkNZS6hGr3hS8FAwec2JY/N+KG/CEYQpL13j6NQhZ5yawmLH/RoNq/TAG8/ZF YXfHLCZbiRiYTiQqbYEst3G4qZgmiq94uRR9AAwnYMV3J/vnrvC43MnBo9HjrTqqZLGn 7rzmKLeVNUuZ5kqdAT/NPY99ROiZ0ECcLOW28=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OJnpfCugqYkhWJNh8tRVc/KX8siYCjHwloPQwEY6eG4wKwheuB9SIO3GhLtmAcT+1t FXLsIHzqSTImElQuaGRm2sCH0M4pmXWVcmVeV4SwefUDtcgEupgnXyp76wLlH4I5J6XA ywyQUFv1q+sYqvlFsmwhvjJ35iIynZ5NRyRk8=
- List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
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
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api