[issue1358] Compile error on OS X 10.5

Simon Percivall report at bugs.python.org
Thu Nov 22 11:57:56 CET 2007


Simon Percivall added the comment:

It has to do with the MACOSX_DEPLOYMENT_TARGET. If it's set to 10.4, the 
legacy version of setpgrp is used (with args), it it's 10.5, setpgrp 
expects no arguments. It seems configure won't detect the difference.

----------
nosy: +percivall

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1358>
__________________________________


More information about the Python-bugs-list mailing list