On Tue, Sep 3, 2019 at 10:20 PM Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > swdev wrote on Tue, 03 Sep 2019 13:40 +00:00: > > SERF (from get-deps.sh) > > ==== > > cd serf > > # clean the build > > scons -c > > scons APR=/home/jonny/subversion APU=/home/jonny/subversion > > ZLIB=/home/jonny/subversion OPENSSL=/home/jonny/subversion > > PREFIX=/home/jonny/subversion > > > > > > APR, APR-UTIL, ZLIB and OPENSSL all built and installed successfully > > and passed their own tests. > > > > When building SERF, I ran into the following errors > > > ⋮ > > Any ideas as to how I can build SERF? > > Try asking on the Serf mailing list, d...@serf.apache.org (serf doesn't use a > separate users@ list).
And try including what operating system you're starting from. Porting current releases of Subversion to RHEL became.... a hell of a lot more work than anyone was paying me for, which was nothing, so I gave up some years back. If you need my last remnants of build tools, you might look at httpg://github.com/nkadel/ for various obvious subversion releases.and sanitized get-deps.sh. > Good luck, > > Daniel