On Fri, Apr 27, 2007 at 10:17:33AM +0200, Martin Michlmayr wrote: > Your package fails to build with GCC 4.3. Version 4.3 has not been > released yet but I'm building with a snapshot in order to find errors > and give people an advance warning. > > You can reproduce this problem with gcc-snapshot (20070422-1 or higher) > from unstable. (Currently not available for i386, but for amd64, powerpc > and ia64. I hope to have i386 binaries in the archive in the near > future.) > > (Sorry for sending yet another bug report bug this issue is new in > current gcc 4.3 snapshots.)
That's not a problem. Better that it is fixed before GCC 4.3 it hits unstable
than after. However,
> > g++ -I/usr/include/ncurses -Iutil -I. -Wall -Wwrite-strings -Wshadow
> > -pedantic -fsigned-char -DUNIX -O2 -g '-DSAVE_DIR_PATH="/var/games/crawl/"'
> > '-DDATA_DIR_PATH="/usr/share/games/crawl/"' -c abl-show.cc
> > In file included from AppHdr.h:401,
> > from abl-show.cc:24:
> > libutil.h:258: error: extra ';'
Why did they make this an error? It's not as if there is any chance of
misinterpreting an extra ;. If they do this they could just as well make
-Werror the default.
> > In file included from abl-show.cc:59:
> > stuff.h:21: warning: type qualifiers ignored on function return type
This is a much more serious issue, but it is just a warning...
End of rant.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

