This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients brett.cannon, eric.araujo, ned.deily, ronaldoussoren, tarek
Date 2013-07-06.09:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373104078.46.0.307571248677.issue18136@psf.upfronthosting.co.za>
In-reply-to
Content
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:
  (./configure --prefix=/tmp/cp34 CPPFLAGS="-I/opt/python2.7/include" LDFLAGS="-L/opt/python2.7/lib" CFLAGS="-Wno-unused-value -Wno-empty-body -Qunused-arguments" CC=clang; make; make test)

Tests passed correctly.

I'm now rerunning the build with '-I/opt/python2.7/include/python2.7' to ensure that the '#include "Python.h"' could find 2.7 header on the compiler search path.
History
Date User Action Args
2013-07-06 09:47:58ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, tarek, ned.deily, eric.araujo
2013-07-06 09:47:58ronaldoussorensetmessageid: <1373104078.46.0.307571248677.issue18136@psf.upfronthosting.co.za>
2013-07-06 09:47:58ronaldoussorenlinkissue18136 messages
2013-07-06 09:47:57ronaldoussorencreate