Version: desconocido (using KDE 3.1.0) Installed from: (3.0) Compiler: gcc version 2.95.4 20011002 (Debian prerelease) OS: Linux (i686) release 2.4.20 Hi! The compiler log: --------- ake[4]: Leaving directory `/home/kikov/src/kdevelop-cvs-comp/parts/cppsupport/templates' make[4]: Entering directory `/home/kikov/src/kdevelop-cvs-comp/parts/cppsupport' source='filerepository.cpp' object='filerepository.lo' libtool=yes \ depfile='.deps/filerepository.Plo' tmpdepfile='.deps/filerepository.TPlo' \ depmode=gcc /bin/sh ../../admin/depcomp \ /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/interfaces -I../../lib/sourceinfo -I../../lib/util -I/usr/include/kde -I/usr/include/qt -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 -fno-common -c -o filerepository.lo `test -f 'filerepository.cpp' || echo './'`filerepository.cpp filerepository.cpp:300: filerepository.moc: No such file or directory make[4]: *** [filerepository.lo] Error 1 make[4]: Leaving directory `/home/kikov/src/kdevelop-cvs-comp/parts/cppsupport' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/kikov/src/kdevelop-cvs-comp/parts/cppsupport' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/kikov/src/kdevelop-cvs-comp/parts' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kikov/src/kdevelop-cvs-comp' make: *** [all] Error 2 kikov@fco-gimeno:~/src/kdevelop-cvs-comp$ --------- Did somebody forget uploading a file? Thx... I have made a cvs -z3 up -r HEAD from kdevelop-3.0a3.tar.bz2. Best Regards
does "make -f Makefile.cvs && ./configure" help?
Ups... I think that I won't be able to test it. ----- kikov@fco-gimeno:~/src/kdevelop-cvs-comp$ make -f Makefile.cvs && ./configure This Makefile is only for the CVS repository This will be deleted before making the distribution *** YOU'RE USING automake (GNU automake) 1.5. *** KDE requires automake 1.6.1 or newer make[1]: *** [cvs] Error 1 make: *** [all] Error 2 ---- so, if you think that it's because ./configure file is not set properly [ as normal, I forgot it :P ], close the bug :)
oh no.... It's worse. I have finally installed automake1.6 and I got this: ----------------- kikov@fco-gimeno:~/src/kdevelop-cvs-comp$ make -f Makefile.cvs && ./configure This Makefile is only for the CVS repository This will be deleted before making the distribution *** Creating acinclude.m4 *** Creating list of subdirectories *** Creating configure.in *** Creating aclocal.m4 *** Creating configure *** Creating config.h template *** Creating Makefile templates lib/Makefile.am:18: required directory lib/structure does not exist parts/Makefile.am:17: required directory parts/filecreate does not exist parts/appwizard/Makefile.am:6: required directory parts/appwizard/khello does not exist make[1]: *** [cvs] Error 1 make: *** [all] Error 2 ---------- any idea? thx
Try cvs up -d to ensure new directories are created. All three of these directories were added relatively recently.
not a kdevelop bug, for build problems please use the mailing-list instead of the bug-tracking system