[issue20211] setup.py: do not add invalid header locations

2016-12-07 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: Got the same issue here on building Python for Android. See https://circleci.com/gh/yan12125/python3-android/11 for an example build log. /usr/include is erroneously included and leads to build failures: building 'xxlimited' extension /home/ubuntu/android-ndk-r

[issue20211] setup.py: do not add invalid header locations

2016-03-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20211] setup.py: do not add invalid header locations

2016-03-09 Thread Martin Hundebøll
Martin Hundebøll added the comment: The patch looks good to me, and works in my setup. -- nosy: +hundeboll ___ Python tracker ___ ___

[issue20211] setup.py: do not add invalid header locations

2015-03-06 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a patch review on this issue please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyt

[issue20211] setup.py: do not add invalid header locations

2014-02-17 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +doko, haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue20211] setup.py: do not add invalid header locations

2014-01-09 Thread Thomas Petazzoni
New submission from Thomas Petazzoni: In the cross-compilation case, setup.py incorrectly adds /usr/include to self.compiler.include_dirs, and results in the following invalid compilation line: /home/thomas/projets/buildroot/output/host/usr/bin/arm-none-linux-gnueabi-gcc -fPIC -Wno-unused-re