Bug 80203 - default project doesn't compile
Summary: default project doesn't compile
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1.5
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 15:39 UTC by Alexander Rødseth
Modified: 2004-04-23 16:07 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 Alexander Rødseth 2004-04-23 15:39:52 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Debian testing/unstable Packages
OS:          Linux

I've installed Kdevelop with apt-get, with all the "recommended" packages.
If I start Kdevelop, selects Project->New..., creates a vanilla kde-default-project, then click Compile, it doesn't work.
That is, it gives me error messages both during creation and compilation,
and refuses to make the program run.

Having a default empty project that doesn't work gives a really bad
impression, and is _the_ reason I'm looking elsewhere for a good IDE for Linux.

And if it's not a bug in Kdevelop, but a matter of configuration,
why can't there be autodetection for that, or a box that asks me the
proper questions?


Here's the compilation log:

make all-recursive 
make[1]: Entering directory `/home/alexanro/kdeveloptest' 
cd . && \ 
/bin/sh /home/alexanro/kdeveloptest/admin/missing --run automake-1.6 --foreign Makefile 
cd . && perl admin/am_edit Makefile.in 
cd . && /bin/sh ./config.status Makefile 
fast creating Makefile 
make[1]: Leaving directory `/home/alexanro/kdeveloptest' 
make[1]: Entering directory `/home/alexanro/kdeveloptest' 
Making all in kdeveloptest 
make[2]: Entering directory `/home/alexanro/kdeveloptest/kdeveloptest' 
cd .. && \ 
/bin/sh /home/alexanro/kdeveloptest/admin/missing --run automake-1.6 --gnu kdeveloptest/Makefile 
cd .. && perl admin/am_edit kdeveloptest/Makefile.in 
cd .. && /bin/sh ./config.status kdeveloptest/Makefile depfiles 
fast creating kdeveloptest/Makefile 
config.status: executing depfiles commands 
make[2]: Leaving directory `/home/alexanro/kdeveloptest/kdeveloptest' 
make[2]: Entering directory `/home/alexanro/kdeveloptest/kdeveloptest' 
source='kdeveloptestview.cpp' object='kdeveloptestview.o' libtool=no \ 
depfile='.deps/kdeveloptestview.Po' tmpdepfile='.deps/kdeveloptestview.TPo' \ 
depmode=gcc3 /bin/sh ../admin/depcomp \ 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/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 -O0 -g3 -Wall -fno-exceptions -fno-check-new -c -o kdeveloptestview.o `test -f 'kdeveloptestview.cpp' || echo './'`kdeveloptestview.cpp 
In file included from kdeveloptestview.cpp:8: 
kdeveloptestdoc.h:12:19: qlist.h: No such file or directory 
make[2]: make[2]: Leaving directory `/home/alexanro/kdeveloptest/kdeveloptest' 
*** [kdeveloptestview.o] Error 1 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/home/alexanro/kdeveloptest' 
make: *** [all] Error 2 
*** failed ***
Comment 1 Alexander Rødseth 2004-04-23 15:41:46 UTC
Oh, and it's KDevelop 2.1.5.
Comment 2 Amilcar do Carmo Lucas 2004-04-23 16:07:58 UTC
Version 2.1.5 is outdated.
You have a configuration problem, probably because you do not have the required software installed. That is probably Debian's fault and has nothing to do with KDevelop.

And By the way I srongly recomend you to update to KDevelop 3.0.3
All info that you need is on http://www.kdevelop.org