retitle 456091 FTBFS with GCC 4.3: missing #includes thanks I mentioned that GCC 4.3 converted a number of C++ warnings into errors. This change has now been reverted after a lot of discussion. I just compiled your package with the latest snapshot of GCC 4.3 to see if it compiles with 4.3, but there is another issue:
g++ -DVERSION_MAJOR=\"2007\" -DVERSION_MINOR=\"10\" -DVERSION_TINY=\"R1\" -DTIMESTAMP=\"`cat TIMESTAMP`\" -g -Wall -O2 -c util.cc -o util.o· In file included from util.cc:21: util.h:68: warning: 'typedef' was ignored in this declaration util.cc: In function 'int Hex2UChar(unsigned char*, unsigned char*)': util.cc:116: error: 'memset' was not declared in this scope make[1]: *** [util.o] Error 1 -- Martin Michlmayr http://www.cyrius.com/

