Bug 68301 - Kdevelop compilation fails at appoutputviewpart.cpp
Summary: Kdevelop compilation fails at appoutputviewpart.cpp
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 21:01 UTC by Médéric Boquien
Modified: 2003-11-16 14:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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