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.

classification
Title: Compile fails on posixmodule.c
Type: Stage:
Components: Build Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: loewis, manichawk, mwh
Priority: normal Keywords:

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:12adminsetgithub: 36408
2002-04-10 14:44:03manichawkcreate