[issue13756] Python3.2.2 make fail on cygwin

Martin v. Löwis report at bugs.python.org
Mon Feb 27 17:54:21 CET 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

The removal of testing for ncurses.h is incorrect: this should break the Linux build, where ncurses.h is indeed commonly located in /usr/include.

Not sure how to proceed here: if somebody would try to reproduce the problem, they would likely come up with a patch which is fairly different from the one you are proposing. 

So, Luis: are you interested in working out a complete and correct patch? If so, please start with generating one that is against the hg 3.2 branch (or perhaps even against the default branch). It's ok if you are not interested, in that case we'll need to wait for some other volunteer.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13756>
_______________________________________


More information about the Python-bugs-list mailing list