From: "Jérôme Warnier" <jwarnier@beeznest.net>
To: List qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Duplicate case values in linux-user/syscall.c (0.7.1)
Date: Sat, 27 Aug 2005 15:05:14 +0200 [thread overview]
Message-ID: <1125147914.30706.10.camel@localhost> (raw)
When trying to build qemu 0.7.1 (on Debian), I get the following kind of
errors:
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c: In function
`do_setsockopt':
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:647: error:
duplicate case value
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:550: error:
previously used here
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:650: error: `len'
undeclared (first use in this function)
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:650: error: (Each
undeclared identifier is reported only once
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:650: error: for
each function it appears in.)
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: error:
invalid type argument of `unary *'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: error:
invalid type argument of `unary *'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: warning: type
defaults to `int' in declaration of `type name'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: error:
invalid type argument of `unary *'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: warning: type
defaults to `int' in declaration of `type name'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: error:
invalid type argument of `unary *'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: warning: type
defaults to `int' in declaration of `type name'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: error:
invalid type argument of `unary *'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:655: warning: type
defaults to `int' in declaration of `type name'
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c: In function
`do_getsockopt':
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:766: error:
duplicate case value
/home/jwarnier/debian/qemu-0.7.1/linux-user/syscall.c:701: error:
previously used here
I could already reduce the number of errors, but this are too much for
me.
Is this file autogenerated or so?
Thanks
next reply other threads:[~2005-08-27 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-27 13:05 Jérôme Warnier [this message]
2005-08-29 2:41 ` [Qemu-devel] Duplicate case values in linux-user/syscall.c (0.7.1) Jérôme Warnier
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=1125147914.30706.10.camel@localhost \
--to=jwarnier@beeznest.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).