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-users

[Xen-devel] regarding testcode in xenstore

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] regarding testcode in xenstore
From: jeet <jeet_sat12@xxxxxxxxxxx>
Date: Sat, 23 Jun 2007 17:24:37 +0530 (IST)
Delivery-date: Sat, 23 Jun 2007 04:52:36 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=BpgHtbKv1jZT8x+9cidQel8dc/vIVNqsxDKQLp7sTEjqsGYOf+Y3E+NIvNoJu4xp/3GyQP0WMkZP2q7lMF+0cVEhyjqf2MWGi5gbpy7x+lcRTd8sF7xmFi/l/xhQU7/eetopParugs4UDxf8ChJpn4irn2gXg1e7W7GS73+Z+j4=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi

I am tring to build the testcode for xenstored
# cd xen-3.1-src/tools/xenstore/
# make testcode

but it generating error due to conflict of function in fake_libxc with libxc.

Error:
gcc  -Werror -Wp,-MD,.fake_libxc.o.d  -I../../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c
fake_libxc.c:41: error: conflicting types for ʽxc_evtchn_notifyʼ
../../tools/libxc/xenctrl.h:692: error: previous declaration of ʽxc_evtchn_notifyʼ was here
make: *** [fake_libxc.o] Error 1

Can anyone please tell me how to resolve it

TIA
Jeet


Hereʼs a new way to find what you're looking for - Yahoo! Answers
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] regarding testcode in xenstore, jeet <=