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 yan12125
Recipients Alex.Willmer, doko, vstinner, yan12125
Date 2016-09-17.17:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474132808.23.0.788365161086.issue28190@psf.upfronthosting.co.za>
In-reply-to
Content
In changeset 919259054621 (from issue12567) and 707761d59a4a (from issue15268), /usr/include/ncursesw was added to include paths in setup.py and configure.ac. This is wrong and breaks cross-compiling. For example, if   host has /usr/include/ncursesw/ncurses.h and target has $SYSROOT/include/ncurses.h, the build fails. An example can be found in [1].

My patch removes all references to /usr/include/ncursesw and uses a robust detection, which is suitable for both native builds and cross builds.

Added the authors of aforementioned changesets.

[1] https://s3.amazonaws.com/archive.travis-ci.org/jobs/159936249/log.txt
History
Date User Action Args
2016-09-17 17:20:09yan12125setrecipients: + yan12125, doko, vstinner, Alex.Willmer
2016-09-17 17:20:08yan12125setmessageid: <1474132808.23.0.788365161086.issue28190@psf.upfronthosting.co.za>
2016-09-17 17:20:08yan12125linkissue28190 messages
2016-09-17 17:20:07yan12125create