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-devel

Re: [Xen-devel] build problem with ioemu

To: Christoph Egger <Christoph.Egger@xxxxxxx>
Subject: Re: [Xen-devel] build problem with ioemu
From: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
Date: Tue, 22 Jul 2008 16:24:35 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 22 Jul 2008 08:24:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200807221138.45752.Christoph.Egger@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Newsgroups: chiark.mail.xen.devel
References: <200807221138.45752.Christoph.Egger@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Christoph Egger writes ("[Xen-devel] build problem with ioemu"):
> compiling ioemu from the git tree fails with:
> ERROR: QEMU requires SDL or Cocoa for graphical output

Thanks for that report.  This should be fixed with this patch.

Ian.

commit 67f85e58d7622cdc9297bf6a216526fac28281ed
Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Date:   Tue Jul 22 16:23:47 2008 +0100

    Pass --disable-gfx-check to allow VNC-only builds.
    
    Qemu upstream inexplicably falls over during configuration if you will
    be forced to use VNC for graphics, as if that were somehow an
    unreasonable thing to do.  So hit that check on the head.
    
    Thanks to Christoph Egger for the report.
    
    Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>

diff --git a/xen-setup b/xen-setup
index b0eda89..2638e1e 100755
--- a/xen-setup
+++ b/xen-setup
@@ -9,7 +9,7 @@ rm -f config-host.mak
 
 if test -f config-host.h; then mv config-host.h config-host.h~; fi
 
-./configure --disable-gcc-check --disable-curses --disable-slirp "$@" 
--prefix=/usr
+./configure --disable-gfx-check --disable-gcc-check --disable-curses 
--disable-slirp "$@" --prefix=/usr
 
 target=i386-dm
 

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

<Prev in Thread] Current Thread [Next in Thread>