Your message dated Wed, 9 Sep 2009 06:56:41 +0200
with message-id <[email protected]>
and subject line Re: Bug#545774: libskstream-0.3-dev: Header fails due to
missing include with gcc 4.4
has caused the Debian Bug report #545774,
regarding libskstream-0.3-dev: Header fails due to missing include with gcc 4.4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
545774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545774
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libskstream-0.3-dev
Version: 0.3.6-3
Severity: wishlist
Rebuilding cyphesis-cpp using libskstream-0.3-dev 0.3.6-3 and gcc 4.4 failed
with the following error:
In file included from CommStreamClient.h:25,
from CommClient.h:23,
from Connection_methods.h:25,
from ExternalMind.cpp:22:
/usr/include/skstream-0.3/skstream/skstream.h:94: error: 'EOF' was not declared
in this scope
/usr/include/skstream-0.3/skstream/skstream.h:124: error: 'EOF' was not
declared in this scope
/usr/include/skstream-0.3/skstream/skstream.h:178: error: 'EOF' was not
declared in this scope
The attached patch fixes this.
Wishlist since gcc 4.4 isn't in Debian Unstable yet.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500,
'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)
Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- skstream-0.3.6.orig/skstream/skstream.h
+++ skstream-0.3.6/skstream/skstream.h
@@ -29,6 +29,7 @@
#ifndef RGJ_FREE_STREAM_H_
#define RGJ_FREE_STREAM_H_
+#include <cstdio>
#include <iostream>
#include <skstream/sksocket.h>
--- End Message ---
--- Begin Message ---
Version: 0.3.6-4
On Tue, Sep 08, 2009 at 11:46:14PM -0400, Scott Kitterman wrote:
> Package: libskstream-0.3-dev
> Version: 0.3.6-3
> Severity: wishlist
>
> Rebuilding cyphesis-cpp using libskstream-0.3-dev 0.3.6-3 and gcc 4.4 failed
> with the following error:
>
> In file included from CommStreamClient.h:25,
>
> from CommClient.h:23,
>
> from Connection_methods.h:25,
>
> from ExternalMind.cpp:22:
>
> /usr/include/skstream-0.3/skstream/skstream.h:94: error: 'EOF' was not
> declared in this scope
> /usr/include/skstream-0.3/skstream/skstream.h:124: error: 'EOF' was not
> declared in this scope
> /usr/include/skstream-0.3/skstream/skstream.h:178: error: 'EOF' was not
> declared in this scope
>
> The attached patch fixes this.
>
> Wishlist since gcc 4.4 isn't in Debian Unstable yet.
This bug was fixed when 0.3.6-4 hit unstable.
Cheers,
Michael
--- End Message ---