From: Herbert Poetzl <herbert@13thfloor.at>
To: Fabrice Bellard <fabrice.bellard@free.fr>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] QEMU regressions ...
Date: Sun, 26 Oct 2003 22:18:02 +0100 [thread overview]
Message-ID: <20031026211800.GA6015@DUK2.13thfloor.at> (raw)
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
next reply other threads:[~2003-10-26 22:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-26 21:18 Herbert Poetzl [this message]
[not found] ` <3F9C4515.4090308@free.fr>
2003-10-26 22:43 ` [Qemu-devel] Re: QEMU regressions Herbert Poetzl
2003-10-27 23:38 ` Fabrice Bellard
2003-10-27 23:39 ` Herbert Poetzl
[not found] ` <3F9DB26A.5050609@free.fr>
2003-10-28 6:51 ` Herbert Poetzl
2003-10-28 1:39 ` [Qemu-devel] os x support & panther Satadru Pramanik
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=20031026211800.GA6015@DUK2.13thfloor.at \
--to=herbert@13thfloor.at \
--cc=fabrice.bellard@free.fr \
--cc=qemu-devel@nongnu.org \
/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.