Your message dated Sun, 2 Apr 2006 21:47:51 +0200
with message-id <[EMAIL PROTECTED]>
and subject line renamed
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)
--- Begin Message ---
Package: terminal
Severity: normal
Tags: patch
When building 'terminal' on amd64 with gcc-4.0,
I get the following error:
Compiling file TerminalParser_LinuxPrefs.m ...
TerminalParser_LinuxPrefs.m:25: error: static declaration of
'TerminalParser_LinuxPrefsDidChangeNotification' follows non-static declaration
TerminalParser_LinuxPrefs.h:18: error: previous declaration of
'TerminalParser_LinuxPrefsDidChangeNotification' was here
make[2]: *** [shared_obj/TerminalParser_LinuxPrefs.o] Error 1
With the attached patch 'terminal' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/terminal-0.9.4+cvs20041218/TerminalParser_LinuxPrefs.h
./TerminalParser_LinuxPrefs.h
--- ../tmp-orig/terminal-0.9.4+cvs20041218/TerminalParser_LinuxPrefs.h
2002-10-03 01:07:47.000000000 +0200
+++ ./TerminalParser_LinuxPrefs.h 2005-01-04 16:00:03.257889608 +0100
@@ -15,7 +15,6 @@
@class GSVbox,NSPopUpButton;
-extern NSString *TerminalParser_LinuxPrefsDidChangeNotification;
@interface TerminalParser_LinuxPrefs : NSObject <PrefBox>
{
--- End Message ---
--- Begin Message ---
This package has been renamed to terminal.app and none of these
bugs apply.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---