Le Thu, Mar 20, 2008 at 09:14:21PM -0600, Anibal Avelar a écrit : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > tags 468060 patch > quit > > I added one patch to fix the FTBFS with GCC 4.3: missing includes. > The patch is extremely easy. I hope it helps ;)
> diff -Nru amap-align-2.0.orig/Amap.cc amap-align-2.0/Amap.cc > --- amap-align-2.0.orig/Amap.cc 2008-03-20 15:09:08.585754409 -0600 > +++ amap-align-2.0/Amap.cc 2008-03-20 15:08:33.387748589 -0600 > @@ -23,6 +23,7 @@ > #include <cstdlib> > #include <cerrno> > #include <iomanip> > +#include <cstring> > > string parametersInputFilename = ""; > string parametersOutputFilename = "no training"; Hi Anibal, thanks for your help. Actually, there is already such a patch in Amap (debian/patches/20_fix-gcc-4.3-build). Does it mean that we can close this bug ? Have a nice day, -- Charles