|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] problem building xen-3.0.3
You'll need to install [I think] x11-devel package
[such as xorg-x11-devel-<ver>-i386.rpm].
--
Mats
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
|
|
|
|
|