neither cmake nor unsermake/configure can configure kdebase/trunk
David Faure
faure at kde.org
Tue Mar 7 20:52:42 CET 2006
On Tuesday 07 March 2006 21:22, Kurt Pfeifle wrote:
> > It seems that cmake doesn't install a libkio.la, which is technically not needed,
> > but still the configure from the old system looks for it. Does this patch help?
> >
> > --- admin/acinclude.m4.in (revision 516509)
> > +++ admin/acinclude.m4.in (working copy)
> > @@ -1546,7 +1546,7 @@ AC_CACHE_VAL(ac_cv_have_kde,
> > [#try to guess kde locations
> >
> > kde_check_header="ksharedptr.h"
> > -kde_check_lib="libkio.la"
> > +kde_check_lib="libkio.so"
>
> I changed that line in $srcdir-of-kdebase/admin/acinclude.m4.in -- was that
> the right one?
Yes.
> It didn't help, and gave the same error message at the end of the "configure"
> step.
You did run Makefile.cvs first, right?
No -> please try
Yes -> please check your config.log for the exact problem, or mail it to me in private.
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list