[issue29057] Compiler failure on Mac OS X - sys/random.h

George King report at bugs.python.org
Wed Jan 11 11:34:51 EST 2017


George King added the comment:

Still seeing this problem. Here was my exact process:

$ git clone git at github.com:python/cpython.git
$ cd cpython
$ git checkout 2.7
$ mkdir build
$ cd build
$ ../configure
$ make

In file included from ../Python/random.c:7:
/usr/include/sys/random.h:37:32: error: unknown type name 'u_int'

----------

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


More information about the Python-bugs-list mailing list