Message163349
| 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:58 | samueljohn | set | recipients: + samueljohn |
| 2012-06-21 17:02:57 | samueljohn | set | messageid: <1340298177.77.0.231186835152.issue15127@psf.upfronthosting.co.za> |
| 2012-06-21 17:02:56 | samueljohn | link | issue15127 messages |
| 2012-06-21 17:02:55 | samueljohn | create | |