From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ADsvf-0006w7-4S for qemu-devel@nongnu.org; Sun, 26 Oct 2003 17:00:07 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ADsik-0005OD-9k for qemu-devel@nongnu.org; Sun, 26 Oct 2003 16:47:17 -0500 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ADsWJ-0007iS-79 for qemu-devel@nongnu.org; Sun, 26 Oct 2003 16:33:55 -0500 Received: from [212.16.62.51] (helo=mail.13thfloor.at) by mx20.gnu.org with esmtp (Exim 4.24) id 1ADsIg-0005gK-Au for qemu-devel@nongnu.org; Sun, 26 Oct 2003 16:19:50 -0500 Date: Sun, 26 Oct 2003 22:18:02 +0100 From: Herbert Poetzl Message-ID: <20031026211800.GA6015@DUK2.13thfloor.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] QEMU regressions ... Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabrice Bellard Cc: qemu-devel@nongnu.org Hi Fabrice! I'm using QEMU to do kernel development, and because one of the older redhat kernels, continuously core dups qemu, I thought, I'll check the cvs version ... the checkconfig works well, but then the trouble starts ... texi2html -monolithic -number qemu-doc.texi make: texi2html: Command not found I don't use texi2html, and I don't want the docu to be built, so I replace the command with a noop (actually touch qemu-doc.html) this seems to do the trick, as the compile runs, and completes without too many warnings ... then I wanted to test the vl command, but instead I discovered that same command wasn't built ... I tried make vl, and ideed, something happened: gcc -Wall -O2 -g -g vl.c -o vl vl.c:47:17: cpu.h: No such file or directory In file included from vl.c:49: thunk.h:24:20: config.h: No such file or directory make: *** [vl] Error 1 did you abandon the vl utility? is there any 'good' reason for not using it? please advise ... TIA, Herbert