Your message dated Fri, 17 Jun 2005 23:30:31 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#314697: Acknowledgement (kobodeluxe: FTBFS
(amd64/gcc-4.0): ISO C++ forbids declaration of 'gamestatemanager_t' with no
type)
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Jun 2005 20:43:56 +0000
>From [EMAIL PROTECTED] Fri Jun 17 13:43:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DjNgx-0001SX-00; Fri, 17 Jun 2005 13:43:55 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DjNgw-0007XD-Fq; Fri, 17 Jun 2005 22:43:54 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: kobodeluxe: FTBFS (amd64/gcc-4.0): ISO C++ forbids declaration of
'gamestatemanager_t' with no type
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 22:43:54 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Package: kobodeluxe
Version: 0.4pre10-1
Severity: normal
Tags: patch
When building 'kobodeluxe' on amd64/unstable with gcc-4.0,
I get the following error:
if g++ -DHAVE_CONFIG_H -I. -I. -I.
-DKOBO_DATA_DIR=\""/usr/share/games/kobo-deluxe"\"
-DKOBO_SCORE_DIR=\""/var/games/kobo-deluxe/scores"\"
-DKOBO_CONFIG_DIR=\""HOME>>"\" -DKOBO_CONFIG_FILE=\"".kobodlrc"\"
-DSYSCONF_DIR=\""/etc"\" -Isound -Igraphics -Ieel -Idata -g -O2
-I/usr/include/SDL -D_REENTRANT -MT manage.o -MD -MP -MF ".deps/manage.Tpo" \
-c -o manage.o `test -f 'manage.cpp' || echo './'`manage.cpp; \
then mv -f ".deps/manage.Tpo" ".deps/manage.Po"; \
else rm -f ".deps/manage.Tpo"; exit 1; \
fi
gamestate.h:32: error: ISO C++ forbids declaration of 'gamestatemanager_t' with
no type
gamestate.h:32: error: expected ';' before '*' token
make[3]: *** [manage.o] Error 1
make[3]: Leaving directory `/kobodeluxe-0.4pre10'
With the attached patch 'kobodeluxe' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/kobodeluxe-0.4pre10/gamestate.h ./gamestate.h
--- ../tmp-orig/kobodeluxe-0.4pre10/gamestate.h 2002-04-28 03:48:59.000000000
+0200
+++ ./gamestate.h 2005-06-17 22:10:55.000000000 +0200
@@ -24,6 +24,8 @@
#include "window.h"
+class gamestatemanager_t;
+
class gamestate_t
{
friend class gamestatemanager_t;
---------------------------------------
Received: (at 314697-done) by bugs.debian.org; 17 Jun 2005 21:30:32 +0000
>From [EMAIL PROTECTED] Fri Jun 17 14:30:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d027074.adsl.hansenet.de (localhost.localdomain) [80.171.27.74]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DjOQ4-0002jY-00; Fri, 17 Jun 2005 14:30:32 -0700
Received: from aj by localhost.localdomain with local (Exim 4.51)
id 1DjOQ3-0007AF-3S; Fri, 17 Jun 2005 23:30:31 +0200
Date: Fri, 17 Jun 2005 23:30:31 +0200
To: [EMAIL PROTECTED]
Subject: Re: Bug#314697: Acknowledgement (kobodeluxe: FTBFS (amd64/gcc-4.0):
ISO C++ forbids declaration of 'gamestatemanager_t' with no type)
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
From: Andreas Jochens <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This was a duplicate report, sorry.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]