neither cmake nor unsermake/configure can configure kdebase/trunk
David Faure
faure at kde.org
Tue Mar 7 18:35:29 CET 2006
On Tuesday 07 March 2006 18:32, Kurt Pfeifle wrote:
> in the prefix, you've chosen, are no KDE libraries installed. This will fail.
> So, check this please and use another prefix!
>
> But I could swear that kdelibs4_snapshot is freshly installed exactly
> in above mentioned $prefix (=/opt/kde40svn). ]
Using cmake?
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"
if test -z "$1"; then
--
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