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 Arfrever
Recipients Arfrever, exarkun, gpolo, loewis
Date 2009-08-20.22:30:45
SpamBayes Score 3.603774e-09
Marked as misclassified No
Message-id <1250807446.79.0.776733177841.issue6731@psf.upfronthosting.co.za>
In-reply-to
Content
> Ok - but your patch does not implement that. If the extension
> fails to compile because the header files are not installed at all,
> even with your patch, there is no error indication.

`make` will return error:

$ cat Makefile
x:
        false
all: x
$ make
false
make: *** [x] Error 1
$ 

Also note that my original patch was created before I slightly changed
my suggestion :) .
History
Date User Action Args
2009-08-20 22:30:46Arfreversetrecipients: + Arfrever, loewis, exarkun, gpolo
2009-08-20 22:30:46Arfreversetmessageid: <1250807446.79.0.776733177841.issue6731@psf.upfronthosting.co.za>
2009-08-20 22:30:45Arfreverlinkissue6731 messages
2009-08-20 22:30:45Arfrevercreate