[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building Subversion on the Mac

From: Branko Čibej <brane_at_apache.org>
Date: Sat, 28 Oct 2017 15:51:02 +0200

On 28.10.2017 14:02, Paul Hammant wrote:
> OK, so I can get so far ...
>
> svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
> cd subversion
> brew install libtool apr
> cp
> /usr/local/Cellar/libtool/2.4.6_1/share/libtool/build-aux/config.sub
> build/
> autoconf
> ./configure --build=x86_64 --prefix=/usr/local --with-openssl
> --with-ssl --with-zlib --with-apr=/usr/local/Cellar/apr/1.6.3/
> --with-apr-util=/usr/local/Cellar/apr-util/1.6.1/
>
>
> (Note that I had to config.sub in my Homebrew folders and copy it into
> the build/ directory - barfs without it)
>
> .. but it barfs after during the configure step:
>
>
> <snip/>
>
> checking how to use output level for Ruby bindings tests... normal
> checking for ctypesgen.py... none
> checking stdbool.h usability... yes
> checking stdbool.h presence... yes
> checking for stdbool.h... yes
> checking for stdint.h... (cached) yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: error: cannot find input file:
> `subversion/libsvn_*/*.pc.in <http://pc.in>'
>
> I can't see any files ending in .pc.in <http://pc.in> in any
> subversion/libsvn_ prefixed folder (in the checkout). Therefore I'm
> not surprised the configure step fails when it's looking for those files.
>
> Any advice would be appreciated.

I sent you my build script for the Mac, that uses Homebrew, a while ago.
Why are you still having problems?

-- Brane
Received on 2017-10-28 15:51:06 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.