From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4441 invoked by alias); 9 Aug 2008 18:15:45 -0000 Received: (qmail 4432 invoked by uid 22791); 9 Aug 2008 18:15:45 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 09 Aug 2008 18:14:52 +0000 Received: (qmail 17215 invoked from network); 9 Aug 2008 18:14:50 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Aug 2008 18:14:50 -0000 From: Pedro Alves To: gdb-patches@sourceware.org, tromey@redhat.com Subject: Re: go32-nat, always a thread Date: Sat, 09 Aug 2008 18:15:00 -0000 User-Agent: KMail/1.9.9 Cc: Eli Zaretskii References: <200808080439.17254.pedro@codesourcery.com> <200808091853.44771.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808091914.43489.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00248.txt.bz2 On Saturday 09 August 2008 19:03:09, Tom Tromey wrote: > >>>>> "Pedro" =3D=3D Pedro Alves writes: > > Pedro> =A0 The build complains about not finding stdint.h. =A0DJGPP 2.03 > doesn't Pedro> =A0 come bundled with stdint.h, but we should be picking up > Pedro> =A0 stdint.h from gdb/gnulib. =A0There seems to be a build order > Pedro> =A0 dependency going wrong. =A0We configure gdb/gnulib before star= ting > Pedro> =A0 to build gdb/, but we build gdb/ before gdb/gnulib. > > Please try this patch. > > Tom > > ChangeLog: > 2008-08-09 =A0Tom Tromey =A0 > > =A0=A0=A0=A0=A0=A0=A0=A0* Makefile.in (generated_files): Add GNULIB_H. It fixes the issue, thanks. --=20 Pedro Alves