qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Bollhalder" <bolle@geodb.org>
To: qemu-devel@nongnu.org
Subject: RE: [Qemu-devel] qemu/slirp bootp.c bootp.h ip_icmp.h libslirp.h...
Date: Sun, 5 Jun 2005 20:00:12 +0200	[thread overview]
Message-ID: <000501c569f8$6b70d610$6401a8c0@geodb.org> (raw)
In-Reply-To: <E1Deyf0-0000lP-00@savannah.gnu.org>

Hello

On my WinXP host, I get a compile error in "udp.c" with the current
QEMU version from the CVS. I use MinGW and MSYS (1.0.10). I was able
to compile all versions of QEMU before.

Maybe, I'm too early and miss some updates which are on the way...

Andreas


gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I/d/dev/QEMU/qemu/target-i386 -I/d/dev/QEMU/qemu -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/d/dev/QEMU/qemu/fpu
-I/d/dev/QEMU/qemu/slirp -c -o slirp/udp.o
/d/dev/QEMU/qemu/slirp/udp.c
d:/dev/QEMU/qemu/slirp/udp.c: In function `udp_emu':
d:/dev/QEMU/qemu/slirp/udp.c:428: warning: no semicolon at end of
struct or union
d:/dev/QEMU/qemu/slirp/udp.c:428: parse error before '.' token
d:/dev/QEMU/qemu/slirp/udp.c:405: warning: unused variable `addrlen'
d:/dev/QEMU/qemu/slirp/udp.c:429: warning: unused variable `seqn'
d:/dev/QEMU/qemu/slirp/udp.c:430: warning: unused variable `message'
d:/dev/QEMU/qemu/slirp/udp.c:431: warning: unused variable `data_type'
d:/dev/QEMU/qemu/slirp/udp.c:432: warning: unused variable `pkt_len'
d:/dev/QEMU/qemu/slirp/udp.c: At top level:
d:/dev/QEMU/qemu/slirp/udp.c:433: warning: type defaults to `int' in
declaration of `cu_head'
d:/dev/QEMU/qemu/slirp/udp.c:433: warning: data definition has no type
or storage class
d:/dev/QEMU/qemu/slirp/udp.c:435: parse error before "switch"
d:/dev/QEMU/qemu/slirp/udp.c:618: warning: type defaults to `int' in
declaration of `cu_head'
d:/dev/QEMU/qemu/slirp/udp.c:618: conflicting types for `cu_head'
d:/dev/QEMU/qemu/slirp/udp.c:433: previous declaration of `cu_head'
d:/dev/QEMU/qemu/slirp/udp.c:618: `m' undeclared here (not in a
function)
d:/dev/QEMU/qemu/slirp/udp.c:618: warning: data definition has no type
or storage class
d:/dev/QEMU/qemu/slirp/udp.c:619: parse error before '->' token
make: *** [slirp/udp.o] Error 1

> -----Original Message-----
> From: qemu-devel-bounces+bolle=geodb.org@nongnu.org 
> [mailto:qemu-devel-bounces+bolle=geodb.org@nongnu.org] On 
> Behalf Of Fabrice Bellard
> Sent: Sunday, June 05, 2005 7:12 PM
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] qemu/slirp bootp.c bootp.h ip_icmp.h 
> libslirp.h...
> 
> 
> *This message was transferred with a trial version of 
> CommuniGate(tm) Pro*
> CVSROOT:	/cvsroot/qemu
> Module name:	qemu
> Branch: 	
> Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	
> 05/06/05 17:11:42
> 
> Modified files:
> 	slirp          : bootp.c bootp.h ip_icmp.h libslirp.h 
> 	                 slirp_config.h udp.c udp.h 
> 
> Log message:
> 	64 bit fixes (initial patch by Gwenole Beauchesne)
> 
> CVSWeb URLs:
> http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/bootp.
c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/bootp.h.diff?t
r1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/ip_icmp.h.diff
?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/libslirp.h.dif
f?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/slirp_config.h
.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/udp.c.diff?tr1
=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/slirp/udp.h.diff?tr1
=1.1&tr2=1.2&r1=text&r2=text



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

  reply	other threads:[~2005-06-05 18:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-05 17:11 [Qemu-devel] qemu/slirp bootp.c bootp.h ip_icmp.h libslirp.h Fabrice Bellard
2005-06-05 18:00 ` Andreas Bollhalder [this message]
2005-06-06  1:02   ` [Qemu-devel] " Ronald
2005-06-07 16:48     ` Andreas Bollhalder
2005-07-19 18:00     ` [Qemu-devel] Writing to ROM-Range 0xC800-EFFF Andreas Bollhalder
2005-07-25 15:39       ` Jim C. Brown
2005-07-26 14:41         ` Andreas Bollhalder
2006-02-08 19:33           ` [Qemu-devel] QEMU freeze with "Servicing hardware INT=0x08" Andreas Bollhalder

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='000501c569f8$6b70d610$6401a8c0@geodb.org' \
    --to=bolle@geodb.org \
    --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).