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 masamoto
Recipients donmez, mark.dickinson, masamoto, serhiy.storchaka, twouters, yan12125
Date 2016-10-08.14:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475936189.41.0.490641562243.issue25720@psf.upfronthosting.co.za>
In-reply-to
Content
Added comment in review.

Yen,  I tried to build without curses.h file (overwrite to ncurses.h). It was failed on checking header. Hence, I confirmed curses headers on Cygwin and Ubuntu.

I found out that curses.h includes the directive "#include <unctrl.h>". And unctrl.h has "#include <curses.h>". Therefore, I think that some platforms require curses.h.
Would you confirm your platform curses library?
History
Date User Action Args
2016-10-08 14:16:29masamotosetrecipients: + masamoto, twouters, mark.dickinson, donmez, serhiy.storchaka, yan12125
2016-10-08 14:16:29masamotosetmessageid: <1475936189.41.0.490641562243.issue25720@psf.upfronthosting.co.za>
2016-10-08 14:16:29masamotolinkissue25720 messages
2016-10-08 14:16:29masamotocreate