Bug#624977: teeworlds: FTBFS

Jonathan Michalon johndescs at gmail.com
Thu May 12 16:31:24 UTC 2011


Hi,

Just had a quick look and it seems to be as stated here:
http://wiki.debian.org/qa.debian.org/FTBFS

Packages failing with GCC 4.6
With g++ 4.6, the type size_t is no longer defined by including things like
STL. The correct fix is to explicitly include either <stddef.h> (for ::size_t)
or <cstddef> (for std::size_t). 

and indeed there is a size_t in the macro at src/game/server/entity.hpp:56

The best fix would probably be to update the whole package to newer version
(as this is only tagged as wheezy and sid).

Regards

Jonathan Michalon





More information about the Pkg-games-devel mailing list