Christian Heimes <li...@cheimes.de> added the comment:

I'm glad you figured out the problem and fixed your system.

Python uses autoconf (configure) to detect the presence of features. It's a 
standard approach. Since you had a stropts.h in your include directory, 
configure declared HAVE_STROPTS_H. The system can't deal with incompatible 
stropts.h.

We could add more checks and workaround. IMHO it's not worth the effort and 
time. We assume standard behavior and APIs in lots of places.

----------
nosy: +christian.heimes
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
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