From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZd8S-0003wa-7J for qemu-devel@nongnu.org; Wed, 12 Mar 2008 22:25:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZd8R-0003wH-3E for qemu-devel@nongnu.org; Wed, 12 Mar 2008 22:25:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZd8R-0003wE-0i for qemu-devel@nongnu.org; Wed, 12 Mar 2008 22:25:35 -0400 Received: from quinthar.com ([72.52.120.178]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JZd8Q-0008Ji-Mu for qemu-devel@nongnu.org; Wed, 12 Mar 2008 22:25:34 -0400 Received: from 76.231.185.49 ([76.231.185.49]) by quinthar.com for ; Wed, 12 Mar 2008 19:25:32 -0700 Message-ID: <47D89076.9070803@quinthar.com> Date: Wed, 12 Mar 2008 19:24:54 -0700 From: David Barrett MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] --disable-gfx-check still wants SDL.h? 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 Is it possible to compile/run qemu on a system that does not have SDL? I assumed this is what --disable-gfx-check does, but it's still giving me errors (below). The specific error ("The error log from compiling the libSDL test is") sounds like it's compiling some sort of test -- is there any way to disable test compilation? -david root:/tmp/qemu-0.9.1# ./configure --disable-gfx-check ./configure: pkg-config: command not found Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /tmp/qemu-0.9.1 C compiler gcc Host C compiler gcc make make install install host CPU i386 host big endian no target list i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user sh4-linux-user sh4eb-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user x86_64-linux-user cris-linux-user i386-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu m68k-softmmu sh4-softmmu sh4eb-softmmu cris-softmmu gprof enabled no profiler no static build no -Werror enabled no SDL support no mingw32 support no Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no OSS support yes VNC TLS support no kqemu support yes Documentation yes The error log from compiling the libSDL test is: /tmp/qemu-conf-12652-8745-10418.c:1: SDL.h: No such file or directory root:/tmp/qemu-0.9.1#