[issue18136] Put local build paths before system build paths in configure.ac and Makefile.pre.in

2013-07-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm not sure what's going on here, the build already seems to behave correctly. What I've done: * Create a python installation in /opt/python2.7 (configure --prefix=/opt/python2.7; make; make install) * Now build and the tip of the default branch:

[issue18136] Put local build paths before system build paths in configure.ac and Makefile.pre.in

2013-07-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: Also the compiler invocations looks fine: for the main build: ... clang -c -Wno-unused-result -Werror=declaration-after-statement -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Wno-unused-value -Wno-empty-body -Qunused-arguments-I. -IInclude

[issue18136] Put local build paths before system build paths in configure.ac and Makefile.pre.in

2013-07-06 Thread Brett Cannon
Brett Cannon added the comment: I'm closing to close this then if Ronald can't reproduce as I have changed computers now and so my setup has shifted. Hopefully I was just a random case. -- resolution: - works for me status: open - closed ___ Python

[issue18136] Put local build paths before system build paths in configure.ac and Makefile.pre.in

2013-06-07 Thread Brett Cannon
Brett Cannon added the comment: I'll change the title to make it more obvious what the problem is. And yes, Homebrew by default uses /usr/local if I remember correctly. -- title: test_distutils failing under OS X 10.8 w/ clang - Put local build paths before system build paths in