Package: bobcat
Version: 2.01.1-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with GCC 4.4, which has cleaned up some more
C++ headers.  You always have to #include headers directly and cannot
rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable or
gcc-4.4 from experimental.

> Automatic build of bobcat_2.01.1-1 on em64t by sbuild/amd64 0.53
...
> g++ -c -o multistreambuf/oa/39sync.o -Itmp -Wall -O3 multistreambuf/sync.cc
> In file included from multistreambuf/multistreambuf.ih:1,
>                  from multistreambuf/sync.cc:1:
> multistreambuf/multistreambuf: In member function 'virtual int 
> FBB::MultiStreambuf::overflow(int)':
> multistreambuf/multistreambuf:144: error: 'EOF' was not declared in this scope
> system - failure of system call (status 256)

--- multistreambuf/multistreambuf~      2009-04-26 20:59:00.000000000 +0000
+++ multistreambuf/multistreambuf       2009-04-26 20:59:10.000000000 +0000
@@ -1,6 +1,7 @@
 #ifndef INCLUDED_BOBCAT_MULTISTREAMBUF_
 #define INCLUDED_BOBCAT_MULTISTREAMBUF_
 
+#include <cstdio>
 #include <streambuf>
 #include <vector>
 #include <ostream>

-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to