[issue10615] Trivial mingw compile fixes

Johann Hanne report at bugs.python.org
Tue Dec 7 08:27:45 CET 2010


Johann Hanne <python at jf.hanne.name> added the comment:

Two corrections for the "configure;make" workaround:
- WRONG: Remove the created pyconfig.h and replace PC/pyconfig.h with the manually modified version I'm attaching
- CORRECT: Remove PC/pyconfig.h and replace the created pyconfig.h with the manually modified version I'm attaching
- Modules/config.c needs to modified as well:
-- Replace PyInit_posix by PyInit_nt (two occurences), "posix" by "nt" (in _PyImport_Inittab)
-- Remove '{"pwd", PyInit_pwd},' in _PyImport_Inittab

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10615>
_______________________________________


More information about the Python-bugs-list mailing list