Hello, Configure script fail due to pcre update to 6.5. Latest pcre headers add symbols visibility macros, they are defined in "pcre.h" and kde configure script only include "pcreposix.h".
I've attached a trivial patch which fix configure, but the real problem is in "kjs/configure.in.in". Regards, Bouzéloc Tanguy.
--- configure.orig Sun Feb 5 16:29:41 2006 +++ configure Sun Feb 5 16:30:00 2006 @@ -51445,6 +51445,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include <pcre.h> #include <pcreposix.h> int main ()
_______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
