Your message dated Sun, 16 Mar 2008 03:59:30 +0100
with message-id <[EMAIL PROTECTED]>
and subject line FTBFS with GCC 4.3: missing #includes
has caused the Debian Bug report #417197,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
417197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417197
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ghemical
Version: 2.10-1
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. 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
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of ghemical_2.10-1 on em64t by sbuild/amd64 0.53
...
> gamess.cpp: In member function 'char* EFPGroup::GetAtomListString(const
> char*)':
> gamess.cpp:44: error: 'free' was not declared in this scope
> gamess.cpp: In member function 'char* EFPGroup::GetTypeString()':
--- src/gamess.h~ 2007-04-01 19:33:49.000000000 +0000
+++ src/gamess.h 2007-04-01 19:33:56.000000000 +0000
@@ -10,6 +10,7 @@
#ifndef __GAMESS_H
#define __GAMESS_H
+#include <cstdlib>
#include <list>
#include <atom.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: ghemical
Source-Version: 2.95-1
ghemical 2.95 already reached Lenny, so I close this bug as it is not
longer present in Lenny/Sid.
Regards, Daniel
--- End Message ---