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.

作者 doko
收信人 doko
日期 2012-07-07.01:04:25
SpamBayes Score -1.0
Marked as misclassified
Message-id <1341623074.57.0.341676091224.issue15268@psf.upfronthosting.co.za>
In-reply-to
内容
the curses configure checks fail if only /usr/include/ncursesw/curses.h is installed (on a Debian/Ubuntu system, uninstall the libncurses5-dev package, and install the libncursesw5-dev package).

The attached patch adds -I/usr/include/ncursesw to CPPFLAGS for the tests.

I assume that most buildbot systems still have an /usr/include/curses.h installed, so the tests do the intended thing, because the features tested are the same in ncurses and ncursesw, but basically the wrong headers are used for these tests if both /usr/include/curses.h and /usr/include/ncursesw/curses.h are installed.
历史
日期 用户 动作 参数
2012-07-07 01:04:34doko修改recipients: + doko
2012-07-07 01:04:34doko修改messageid: <1341623074.57.0.341676091224.issue15268@psf.upfronthosting.co.za>
2012-07-07 01:04:27doko链接issue15268 messages
2012-07-07 01:04:26doko创建