George King added the comment: Still seeing this problem. Here was my exact process:
$ git clone [email protected]: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 <[email protected]> <http://bugs.python.org/issue29057> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
