Package: rezound Version: 0.12.2beta-8 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 (20070326-1 or higher) from unstable. > Automatic build of rezound_0.12.2beta-8 on coconut0 by sbuild/ia64 0.49 ... > ../ALFO.h:106: warning: type qualifiers ignored on function return type > ../ALFO.h:108: warning: type qualifiers ignored on function return type > ../ALFO.h:109: warning: type qualifiers ignored on function return type > In file included from ../CActionParameters.h:36, > from CNewAudioFileAction.cpp:23: > ../CGraphParamValueNode.h: In function 'const Type string_to_anytype(const > std::string&, Type&) [with Type = CGraphParamValueNode]': > ../CGraphParamValueNode.h:48: error: 'atof' was not declared in this scope > ../CGraphParamValueNode.h: At global scope: --- src/backend/CGraphParamValueNode.h~ 2007-04-02 21:59:08.000000000 +0000 +++ src/backend/CGraphParamValueNode.h 2007-04-02 21:59:14.000000000 +0000 @@ -24,6 +24,7 @@ #include "../../config/common.h" +#include <cstdlib> #include <vector> #include "CSound_defs.h" -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

