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

2007-04-27 Thread Martin Michlmayr
* David Martínez Moreno [EMAIL PROTECTED] [2007-04-26 10:31]: of aqsis. Would you be so kind to test it (it has been incorporated in today's archive run) and report if the patch is valid yet? I started testing with 1.1.0.20050815 last night, but I just saw yet another new upload. I'll test

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

2007-04-27 Thread Martin Michlmayr
* David Martínez Moreno [EMAIL PROTECTED] [2007-04-26 10:31]: Hello, Martin. I have seen that i386 does not carry the needed version of gcc-snapshot (it has 20061022-1), and I have uploaded a new upstream version of aqsis. Would you be so kind to test it (it has been incorporated in today's

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

2007-04-27 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2007-04-27 13:55]: Here's a new patch, at least for parts of the package. I cannot compile the whole thing right now and I don't know scons well enough to work around it. Please apply this for now. The patch appears to be complete. -- Martin Michlmayr

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 -MT

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

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 cstdlib #include map #include list #include functional -- Martin