This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gwk
Recipients Jim Nasby, Pam.McANulty, benjamin.peterson, christian.heimes, gwk, larry, mark.dickinson, ned.deily, python-dev, rhettinger, ronaldoussoren, vstinner, yan12125
Date 2017-01-11.16:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484152491.91.0.814484071601.issue29057@psf.upfronthosting.co.za>
In-reply-to
Content
Still seeing this problem. Here was my exact process:

$ git clone git@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'
History
Date User Action Args
2017-01-11 16:34:52gwksetrecipients: + gwk, rhettinger, ronaldoussoren, mark.dickinson, vstinner, larry, christian.heimes, benjamin.peterson, ned.deily, python-dev, Pam.McANulty, yan12125, Jim Nasby
2017-01-11 16:34:51gwksetmessageid: <1484152491.91.0.814484071601.issue29057@psf.upfronthosting.co.za>
2017-01-11 16:34:51gwklinkissue29057 messages
2017-01-11 16:34:51gwkcreate