From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gihan Munasinghe Subject: Compilation error on xen-unstable.hg Date: Tue, 01 Jun 2010 15:47:42 +0100 Message-ID: <4C051D8E.4030807@flexiant.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Guys I just did a hg pull from http://xenbits.xensource.com/xen-unstable.hg also tried from http://xenbits.xensource.com/staging/xen-unstable.hg when I try to build the tools directory I am getting the following error /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c: In function =91main=92= : /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5812: warning:=20 implicit declaration of function =91dma_helper_init=92 /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5814: error: too few=20 arguments to function =91xc_interface_open=92 make[3]: *** [vl.o] Error 1 make[3]: Leaving directory=20 `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote/i386-dm' make[2]: *** [subdir-i386-dm] Error 2 make[2]: Leaving directory=20 `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote Problematic code segment is dma_helper_init(); xc_handle =3D xc_interface_open(); I have no idea on "dma_helper_init()" warning but, the according to=20 xenctrl.h the prototype for "xc_interface_open()" is defined as xc_interface *xc_interface_open(xentoollog_logger *logger, xentoollog_logger *dombuild_logger, unsigned open_flags); Is this due to some partially updated code been in the repository or am=20 I doing something wrong.. Thanks Gihan