Xavier de Gaye added the comment:

The only change that is needed here is to not include /usr/include/ncursesw in 
setup.py when cross compiling to ensure that the headers of the build platform 
are not included.  When cross compiling Python, it is the responsability of the 
packager to set the appropriate CPPFLAGS and LDFLAGS upon invoking configure, 
so that the curses headers are included and the curses libraries are linked at 
build time.
The same is true for the other extension modules, readline, openssl, libffi, 
etc...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28190>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to