X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1/F9pFj3JvFDvm6r/vrBzWJJIOABbcuR+IrygnWRz KTLjZVCmHhW6Nh From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Re: [brobecker AT adacore DOT com: GDB 6.8.91 available for testing] Date: Sat, 19 Sep 2009 21:20:52 +0200 User-Agent: KMail/1.9.10 References: <833a6jwd5d DOT fsf AT gnu DOT org> In-Reply-To: <833a6jwd5d.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909192120.52643.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.54 Reply-To: djgpp-workers AT delorie DOT com Am Samstag, 19. September 2009 schrieb Eli Zaretskii: > Please try to build this pretest on your machines. I just built it on > my XPSP2 box (with libexpat and iconv), and it seems to work fine in > some minimal testing. [snip] I have configured and build it on Win2K and WinXP using both djdev203 and djdev204 successfully. Neitherless successful building was only possible if the --disable-werror option with the configure script was used. Else the build stage aborted with the following error message: gcc -g -O2 -I. -I. -I./common -I./config -DLOCALEDIR="\"/dev/env/DJDIR/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./../intl -I./gnulib -Ignulib -DMI_OUT=1 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wno-switch -Wno-char-subscripts -Werror -c -o utils.o -MT utils.o -MMD -MP -MF .deps/utils.Tpo utils.c cc1.exe: warnings being treated as errors utils.c: In function 'add_internal_problem_command': utils.c:1075: error: missing sentinel in function call utils.c:1081: error: missing sentinel in function call make.exe[2]: *** [utils.o] Error 1 make.exe[2]: Leaving directory `e:/g/gdb-6.8.91/gdb' make.exe[1]: *** [all-gdb] Error 2 make.exe[1]: Leaving directory `e:/g/gdb-6.8.91' make.exe: *** [all] Error 2 No testing at all. Regards, Juan M. Guerrero