>>>>> "BAW" == Barry A Warsaw <barry@zope.com> writes: BAW> Yeah, but posixmodule.c has this bit in it: | #ifdef HAVE_NICE | #if defined(HAVE_BROKEN_NICE) && defined(HAVE_SYS_RESOURCE_H) | #if defined(HAVE_GETPRIORITY) && !defined(PRIO_PROCESS) | #include <sys/resource.h> | #endif | #endif BAW> So why isn't sys/resource.h getting included? ...because configure isn't finding it: checking for sys/resource.h... no so HAVE_SYS_RESOURCE_H isn't getting defined in pyconfig.h. It's there in /usr/include though: % ls -l /usr/include/sys/resource.h -rw-r--r-- 1 root root 3185 Sep 20 1999 /usr/include/sys/resource.h Strange. More investigation tomorrow. -Barry
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4