Fwd: kdevelop-3.0a2 compile problems with gentoo

Roberto Raggi raggi at cli.di.unipi.it
Wed Feb 5 13:33:03 GMT 2003


On Wednesday 05 February 2003 11:22, you wrote:
> ----------  Weitergeleitete Nachricht  ----------
>
> Subject: kdevelop-3.0a2 compile problems with gentoo
> Date: Wed,  5 Feb 2003 12:19:02 +0200
> From: ilkka at urtamo.com
> To: kdevelop at kdevelop.org
>
> Experiensing some compile problems with gentoo linux (RC4)
>
> Im trying to compile gideon with gentoo
> System:
>  - gcc (GCC) 3.2.1 20021207
>  - qtlib 3.1.0
>  - Autoconf version 2.13
>  - automake (GNU automake) 1.4-p5
>  - kde 3 (dunno how to check exact)
>
>
>
>
> **** while making,clip ****
> make[3]: Entering directory
> `/usr/local/src/kdevelop-3.0a2/parts/javasupport'
> source='problemreporter.cpp' object='problemreporter.lo' libtool=yes \
> depfile='.deps/problemreporter.Plo' tmpdepfile='.deps/problemreporter.TPlo'
> \ depmode=gcc /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/usr/kde/3/include -I/usr/qt/3/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*)':

it seems a problem of KDE_VERSION :(
we include ktexteditor/markinterfaceextension.h if KDE_VERSION is > 305, but 
markinterfaceextension appears only in kde 3.1..

maybe, we can drop the support for kde 3.1 *alpha* and change the test with
KDE_VERSION >= KDE_BUILD_VERSION(3,1,0)

ciao robe


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list