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 samueljohn
Recipients samueljohn
Date 2012-06-21.17:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340298177.77.0.231186835152.issue15127@psf.upfronthosting.co.za>
In-reply-to
Content
In configrue.in, Python checks if the compiler supports __attribute__((format(PyArg_ParseTuple, 2, 3))) and sets the CFLAGS to "CFLAGS -Werror" to decide this test.

When you build Python with "CFLAGS=-w" (homebrew's default), configure reports 

    whether gcc supports ParseTuple ... yes

which is not supported for clang (I was told).

I know it's hard to remove a certain flag from the CFLAGS, but perhaps there should be better documentation about this issue.
History
Date User Action Args
2012-06-21 17:02:58samueljohnsetrecipients: + samueljohn
2012-06-21 17:02:57samueljohnsetmessageid: <1340298177.77.0.231186835152.issue15127@psf.upfronthosting.co.za>
2012-06-21 17:02:56samueljohnlinkissue15127 messages
2012-06-21 17:02:55samueljohncreate