Nice Bug in KDK 1.0

W. Tasin tasin at e-technik.fh-muenchen.de
Thu Dec 9 13:56:45 GMT 1999


Hi together...

> On Thu, 09 Dec 1999, you wrote:
> > On Thu, 09 Dec 1999, you wrote:
> > > > > make[3]: Entering directory `/Programme/kdk-1.0/kdbg/po'
> > > > > make[3]: Nothing to be done for `all'.
> > > > > make[3]: Leaving directory `/Programme/kdk-1.0/kdbg/po'
> > > > > make[3]: Entering directory `/Programme/kdk-1.0/kdbg'
> > > > > make[3]: Leaving directory `/Programme/kdk-1.0/kdbg'
> > > > > make[2]: Leaving directory `/Programme/kdk-1.0/kdbg'
> > > > > make[1]: Leaving directory `/Programme/kdk-1.0/kdbg'
> > > > > Making all in kdevelop
> > > > > make[1]: Entering directory `/Programme/kdk-1.0/kdevelop'
> > > > > make[1]: *** No rule to make target `all'.  Stop.
> > > > > make[1]: Leaving directory `/Programme/kdk-1.0/kdevelop'
> > > > > make: *** [all-recursive] Error 1
> > > > > bash-2.03#
> > > >
> > > > Please have a look at the kdevelop directory if there is a "Makefile".
> > > > If not, run "./configure" in there and then from the root dir of kdk "make".
> > > > This should solve the problem.

Hi Rene,

strange behaviour...
I unpacked the tarball and found the configure, Makefile.in and
acinclude.m4 etc. etc. scripts...
and it works fine on my machine...

can you tell me which switches did you use to build the kdk?
Did you applied any patch??


> > >
> > > I got something like this, but there is no configure in kdevelop dir ? I
> > > compiled without errors, this is happening when i type make install (i compiled
> > > with options that points to my qt include an dlib dirs, everything was ok)
> >
> > If all else fails, do this -
> >
> > make -f Makfile.cvs
> 
> Opps, typo - try this
> make -f Makefile.cvs
> 

Hi jbb, 

Oops, my fault...
I took an old version of kdk... and didn't looked at the files in
the kdk main dir...
kdk-1.0/Makefile.cvs is an INVALID kdk file...

If you want to apply any patch which would change any "Makefile.am" of 
the kdevelop project (e. g. adding some sourcefiles, deleting source
files)
you have to make

cd kdk-1.0/kdevelop	(switching to the kdevelop part of kdk)

aclocal -I .
autoheader
automake
perl am_edit
autoconf

cd ..			(to switch to the main dir of kdk-1.0)
./configure
make
make install


Bye

Walter




More information about the KDevelop mailing list