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 doko
Recipients Alex.Willmer, doko, masamoto, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-12-10.09:10:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481361043.42.0.0408551796564.issue28190@psf.upfronthosting.co.za>
In-reply-to
Content
> The only change that is needed here is to not include
> /usr/include/ncursesw in setup.py when cross compiling

no, this is a very wrong simplification.  Both gcc and clang offer a method to search for header files and libraries in a target specific location. Please use these options.
History
Date User Action Args
2016-12-10 09:10:43dokosetrecipients: + doko, vstinner, xdegaye, serhiy.storchaka, masamoto, Alex.Willmer, yan12125
2016-12-10 09:10:43dokosetmessageid: <1481361043.42.0.0408551796564.issue28190@psf.upfronthosting.co.za>
2016-12-10 09:10:43dokolinkissue28190 messages
2016-12-10 09:10:43dokocreate