Issue 542003: Compile fails on posixmodule.c (original) (raw)
Issue542003
Created on 2002-04-10 14:44 by manichawk, last changed 2022-04-10 16:05 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg10245 - (view) | Author: Manic Hawk (manichawk) | Date: 2002-04-10 14:44 |
OS: Slackware Linux 7.0 Kernel: 2.4.18 Glibc: 2.1.2 Python: 2.2.1 release (not candidate) Configure args: ./configure Compile fails on posixmodule.c (attempted twice, with a make distclean between): gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. - I./Include -DHAVE_CONFIG_H - c ./Modules/posixmodule.c -o Modules/posixmodule.o ./Modules/posixmodule.c: In function `posix_nice': ./Modules/posixmodule.c:1270: warning: implicit declaration of function `getpriority' ./Modules/posixmodule.c:1270: `PRIO_PROCESS' undeclared (first use in this function) ./Modules/posixmodule.c:1270: (Each undeclared identifier is reported only once ./Modules/posixmodule.c:1270: for each function it appears in.) make: *** [Modules/posixmodule.o] Error 1 | ||
msg10246 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2002-04-10 18:09 |
Logged In: YES user_id=21627 This appears to be a duplicate of 535545. | ||
msg10247 - (view) | Author: Michael Hudson (mwh) ![]() |
Date: 2002-05-23 10:24 |
Logged In: YES user_id=6656 Indeedy. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-10 16:05:12 | admin | set | github: 36408 |
2002-04-10 14:44:03 | manichawk | create |