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

2008-01-28 Thread Aurelien Jacobs
Tags: patch The following patch fixes the issue. --- sample_progs/cam_menu.hh.orig 2008-01-28 10:23:53.0 +0100 +++ sample_progs/cam_menu.hh2008-01-28 10:22:55.0 +0100 @@ -2,6 +2,7 @@ * cam_menu.hh * */ +#include #include #include -- To UNSUBSCRIBE, email

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

2007-12-07 Thread Martin Michlmayr
Package: libdvb Version: 0.5.5.1-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. T