All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <Ian.Jackson@eu.citrix.com>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: build problem with ioemu
Date: Tue, 22 Jul 2008 16:24:35 +0100	[thread overview]
Message-ID: <18565.64435.632008.499411@mariner.uk.xensource.com> (raw)
In-Reply-To: <200807221138.45752.Christoph.Egger@amd.com>

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@eu.citrix.com>
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@eu.citrix.com>

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

  reply	other threads:[~2008-07-22 15:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22  9:38 build problem with ioemu Christoph Egger
2008-07-22 15:24 ` Ian Jackson [this message]
2008-07-23 12:45   ` Christoph Egger
2008-07-23 13:20     ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18565.64435.632008.499411@mariner.uk.xensource.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=Christoph.Egger@amd.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.