Bug 68301

Summary: Kdevelop compilation fails at appoutputviewpart.cpp
Product: [Applications] kdevelop Reporter: Médéric Boquien <mboquien>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Médéric Boquien 2003-11-15 21:01:28 UTC
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.
Comment 1 Médéric Boquien 2003-11-15 23:39:03 UTC
Thanks. It compiles now.
Comment 2 Amilcar do Carmo Lucas 2003-11-16 14:39:12 UTC
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
Comment 3 Amilcar do Carmo Lucas 2003-11-16 14:39:41 UTC
Closing as invalid