[issue1597850] Cross compiling patches for MINGW

Luke Kenneth Casson Leighton report at bugs.python.org
Fri Sep 12 20:23:37 CEST 2008


Luke Kenneth Casson Leighton <lkcl at lkcl.net> added the comment:

the cross-compile fails on Parser/acceler.c
the reason is because the included file, pyconfig.h,
has "#define gid_t int" for use by the mingw32 compiler,
which is... bad!
removing gid_t from pyconfig.h bizarrely fixes the
compile without.. so far.. any issues....

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


More information about the Python-bugs-list mailing list