-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
tags 454860 patch thanks I added one patch to fix the FTBFS with GCC 4.3: missing #includes The bug seems to appear on AMD64 onldy, because on i386 is not present. Anyway the patch does not affect nothing. Just do you need the string.h header inside the file moagg-0.18/libMoaggCore/src/LevelReader.cpp. Also, do you wish a NMU package if you have lack time? Regards. -- Anibal Avelar (FixXxeR) http://fixxxer.cc GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656 - -- Anibal Avelar (FixXxeR) http://fixxxer.cc GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: http://firegpg.tuxfamily.org iD8DBQFH4nq7zur584O2RlYRAnFLAJ9+OD4MYjSHh/0iw7hPA1fWCQAkZACfZ9VX k2Fsd4rp+iwiGlmgHYd7bKE= =IrI2 -----END PGP SIGNATURE-----
diff -Nru moagg-0.18/libMoaggCore/src/LevelReader.cpp moagg-0.18.modif/libMoaggCore/src/LevelReader.cpp --- moagg-0.18/libMoaggCore/src/LevelReader.cpp 2005-04-17 04:40:18.000000000 -0500 +++ moagg-0.18.modif/libMoaggCore/src/LevelReader.cpp 2008-03-20 08:37:20.918128777 -0600 @@ -1,4 +1,5 @@ #include <sstream> +#include <string.h> #include "Exception.h" #include "Configuration.h"