From dev-return-37511-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Sat Feb 24 13:18:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 16454180656 for ; Sat, 24 Feb 2018 13:18:30 +0100 (CET) Received: (qmail 74694 invoked by uid 500); 24 Feb 2018 12:18:30 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 74684 invoked by uid 99); 24 Feb 2018 12:18:29 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Feb 2018 12:18:29 +0000 Received: from zulu.local (unknown [77.234.149.123]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 8B1506E0 for ; Sat, 24 Feb 2018 12:18:27 +0000 (UTC) Subject: Re: Building Subversion on the Mac To: Subversion Development References: <27852f76-ee83-19bd-983b-932682ec043f@apache.org> From: =?UTF-8?Q?Branko_=c4=8cibej?= Organization: The Apache Software Foundation Message-ID: <4817381c-9acf-cd13-7c54-552094c777a8@apache.org> Date: Sat, 24 Feb 2018 13:18:25 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-GB On 24.02.2018 12:42, Paul Hammant wrote: > This seems to work for me, based on your advice: > > ./configure --with-apr=/usr/local/opt/apr > --with-apr-util=/usr/local/opt/apr-util > --with-apxs=/usr/local/opt/apache2/bin/apxs > > I'm thinking those are solid Homebrew paths for most people. Yes, they are. That's what I use in my builds, and that's what Homebrew does internally for its Subversion build, too. -- Brane