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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> > 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 _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel