Bug 53550 - Can't compile Gideon on 29/01/03 - filerepository.moc: No such file or directory
Summary: Can't compile Gideon on 29/01/03 - filerepository.moc: No such file or directory
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-29 02:07 UTC by Francisco Gimeno
Modified: 2003-01-29 11:49 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 Francisco Gimeno 2003-01-29 02:07:15 UTC
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
Comment 1 Harald Fernengel 2003-01-29 02:20:59 UTC
does "make -f Makefile.cvs && ./configure" help? 
Comment 2 Francisco Gimeno 2003-01-29 08:30:18 UTC
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 :) 
Comment 3 Francisco Gimeno 2003-01-29 08:40:40 UTC
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 
Comment 4 Julian Rockey 2003-01-29 08:53:41 UTC
Try 
 
cvs up -d  
 
to ensure new directories are created. All three of these directories were added relatively recently. 
 
Comment 5 Harald Fernengel 2003-01-29 11:49:05 UTC
not a kdevelop bug, for build problems please use the mailing-list instead of the 
bug-tracking system