Package: ragel Version: 5.16-1 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 hopefully send a patch later. > Automatic build of ragel_5.16-1 on em64t by sbuild/amd64 0.53 .. > ../ragel/ragel -n -C cppscan1.rl | ../rlcodegen/rlcodegen -T0 -o cppscan1.cpp > g++ -pedantic -ansi -Wall -O2 -o cppscan1.bin cppscan1.cpp > In file included from cppscan1.rl:6: > cppscan1.h: In copy constructor 'Buffer::Buffer(const Buffer&)': > cppscan1.h:44: error: 'malloc' was not declared in this scope > cppscan1.rl: In member function 'void Buffer::empty()': > cppscan1.rl:175: error: 'free' was not declared in this scope > cppscan1.rl: In member function 'void Buffer::upAllocate(int)': > cppscan1.rl:186: error: 'malloc' was not declared in this scope > cppscan1.rl:188: error: 'realloc' was not declared in this scope > cppscan1.rl: In function 'int main()': > cppscan1.rl:236: warning: deprecated conversion from string constant to > 'char*' > cppscan1.rl:244: warning: deprecated conversion from string constant to > 'char*' > make[1]: *** [test] Error 1 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]