Bug#417108: FTBFS with GCC 4.3: missing #includes

2007-04-26 Thread David Martínez Moreno
El domingo, 1 de abril de 2007, Martin Michlmayr escribió: [...] > > You can reproduce this problem with gcc-snapshot from unstable. > > > Automatic build of aqsis_1.1.0.20050815-4 on coconut0 by sbuild/ia64 0.49 > > ... > > > ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../libaqsistypes -g -O2 -M

Bug#417108: FTBFS with GCC 4.3: missing #includes

2007-04-01 Thread Martin Michlmayr
Sorry, you also need this one: --- libargparse/argparse.cpp~ 2007-04-01 16:46:12.0 + +++ libargparse/argparse.cpp2007-04-01 16:46:22.0 + @@ -17,6 +17,7 @@ */ #include "argparse.h" +#include #include #include #include -- Martin Michlmayr http://www.cyrius

Bug#417108: FTBFS with GCC 4.3: missing #includes

2007-04-01 Thread Martin Michlmayr
Package: aqsis Version: 1.1.0.20050815-4 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. In GCC 4.3, the C++ header dependencies have b