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.

Author mwtree
Recipients mwtree
Date 2012-12-25.23:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356479068.04.0.792569643071.issue16780@psf.upfronthosting.co.za>
In-reply-to
Content
I then try compiling the version 2.7.3, different errors were shown while 'make'

  ./Modules/posixmodule.c:6151:5: warning: implicit declaration of function 'wait'[-Wimplicit-function-declaration]
  ./Modules/posixmodule.c: In function 'posix_fdopen':
  ./Modules/posixmodule.c:6751:9: warning: implicit declaration of function 'fcntl' [-Wimplicit-function-declaration]
  ./Modules/posixmodule.c:6751:27: error: 'F_GETFL' undeclared (first use in this function)
  ./Modules/posixmodule.c:6751:27: note: each undeclared identifier is reported only once for each function it appears in
  ./Modules/posixmodule.c:6753:23: error: 'F_SETFL' undeclared (first use in this function)
  ./Modules/posixmodule.c: In function 'posix_pipe':
  ./Modules/posixmodule.c:6816:5: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration]
  ./Modules/posixmodule.c: At top level:
  ./Modules/posixmodule.c:671:1: warning: 'posix_fildes' defined but not used [-Wunused-function]
  ./Modules/posixmodule.c:7480:1: warning: 'conv_confname' defined but not used [-Wunused-function]
  ./Modules/posixmodule.c:8387:1: warning: 'setup_confname_table' defined but not used [-Wunused-function]
  make: *** [Modules/posixmodule.o] Error 1
History
Date User Action Args
2012-12-25 23:44:28mwtreesetrecipients: + mwtree
2012-12-25 23:44:28mwtreesetmessageid: <1356479068.04.0.792569643071.issue16780@psf.upfronthosting.co.za>
2012-12-25 23:44:27mwtreelinkissue16780 messages
2012-12-25 23:44:25mwtreecreate