Thank you. It looks like this information has helped me to compile on Linux, but on Windows gen-make.py is used and that does not like the parameters --with-lz4=internal or --with-utf8proc=internal.

--
Best regards,
Thomas Singer


On 2018-04-18 11:52, Stefan Sperling wrote:
On Wed, Apr 18, 2018 at 10:50:15AM +0200, Thomas Singer wrote:
Hi developers,

I'm trying to build SVN 1.10 on CentOS 6.2 based on a black-box build script
that I have for SVN 1.9. So far it looks like SVN 1.10 requires a newer
sqlite-amalgamation-3081101.zip and requires something regarding LZ4.
Unfortunately, simply adding "--with-lz4=internal" is not sufficient,
because now it complains about "Subversion requires UTF8PROC". How to
install that - where can I find documentation about how to build SVN 1.10?

See ./configure --help ; utf8proc is another new required dependency
and, like with lz4, there's an internal copy you could compile with.

Reply via email to