On Mon, Aug 8, 2016 at 9:45 AM, Steven D'Aprano <st...@pearwood.info> wrote: > I tried make distclean and building again, and I get: > > > Could not find platform dependent libraries <exec_prefix> > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > Could not find platform dependent libraries <exec_prefix> > Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] > /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) > /home/steve/python/python-dev/cpython/Modules/selectmodule.c:2484: error: > (Each undeclared identifier is reported only once > /home/steve/python/python-dev/cpython/Modules/selectmodule.c:2484: error: for > each function it appears in.)
Hi Steven, Do you have an old version of Kernel? I think https://hg.python.org/cpython/rev/831ce2a717eb should fix this. --Berker _______________________________________________ python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/