On Mon, Apr 4, 2016 at 6:43 PM, Flávio Cruz <flavioc...@gmail.com> wrote: > On 4 April 2016 at 18:00, David Michael <fedora....@gmail.com> wrote: >> On Mon, Apr 4, 2016 at 3:48 AM, Samuel Thibault <samuel.thiba...@gnu.org> >> wrote: >> > Flavio Cruz, on Wed 30 Mar 2016 02:26:28 +0200, wrote: >> >> Implement stdint.h and use it in gnumach. >> > >> > Applied, thanks! >> >> Just noting: This seems to slightly break bootstrapping. The test >> for mach/mach_types.h in glibc's configure fails due to <stdint.h> not >> being installed yet. You can append >> ac_cv_header_mach_mach_types_h=yes to the configure command line to >> skip that test, and it will build normally. > > Can you try with the new patch? When I cross-compiled the system with I > think I had some leftover files from previous compilations which made > everything compile (when it shouldn't). I've tested now with a clean slate > and it seems to work fine.
Yes, it looks good now. Thanks. David