This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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) (Python committer) | 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 |