[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] problem building xen-3.0.3


  • To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
  • From: "Jayesh Salvi" <jayeshsalvi@xxxxxxxxx>
  • Date: Mon, 25 Sep 2006 13:44:49 -0500
  • Cc: Xen-Users <Xen-users@xxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Mon, 25 Sep 2006 11:45:36 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FJEdQPidRINmRBrBZKJOvZaT/tZGOYeoeFVwKYT9bSvo9isYO9uDCernvV4lMIfZ2MJ82JjhDoSux/45PL1AG3jqMer05eY6vOYQKxhq8uIyevdmDwdqMoXNoDcPj8cJEAzCTsBpI9ylOc75WZ8ebgkunIAR7BgizxsQoqrz7yk=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Thanks. that helped.

On 9/25/06, Petersson, Mats <Mats.Petersson@xxxxxxx> wrote:
You'll need to install [I think] x11-devel package [such as xorg-x11-devel-<ver>-i386.rpm].
 
--
Mats


From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Jayesh Salvi
Sent: 25 September 2006 03:28
To: Xen-Users
Subject: [Xen-users] problem building xen-3.0.3

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



--
Jayesh
------------------------------------------------------------------------
Everything you can imagine is real
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.