Diego Alonso <di...@mathisart.org> added the comment:

I had an empty stropts.h lying around somewhere in /usr/* (can't remember 
where) because some programs don't compile if they don't see that file (even an 
empty one suffices). But Python doesn't compile if it sees it... So I deleted 
stropts.h and then ran ./configure again, compiled, and it worked.

The Python build code should be modified to set HAVE_STROPTS_H to 0 on 
platforms (like Linux) that don't support stropts.h

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to