[New-bugs-announce] [issue1358] Compile error on OS X 10.5

andres report at bugs.python.org
Mon Oct 29 19:14:49 CET 2007


New submission from andres:

Compiling python 2.5.1 on Mac OS X 10.5 (Leopard) fails with the
following message:

gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
-mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I.
-I./Include   -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o
Modules/posixmodule.o
./Modules/posixmodule.c: In function ‘posix_setpgrp’:
./Modules/posixmodule.c:3592: error: too few arguments to function ‘setpgrp’
make: *** [Modules/posixmodule.o] Error 1

I am also attaching the output of the configuration script.

----------
components: Macintosh
files: configure.txt
messages: 56921
nosy: andres
severity: major
status: open
title: Compile error on OS X 10.5
type: compile error
versions: Python 2.5
Added file: http://bugs.python.org/file8655/configure.txt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1358>
__________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.txt
Url: http://mail.python.org/pipermail/new-bugs-announce/attachments/20071029/ecf79fa2/attachment.txt 


More information about the New-bugs-announce mailing list