Bug 51136 - Error compiling for KDevelop 3.0 Alpha 2
Summary: Error compiling for KDevelop 3.0 Alpha 2
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-24 17:28 UTC by Kj P
Modified: 2002-11-24 17:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Update problemreporter.cpp to change version check 304 to 305 (7.86 KB, text/plain)
2002-11-24 17:29 UTC, Kj P
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kj P 2002-11-24 17:28:28 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    SuSE RPMs
Compiler:          gcc version 3.2  
OS:          Linux

Making all in javasupport
make[3]: Entering directory `/home/jimmy/downloads/kdevelop/kdevelop-3.0a2/parts/javasupport'
source='problemreporter.cpp' object='problemreporter.lo' libtool=yes \
depfile='.deps/problemreporter.Plo' tmpdepfile='.deps/problemreporter.TPlo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/antlr -I../../lib/interfaces -I../../lib/sourceinfo -I/opt/kde3/include -I/usr/lib/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 -O2 -fno-exceptions -fno-check-new -fexceptions -c -o problemreporter.lo `test -f 'problemreporter.cpp' || echo './'`problemreporter.cpp
problemreporter.cpp:33:48: ktexteditor/markinterfaceextension.h: No such file or directory
problemreporter.cpp: In member function `void
   ProblemReporter::slotPartAdded(KParts::Part*)':
problemreporter.cpp:257: `MarkInterfaceExtension' undeclared in namespace `
   KTextEditor'
problemreporter.cpp:257: `iface' undeclared (first use this function)
problemreporter.cpp:257: (Each undeclared identifier is reported only once for
   each function it appears in.)
problemreporter.cpp:257: parse error before `*' token
problemreporter.cpp:255: warning: unused parameter `KParts::Part*part'
make[3]: *** [problemreporter.lo] Error 1
make[3]: Leaving directory `/home/jimmy/downloads/kdevelop/kdevelop-3.0a2/parts/javasupport'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jimmy/downloads/kdevelop/kdevelop-3.0a2/parts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jimmy/downloads/kdevelop/kdevelop-3.0a2'
make: *** [all] Error 2
Comment 1 Kj P 2002-11-24 17:29:59 UTC
Created attachment 516 [details]
Update problemreporter.cpp to change version check 304 to 305
Comment 2 Caleb Tennis 2002-11-24 17:50:44 UTC
Fixed in CVS