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.

Reply via email to