[Bug 80203] New: default project doesn't compile
Alexander Rødseth
alexanro at pvv.ntnu.no
Fri Apr 23 15:43:24 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=80203
Summary: default project doesn't compile
Product: kdevelop
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: alexanro pvv ntnu no
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 ***
More information about the KDevelop-devel
mailing list