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] Compile error 3.0.3 - vnc.c auf Debian Sarge

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Compile error 3.0.3 - vnc.c auf Debian Sarge
From: bigfoot29@xxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 19 Oct 2006 17:52:59 +0200 (CEST)
Delivery-date: Thu, 19 Oct 2006 08:53:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: Normal
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
User-agent: SquirrelMail/1.4.8
Hi... I don't get the current stable 3.0.3 compiled - he always breaks
with the following error message:

gcc -O2 -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes  
-D__XEN_TOOLS__ -Wall -O2 -g -fno-strict-aliasing -DUSE_SSE2=1 -msse2 
-fomit-frame-pointer -I. -I..
-I/usr/src/xen-3.0.3_0-src/tools/ioemu/target-i386-dm
-I/usr/src/xen-3.0.3_0-src/tools/ioemu -I../../../tools/libxc
-I../../../tools/xenstore -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -I/usr/src/xen-3.0.3_0-src/tools/ioemu/fpu -DHAS_AUDIO
-c -o vnc.o /usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:50:27: X11/keysymdef.h: Datei
oder Verzeichnis nicht gefunden
In file included from /usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:356:
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnchextile.h: In Funktion
»send_hextile_tile_generic«:
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnchextile.h:122: Warnung: `color'
might be used uninitialized in this function
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c: In Funktion »do_key_event«:
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:871: error: `XK_Up' undeclared
(first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:871: error: (Each undeclared
identifier is reported only once
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:871: error: for each function
it appears in.)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:872: error: `XK_Down'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:873: error: `XK_Left'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:874: error: `XK_Right'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:875: error: `XK_Home'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:876: error: `XK_End' undeclared
(first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:877: error: `XK_Page_Up'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:878: error: `XK_Page_Down'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:879: error: `XK_BackSpace'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:880: error: `XK_Delete'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:881: error: `XK_Return'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:882: error: `XK_Linefeed'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:892: error: `XK_Control_L'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:896: error: `XK_Alt_L'
undeclared (first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:913: error: `XK_1' undeclared
(first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:913: error: `XK_9' undeclared
(first use in this function)
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c: In Funktion
»protocol_client_msg«:
/usr/src/xen-3.0.3_0-src/tools/ioemu/vnc.c:1069: Warnung: unused variable
`now'
make[4]: *** [vnc.o] Fehler 1
make[4]: Leaving directory `/usr/src/xen-3.0.3_0-src/tools/ioemu/i386-dm'
make[3]: *** [subdir-i386-dm] Fehler 2
make[3]: Leaving directory `/usr/src/xen-3.0.3_0-src/tools/ioemu'
make[2]: *** [ioemuinstall] Fehler 2
make[2]: Leaving directory `/usr/src/xen-3.0.3_0-src/tools'
make[1]: *** [install] Fehler 2
make[1]: Leaving directory `/usr/src/xen-3.0.3_0-src/tools'
make: *** [install-tools] Fehler 2

First time, the vnc dev files were not installed. - I installed them after
the first run. But even after that (with an new "make dist") it keeps
telling me that vnc can't compile :(

Now there are 2 questions:
1) The system is a Celeron 700 - so I don't need the HVM things including
vnc and sdl. Is there a way to disable these options?
2) Why do I get this compile error? Looks like he can't find
"X11/keysymdef.h" - but even a "locate X11" didn't show the files... I
wonder why they are required by now - and not optional any more like they
were with 3.0.2 :(

Anyways... help appreciated... compiling times from approx. 8 hours with a
clean tarball to start from are somewhat much :) - So I can't try that a
million times ;) (thats why I didn't clean up after the failure mentioned
above - shortens compile time to approx. a hour. - could that be the
reason?)

Regards, Bigfoot29


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users