retitle 455384 FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers 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: In GCC 4.3, pre-iso c++ headers will no longer be present, but your application makes use of them. You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. g++ -Wall -O2 -Winline -c -o windows.o windows.C windows.C:24:22: error: iostream.h: No such file or directory windows.C: In member function 'void Windows::horzline(PANEL*, int, int, int, int, int, int, int)': windows.C:217: warning: suggest parentheses around comparison in operand of == windows.C: In member function 'void Windows::vertline(PANEL*, int, int, int, int, int, int, int)': windows.C:339: warning: suggest parentheses around comparison in operand of == make[3]: *** [windows.o] Error 1 make[3]: Leaving directory `/build/tbm/juice-0.03p/src/dialogs' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

