Package: crawl
Version: 2:0.2.4-1
Usertags: ftbfs-gcc-4.3
Tags: patch
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.)
> Automatic build of crawl_2:0.2.4-1 on em64t by sbuild/amd64 0.53
...
> 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 ';'
> In file included from abl-show.cc:59:
> stuff.h:21: warning: type qualifiers ignored on function return type
--- source/libutil.h~ 2007-04-27 08:02:05.000000000 +0000
+++ source/libutil.h 2007-04-27 08:02:09.000000000 +0000
@@ -255,7 +255,7 @@
class base_pattern
{
public:
- virtual ~base_pattern() { };
+ virtual ~base_pattern() { }
virtual bool valid() const = 0;
virtual bool matches(const std::string &s) const = 0;
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]