Version: (using KDE Devel) Installed from: Compiled sources Compiler: g++-3.2 (GCC) 3.2.1 20020924 (Debian prerelease) OS: Linux When compiling the kdebase module, compile fails on konsole. Error messages follow: make[3]: Entering directory `/home/noir/src/cvs/kde/kdebase/konsole/konsole' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++-3.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/usr/local/kde/include -I/usr/local/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE -MT TEPty.lo -MD -MP -MF ".deps/TEPty.Tpo" \ -c -o TEPty.lo `test -f 'TEPty.cpp' || echo './'`TEPty.cpp; \ then mv ".deps/TEPty.Tpo" ".deps/TEPty.Plo"; \ else rm -f ".deps/TEPty.Tpo"; exit 1; \ fi TEPty.cpp: In member function `void TEPty::setSize(int, int)': TEPty.cpp:88: `pty' undeclared (first use this function) TEPty.cpp:88: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [TEPty.lo] Error 1 make[3]: Leaving directory `/home/noir/src/cvs/kde/kdebase/konsole/konsole' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/noir/src/cvs/kde/kdebase/konsole' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/noir/src/cvs/kde/kdebase' make: *** [all] Error 2 I think this bug is related to TEPty.cpp and TEPty.h changes that occurred about 18 hours ago.
1) Don't report CVS compilation bugs to bugs.kde.org 2) Update kdelibs too.