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

2008-03-03 Thread Cyril Brulebois
tag 454842 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (07/12/2007): > Package: vdk2 > Version: 2.4.0-5 > Usertags: ftbfs-gcc-4.3 Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois --- a/vdk/entry.cc +++ b/vdk/entry.cc @@ -30,6 +30,9 @@ #include "vdk/forms.h

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

2007-12-07 Thread Martin Michlmayr
Package: vdk2 Version: 2.4.0-5 Usertags: ftbfs-gcc-4.3 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 been cleaned up. The a