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] problem building xen-3.0.3

To: Xen-Users <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] problem building xen-3.0.3
From: "Jayesh Salvi" <jayeshsalvi@xxxxxxxxx>
Date: Sun, 24 Sep 2006 21:27:52 -0500
Delivery-date: Sun, 24 Sep 2006 19:28:34 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mez9j83+GsosQMQzv1G6AunAv3+MFdX+S5ADVACj8qv0OXxGl5aNDL6GqDawJKlT0j9YK0ew4V679u37U/xm8kYc4HxH7ZDcxqbu1p8RfCROjRQnPiC0I2KGIrtbdGF1GC6OUB2tNSlaI4irpoIxrcAsGtb4CNXSY86YApFr9Us=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hi,

So far I had no problem building xen-3.0.1 and 3.0.2 on this same machine. But I get following error while building 3.0.3. What am I missing? I pulled this repository using "hg pull http://xenbits.staging.xensource.com/xen-3.0.3-testing.hg; hg update" and then did regular make commands. Do I need anything else?

make[4]: Entering directory `/root/xen-3.0.3/tools/ioemu/i386-dm'
gcc -O2 -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement  -D__XEN_TOOLS__ -Wall -O2 -g -fno-strict-aliasing -DUSE_SSE2=1 -msse2  -fomit-frame-pointer -I. -I.. -I/root/xen-3.0.3/tools/ioemu/target-i386-dm -I/root/xen- 3.0.3/tools/ioemu -I../../../tools/libxc -I../../../tools/xenstore -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/xen-3.0.3/tools/ioemu/fpu -DHAS_AUDIO -c -o vnc.o /root/xen-3.0.3/tools/ioemu/vnc.c
/root/xen- 3.0.3/tools/ioemu/vnc.c:49:27: X11/keysymdef.h: No such file or directory
/root/xen-3.0.3/tools/ioemu/vnc.c: In function `do_key_event':
/root/xen-3.0.3/tools/ioemu/vnc.c:864: error: `XK_Up' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:864: error: (Each undeclared identifier is reported only once
/root/xen-3.0.3/tools/ioemu/vnc.c:864: error: for each function it appears in.)
/root/xen-3.0.3/tools/ioemu/vnc.c:865: error: `XK_Down' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:866: error: `XK_Left' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:867: error: `XK_Right' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:868: error: `XK_Home' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:869: error: `XK_End' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:870: error: `XK_Page_Up' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:871: error: `XK_Page_Down' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:872: error: `XK_BackSpace' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:873: error: `XK_Delete' undeclared (first use in this function)
/root/xen-3.0.3 /tools/ioemu/vnc.c:874: error: `XK_Return' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:875: error: `XK_Linefeed' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:885: error: `XK_Control_L' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:889: error: `XK_Alt_L' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:906: error: `XK_1' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c:906: error: `XK_9' undeclared (first use in this function)
/root/xen-3.0.3/tools/ioemu/vnc.c: In function `protocol_client_msg':
/root/xen-3.0.3/tools/ioemu/vnc.c:1062: warning: unused variable `now'
make[4]: *** [vnc.o] Error 1
make[4]: Leaving directory `/root/xen- 3.0.3/tools/ioemu/i386-dm'
make[3]: *** [subdir-i386-dm] Error 2
make[3]: Leaving directory `/root/xen-3.0.3/tools/ioemu'
make[2]: *** [ioemuinstall] Error 2
make[2]: Leaving directory `/root/xen-3.0.3/tools'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/root/xen-3.0.3/tools'
make: *** [install-tools] Error 2

Please let me know.
Thanks.
--
Jayesh
------------------------------------------------------------------------
Everything you can imagine is real
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>