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-users] compiling errors

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] compiling errors
From: Stephan Böni <boeni@xxxxxx>
Date: Fri, 23 Sep 2005 12:08:54 +0200
Delivery-date: Fri, 23 Sep 2005 10:06:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcXAJs2idYmixREbStSudmY82+8I4g==
Thread-topic: compiling errors
When i try to compile xen 3.0-devel with "make world", i've got the following compile error:
 
gcc  -m32 -march=i686 -Wall -W -g  -Wp,-MD,.xenstore_read.o.d -I../../tools/libx
c -I../../xen/include/public -I../../xen/include/public -I../../linux-2.6-xen-sp
arse/include/asm-xen/linux-public   -c -DCLIENT_read -o xenstore_read.o xenstore
_client.c
xenstore_client.c:16:16: xs.h: No such file or directory
xenstore_client.c: In function `main':
xenstore_client.c:34: error: `bool' undeclared (first use in this function)
xenstore_client.c:34: error: (Each undeclared identifier is reported only once
xenstore_client.c:34: error: for each function it appears in.)
xenstore_client.c:34: error: syntax error before "success"
xenstore_client.c:41: warning: implicit declaration of function `xs_domain_open'
xenstore_client.c:41: warning: assignment makes pointer from integer without a c
ast
xenstore_client.c:87: error: `success' undeclared (first use in this function)
xenstore_client.c:87: warning: implicit declaration of function `xs_transaction_
start'
xenstore_client.c:93: warning: implicit declaration of function `xs_read'
xenstore_client.c:93: warning: assignment makes pointer from integer without a c
ast
xenstore_client.c:125: warning: implicit declaration of function `xs_transaction
_end'
xenstore_client.c:125: error: `true' undeclared (first use in this function)
xenstore_client.c:125: error: `false' undeclared (first use in this function)
make[3]: *** [xenstore_read.o] Error 1
make[3]: Leaving directory `/usr/src/packages/SOURCES/xen-unstable/tools/xenstor
e'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/usr/src/packages/SOURCES/xen-unstable/tools'
make[1]: *** [tools] Error 2
make[1]: Leaving directory `/usr/src/packages/SOURCES/xen-unstable'
make: *** [world] Error 2
 
Can anyone help me?
 
Thanks
Stephan
 
 
 
19. - 23. Oktober 2005
Halle 4.0 / Stand F1305
Reservieren Sie sich bereits heute
über unsere Homepage www.bpm.ch
Ihren persönlichen Gesprächstermin.
Wir freuen uns
auf Sie!
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] compiling errors, Stephan Böni <=