Hello to all, gcc v 3.4 / x86_32 produces the following during a make world on 3.0.3 testing. I think I''m missing a package, I just can''t figure out which one. Installed are : root@dev3:/usr/src/xen-3.0.3-testing# dpkg -l | grep vnc ii libvncauth-dev 3.3.7-7ubuntu1 Virtual network computing authentication hea ii libvncauth0 3.3.7-7ubuntu1 Virtual network computing authentication lib ii libvncserver-dev 0.7.1-3 easy API to write one''s own VNC server root@dev3:/usr/src/xen-3.0.3-testing# Any suggestions? Best - Tim ools/ioemu/vnc.c /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:50:27: X11/keysymdef.h: No such file or directory /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c: In function `do_key_event'': /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:871: error: `XK_Up'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:871: error: (Each undeclared identifier is reported only once /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:871: error: for each function it appears in.) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:872: error: `XK_Down'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:873: error: `XK_Left'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:874: error: `XK_Right'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:875: error: `XK_Home'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:876: error: `XK_End'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:877: error: `XK_Page_Up'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:878: error: `XK_Page_Down'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:879: error: `XK_BackSpace'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:880: error: `XK_Delete'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:881: error: `XK_Return'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:882: error: `XK_Linefeed'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:892: error: `XK_Control_L'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:896: error: `XK_Alt_L'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:913: error: `XK_1'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:913: error: `XK_9'' undeclared (first use in this function) /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c: In function `protocol_client_msg'': /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:1069: warning: unused variable `now'' make[5]: *** [vnc.o] Error 1 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Tim, I had the same prob this AM, in centos/yum terms the xorg-x11-devel package is required for the keysymdef.h header file. Regards, Dan -----Original Message----- From: Tim Post [mailto:tim.post@netkinetics.net] Sent: 17 October 2006 10:36 To: xen-users@lists.xensource.com Subject: [Xen-users] Problem building 3.0.3-testing <snip> ools/ioemu/vnc.c /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:50:27: X11/keysymdef.h: No such file or directory </snip> **************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient of this email and have received it in error you should delete it and notify Centrinet Ltd immediately at email@centri.net This email has been scanned for viruses, but no responsibility is accepted by Centrinet for any loss or damage arising in any way from its receipt or use thereof. The views expressed in this email may not necessarily reflect the views of Centrinet Ltd or any associated company. **************************************************************** _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
libx11-dev on ubuntu / (I think Debian also).. don''t usually use X on dom-0 so didn''t think to check there. I noticed X11 in the errors just as I posted them, many thanks for saving me a few hours of googling to figure out what vnc wanted. Also noted qemu seems happier with gcc3, does anyone know if the xen/quemu tree works well under gcc4? Last update on qemu site was there were problems when using gccv4. I haven''t really dabbled much with hvm guests, my point in installing 3.0.3 was to do just that. Thanks again :) Tim On Tue, 2006-10-17 at 10:42 +0100, Dan Kendall wrote:> Hi Tim, > > I had the same prob this AM, in centos/yum terms the xorg-x11-devel package is required for the keysymdef.h header file. > > Regards, > Dan > > -----Original Message----- > From: Tim Post [mailto:tim.post@netkinetics.net] > Sent: 17 October 2006 10:36 > To: xen-users@lists.xensource.com > Subject: [Xen-users] Problem building 3.0.3-testing > > <snip> > > ools/ioemu/vnc.c > /usr/src/xen-3.0.3-testing/tools/ioemu/vnc.c:50:27: X11/keysymdef.h: No > such file or directory > > </snip> > > > **************************************************************** > This email and any files transmitted with it are confidential > and intended solely for the use of the individual or entity to > whom they are addressed. If you are not the intended recipient > of this email and have received it in error you should delete > it and notify Centrinet Ltd immediately at email@centri.net > This email has been scanned for viruses, but no responsibility > is accepted by Centrinet for any loss or damage arising in any > way from its receipt or use thereof. > > The views expressed in this email may not necessarily reflect > the views of Centrinet Ltd or any associated company. > **************************************************************** > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users