"make distclean" is not always enough. You need to remove the Makefile.in= =20 files too. (And no, "make force-reedit" does not always work either.) Instead you could also use "make -f admin/Makefile.common cvs-clean". If = you=20 use it, beware, it removes any file and directory not registered into CVS= =2E=20 (For using it on parts of your tree, adjust the path to the file=20 admin/Makefile.common.) In both cases, you have then to run agan "make -f Makefile.cvs" and=20 "configure" Have a nice day/evening/night! On Thursday 12 December 2002 13:37, Andreas Pakulat wrote: > Hi, > > I don't know if I'm too stupid or if it is a failure in the configure > script/Makfile templates. > > I'm trying to compile kdebase from the KDE_3_1_BRANCH - which should be > like RC5 + some of the security bugs done - or am I wrong with this. > > I did a make distclean and the following configure: > | confiure --prefix=3D/usr/local/kde31 --with-gnu-ld --with-ssl-dir=3D/= usr/ > | --with-pam=3Dyes --with-shadow --with-vorbis=3D/usr/ --with-lame=3D/u= sr/ > | --with-cdparanoia=3D/usr --with-qt-dir=3D/usr/local/kde31/qt > | --with-qt-libraries=3D/usr/local/kde31/qt/lib > > Following Enviroment: > | export CFLAGS=3D"-O3 -march=3Di686 -fstrict-aliasing -malign-function= s=3D4" > | export CVSROOT=3D"" > | export CXX=3D"g++" > | export CXXFLAGS=3D"-O3 -march=3Di686 -fstrict-aliasing -malign-functi= ons=3D4" > | export JAVAHOME=3D"/usr/java/j2sdk1.4.1" > | export KDEDIR=3D"/usr/local/kde31/" > | export KDEHOME=3D"~/.kde31" > | export $QTDIR=3D/usr/local/kde31/qt > | export PATH=3D$QTDIR/bin:$KDEDIR/bin:$PATH > | export LD_LIBRARY_PATH=3D$QTDIR/lib:$KDEDIR/lib > > When I do a make, everytime comes an error saying that some .moc-Files > don't exist. This is right in that there are no .moc files. Last time > this was in kdebas/kcontrol/background. I don't know exactly, but these > .moc files should be created by the normal Makefile and as far as I kno= w > I did not do anything very special?! > > Has somebody a solution for this - I don't want to create every > .moc-file by hand, as I don't know which are needed. > > Andreas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<