From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVELQ-0006WV-CG for qemu-devel@nongnu.org; Thu, 27 Oct 2005 16:27:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVELO-0006Vf-IW for qemu-devel@nongnu.org; Thu, 27 Oct 2005 16:27:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVELO-0006VU-ER for qemu-devel@nongnu.org; Thu, 27 Oct 2005 16:27:26 -0400 Received: from [66.92.53.140] (helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EVELO-00049J-D4 for qemu-devel@nongnu.org; Thu, 27 Oct 2005 16:27:26 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by grelber.thyrsus.com (8.13.4/8.13.4) with ESMTP id j9RLxTa6001674 for ; Thu, 27 Oct 2005 17:59:29 -0400 From: Rob Landley Date: Thu, 27 Oct 2005 15:27:19 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510271527.20029.rob@landley.net> Subject: [Qemu-devel] Config error message wrong. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > ERROR: QEMU requires SDL or Cocoa for graphical output > To build QEMU with graphical output configure with --disable-gfx-check > Note that this will disable all output from the virtual graphics card. Possibly that "with" should be a "without"? Rob