X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=h9P+jArbVnVxaaFBynnohgY7peI7PxhEfInMWU4F1go=; b=I36P+4nR/fk1jJrpgm9+4deyoyOOoryOAwXmzbH7Rrty4MocoaBcPE57D0x1jgk2zWt7nnkp8tY2zZCclqFpdj6VIhiGOEqjW23WPVTATzYqlQ2afR8hhaO8MSHN3tij/s/qgfslLYWueSA61RYNcSHk8fJ+D1B0PIEqGxJWJcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HRh3sjaGJAqcmdR/Bl9IMA5VJjJaTvlAYI2QjuuTAE7DsVGLgaT5vI2Fb8NiRUssvIuUn+NsIg6+mogoCu79ra3YI3ircKBgU2CUR4D9o3JaKwX85FcJNo2Q7U/wVAwwnkaKon1zuPOYDu0GV9YITLnxbtGOuPGsTH895t5Ampo= Message-ID: <647fe9b10805031333w37d08aa7hf389aef7bde3694f@mail.gmail.com> Date: Sat, 3 May 2008 23:33:41 +0300 From: "O.Sezer" To: djgpp-workers AT delorie DOT com Subject: Re: inttypes.h and stdint.h C99 issues. In-Reply-To: <200805032021.39365.juan.guerrero@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805032021 DOT 39365 DOT juan DOT guerrero AT gmx DOT de> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 5/3/08, Juan Manuel Guerrero wrote: > While I was trying to port findutils and m4 I ahve noticed that the configure > script always detects that stdint.h and inttypes.h are not C99 conform. For > inttypes.h at least the inclusion of stdint.h is missing. Neatherless this will inttypes.h in my CVS snapshot (from May 02) begins like this: /* Copyright (C) 2003 DJ Delorie, see COPYING.DJ for details */ /* Copyright (C) 2002 DJ Delorie, see COPYING.DJ for details */ #include #ifndef __dj_inttypes__h_ [...] The third line definately includes stdint.h, so it shouldn't be the problem... Ozkan