WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Compilation error on xen-unstable.hg

To: Gihan Munasinghe <GMunasinghe@xxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Compilation error on xen-unstable.hg
From: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Date: Tue, 1 Jun 2010 16:12:53 +0100
Cc:
Delivery-date: Tue, 01 Jun 2010 08:13:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C051D8E.4030807@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcsBmdWh/mdicsK4SVSAwfaVMHp56AAAxJtw
Thread-topic: [Xen-devel] Compilation error on xen-unstable.hg
User-agent: Microsoft-Entourage/12.24.0.100205
In your qemu tree, do 'git pull -a'. You have an old checkout of qemu.

 -- Keir

On 01/06/2010 15:47, "Gihan Munasinghe" <GMunasinghe@xxxxxxxxxxxx> wrote:

> 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 ?main¹:
> /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5812: warning:
> implicit declaration of function ?dma_helper_init¹
> /xenunstable/xen-unstable.hg/tools/ioemu-dir/vl.c:5814: error: too few
> arguments to function ?xc_interface_open¹
> make[3]: *** [vl.o] Error 1
> make[3]: Leaving directory
> `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote/i386-dm'
> make[2]: *** [subdir-i386-dm] Error 2
> make[2]: Leaving directory
> `/root/xenunstable/xen-unstable.hg/tools/ioemu-remote
> 
> 
> Problematic code segment is
> dma_helper_init();
> xc_handle = xc_interface_open();
> 
> I have no idea on "dma_helper_init()" warning but, the according to
> 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
> I doing something wrong..
> 
> Thanks
> Gihan
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>