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

Re: 1.8.4 up for testing/signing

From: Ben Reser <ben_at_reser.org>
Date: Mon, 28 Oct 2013 15:06:56 -0700

On 10/23/13 1:47 PM, Ben Reser wrote:
> Yeah that's definitely the problem. When Apple built APR they did the
> following to set their C compiler: CC=`xcrun --find cc` which finds the C
> compiler in the XCode install instead of using the command line tool mapping
> that is now optional. The problem with doing that is that the compiler path is
> entirely dependent on the specific version of XCode and of course you don't
> have a compiler at the path they used.
>
> Using apr-1-config to determine the compiler is just silly but I'm guessing
> that's legacy from ctypes-python existing outside of our project before it was
> moved in.

I believe this is fixed in r1536537. Appreciate if you could test it out.

The commit doesn't do anything other than fix the one problem. There's
probably a lot more work that could go into the ctypes build setup.
Received on 2013-10-28 23:07:33 CET

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.