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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org