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

2008-03-18 Thread Michael Biebl
tag 455129 pending thanks Cyril Brulebois wrote: > tag 455129 patch > thanks > > Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007): >> Package: powersave >> Version: 0.14.0-8 >> Usertags: ftbfs-gcc-4.3 > > Hi, > > please find attached a patch to fix this FTBFS. Hi Cyril, thanks for the patch.

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

2008-03-04 Thread Cyril Brulebois
tag 455129 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (08/12/2007): > Package: powersave > Version: 0.14.0-8 > Usertags: ftbfs-gcc-4.3 Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois --- a/daemon/apm.cpp +++ b/daemon/apm.cpp @@ -31,6 +31,8 @@ #include "c

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

2007-12-08 Thread Martin Michlmayr
Package: powersave Version: 0.14.0-8 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.