On Tuesday 07 March 2006 19:52, David Faure wrote: > 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?
Ouch. No, I didnt -- not after editing the acinclude.m4.in file. > No -> please try Yes, configure completed now. Currently running make. Thanks a lot, David :-)) Cheers, Kurt _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
