Problems compiling KDESDK
Jan H. Schrewe
jschrewe at t-online.de
Tue Oct 26 14:28:22 BST 1999
Hi,
Martin Lange wrote:
>
> Hi,
>
> I´m working with a SuSE 6.1.
>
> While new in using and learning about KDevelop, I have not yet managed
> to get a complete compilation of the KDESDK. Startin the ./configure script
> as a normal user it always stops with the message:
>
> running /bin/sh admin/configure --cache-file=.././config.cache --srcdir=.
> admin/configure: admin/configure: No such file or directory
> configure: error: admin/configure failed for kexample
>
> I tried with a version from a book CD (which has KDevelop 1.0 Beta 1) and
> with one from the Internet as well. And none of them works. I also checked
> to do the same as root. But the only difference then is the location of
> the error (as root it can´t find kwm because it´s not in the search path).
>
> What´s missing on my system? What´s this command ´admin/configure´?
Configure is a script which builds your Makefiles. admin/configure means
the configure script in the admin directory which is not available in
that directory. (I don't know why but as long as I know kde it doesn't
work). You have to descent into every directory under kdesdk and execute
./configure in that directory, then type make, make install that should
work (at least it works for me).
> Nevertheless: KDevelop is really great work. Developers go on like that!
>
> Thanks in advance
> --
> Martin Lange
> lange at linext.de
> www.linext.de
greetings
Jan
More information about the KDevelop
mailing list