configure: error: failed to recognize APR_INT64_T_FMT on this platform

2019-04-24 Thread ken edward
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

Re: configure: error: failed to recognize APR_INT64_T_FMT on this platform

2019-04-24 Thread Branko Čibej
t; 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