[pypy-dev] bug with MinGW32

Armin Rigo arigo at tunes.org
Wed May 23 12:49:06 CEST 2012


Hi Bookaa,

On Wed, May 23, 2012 at 6:07 AM, bookaa <rorsoft at gmail.com> wrote:
> !     includes = ['stdlib.h', 'stdio.h', 'sys/types.h', 'stdint.h']

The MSVC compiler before 2010 doesn't provide a 'stdint.h', so this
change would break it.  You need to come up with a more complicated
solution.


Armin


More information about the pypy-dev mailing list