Changes between Initial Version and Version 3 of Ticket #13549


Ignore:
Timestamp:
Dec 11, 2007, 5:57:08 AM (16 years ago)
Author:
jmpp@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13549

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from to Port Bugs
  • Ticket #13549 – Description

    initial v3  
    11Compile appears to go fine until it hits the file Module/posixmodule.c:
    22
     3{{{
    34gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I. -I./Include -I/opt/local/include -DDARWIN_UNIX03  -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
    45./Modules/posixmodule.c: In function 'posix_setpgrp':
    56./Modules/posixmodule.c:3724: error: too few arguments to function 'setpgrp'
     7}}}
     8