Bug#456098: Log for failed build of openmovieeditor_0.0.20080102-2 (dist=unstable4)

2008-03-07 Thread Cyril Brulebois
tag 456098 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (23/01/2008): > found 456098 0.0.20080102-2 > thanks > > Apparently the GCC 4.3 fix got lost. Hi, please find attached a patch (from scratch) to fix the FTBFS with the current version. Cheers, -- Cyril Brulebois --- a/src/AudioFile

Processed: Re: Bug#456098: Log for failed build of openmovieeditor_0.0.20080102-2 (dist=unstable4)

2008-03-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 456098 patch Bug#456098: FTBFS with GCC 4.3: missing #includes There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian

Bug#456098: Log for failed build of openmovieeditor_0.0.20080102-2 (dist=unstable4)

2008-01-23 Thread Martin Michlmayr
found 456098 0.0.20080102-2 thanks Apparently the GCC 4.3 fix got lost. In GCC 4.3, the C++ header dependencies have been cleaned up. The advantage of this is that programs will compile faster. The downside is that you actually need to directly #include everything you use (but you really should