[issue28190] Cross-build _curses failed if host ncurses headers and target ncurses headers have different layouts

Xavier de Gaye report at bugs.python.org
Sat Dec 10 04:08:33 EST 2016


Xavier de Gaye added the comment:

This patch does not add /usr/include/ncursesw to the include directories search paths when cross compiling.

Restoring the original title.

@Chi Hsuan Yen
Please open a new issue for the detection of the curses paths. The current issue is about the failure to cross compile _curses when /usr/include/ncursesw is added to these paths. See the original post and the original title.

----------
assignee:  -> xdegaye
components:  -Build
stage:  -> patch review
title: Detect curses headers correctly for cross-compiling -> Cross-build _curses failed if host ncurses headers and target ncurses headers have different layouts
versions: +Python 3.6
Added file: http://bugs.python.org/file45831/no-path-to-ncursesw.patch

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


More information about the Python-bugs-list mailing list