_____________________________________________ From: Einhar, Arnon Sent: Sunday, May 08, 2005 1:14 PM To: ''haifux-bounce@haifux.org'' Cc: Ben-Shimon, Tamir Subject: XEN 3.0 compilation error Hello, Does anyone know how to resolve the following issue? I am trying to compile Xen 3.0 unstable-tree and getting the following error: g++ -I. -I../include -I.. -O2 -I../../../tools/libxc -I../../../xen/include/public -c -o x.o x.cc x.cc:39:22: X11/Xlib.h: No such file or directory x.cc:40:23: X11/Xutil.h: No such file or directory x.cc:41:21: X11/Xos.h: No such file or directory x.cc:42:23: X11/Xatom.h: No such file or directory x.cc:43:24: X11/keysym.h: No such file or directory x.cc:45:21: X11/xpm.h: No such file or directory This is 64bit machine with 32bit Suse9.3. Thanks, Arnon. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> g++ -I. -I../include -I.. -O2 -I../../../tools/libxc > -I../../../xen/include/public -c -o x.o x.cc > x.cc:39:22: X11/Xlib.h: No such file or directory > x.cc:40:23: X11/Xutil.h: No such file or directory > x.cc:41:21: X11/Xos.h: No such file or directory > x.cc:42:23: X11/Xatom.h: No such file or directory > x.cc:43:24: X11/keysym.h: No such file or directory > x.cc:45:21: X11/xpm.h: No such file or directoryinstall the X11 development libraries (not sure what the SuSE package is called) or disable compilation of the ioemu subdirectory. Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Muli- Thanks, it worked (package is called ''X11-devel''). Arnon. -----Original Message----- From: Muli Ben-Yehuda [mailto:mulix@mulix.org] Sent: Sunday, May 08, 2005 1:52 PM To: Einhar, Arnon Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] XEN 3.0 compilation error> g++ -I. -I../include -I.. -O2 -I../../../tools/libxc > -I../../../xen/include/public -c -o x.o x.cc > x.cc:39:22: X11/Xlib.h: No such file or directory > x.cc:40:23: X11/Xutil.h: No such file or directory > x.cc:41:21: X11/Xos.h: No such file or directory > x.cc:42:23: X11/Xatom.h: No such file or directory > x.cc:43:24: X11/keysym.h: No such file or directory > x.cc:45:21: X11/xpm.h: No such file or directoryinstall the X11 development libraries (not sure what the SuSE package is called) or disable compilation of the ioemu subdirectory. Cheers, Muli -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users