Package: rss-glx Version: 0.8.1-3 Usertags: ftbfs-gcc-4.3 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. I'll send a patch later. > Automatic build of rss-glx_0.8.1-3 on em64t by sbuild/amd64 0.53 ... > if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include > -I../../src -I../include -g -Wall -MT skyrocket_sound.o -MD -MP -MF > ".deps/skyrocket_sound.Tpo" -c -o skyrocket_sound.o skyrocket_sound.cpp; \ > then mv -f ".deps/skyrocket_sound.Tpo" ".deps/skyrocket_sound.Po"; else > rm -f ".deps/skyrocket_sound.Tpo"; exit 1; fi > In file included from /usr/include/AL/alut.h:12, > from skyrocket_sound.cpp:25: > skyrocket_sound.cpp: In function 'void initSound()': > skyrocket_sound.cpp:97: error: 'malloc' was not declared in this scope > skyrocket_sound.cpp:97: error: 'free' was not declared in this scope > make[4]: *** [skyrocket_sound.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]