Re: [python-committers] Failed to build select

2016-08-08 Thread Chris Jerdonek
On Sun, Aug 7, 2016 at 11:45 PM, Steven D'Aprano wrote: > On Mon, Aug 08, 2016 at 12:17:21AM -0400, Ned Deily wrote: >> Also, try without setting PYTHONHOME. I'm not sure what you're trying to do >> by setting that but you shouldn't need to. > > I didn't think I needed to either, but when I try

Re: [python-committers] Failed to build select

2016-08-08 Thread Berker Peksağ
On Mon, Aug 8, 2016 at 9:45 AM, Steven D'Aprano wrote: > I tried make distclean and building again, and I get: > > > Could not find platform dependent libraries > Consider setting $PYTHONHOME to [:] > Could not find platform dependent libraries > Consider setting $PYTHONHOME to [:] > /home/steve

Re: [python-committers] Failed to build select

2016-08-08 Thread Steven D'Aprano
On Mon, Aug 08, 2016 at 01:41:18PM +0300, Berker Peksağ wrote: > > /home/steve/python/python-dev/cpython/Modules/selectmodule.c: In function > > ‘PyInit_select’: > > /home/steve/python/python-dev/cpython/Modules/selectmodule.c:2484: error: > > ‘EPOLLRDHUP’ undeclared (first use in this function)