Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc 3.3.1/Mdk 9.2 OS: Linux With today's CVS it is not possible to compile Kdevelop properly. It fails at appoutputviewpart.cpp with the following error message : bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/interfaces -I../../lib/util -I/home/kde32/kde/include -I/home/kde32/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -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_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o appoutputviewpart.lo `test -f 'appoutputviewpart.cpp' || echo './'`appoutputviewpart.cpp appoutputviewpart.cpp:75: error: prototype for `void AppOutputViewPart::slotProcessExited(KProcess*)' does not match any in class `AppOutputViewPart' appoutputviewpart.h:43: error: candidate is: void AppOutputViewPart::slotProcessExited() If you need any additional information, just ask. Thank you very much for solving this problem.
Thanks. It compiles now.
Please do not report compilation errors to the bug database. Use the mailing list instead. For more info view: http://www.kdevelop.org/index.html?filename=bugs.html
Closing as invalid