On 24.04.2019 19:43, ken edward wrote:
> Does anyone have an idea how to fixthis error:
>
>
> ./configure --with-sqlite=/u01/tomcat/scm/sqlite-autoconf
> --with-apxs=/u01/tomcat/scm/apache2.4.39kerb/bin/apxs
> --prefix=/u01/tomcat/scm/subversion --enable-javah
> l --with-jdk=/u01/weblogic/java/jdk1.8.0_201
> --with-zlib=/u01/tomcat/scm/zlib-1.2.11
> --with-apr-util=/u01/tomcat/scm/apr-util-1.6.1/bin/apu-1-config
> --with-apr=/u01/tomcat/scm/apr-1.7.0/bin/apr-1-con
> fig --with-lz4=internal --with-utf8proc=internal CPPFLAGS=-DHAVE
>
> configure: Configuring python swig binding
> checking for Python includes... -I/usr/include/python2.7
> checking for compiling Python extensions... gcc -pthread -fPIC
> checking for linking Python extensions... gcc -pthread -shared -Wl,-z,relro
> checking for linking Python libraries... -Wl,-z,relro
> checking for apr_int64_t Python/C API format string...
> configure: error: failed to recognize APR_INT64_T_FMT on this platform
Don't use APR 1.7.0. It changed the way it sets APR_INT64_T_FMT in a way
that interferes with Subversion's configuration for the Python bindings.
This is fixed in our trunk, but not in 1.12.
-- Brane
Received on 2019-04-25 01:12:09 CEST