Date: Wed, 22 May 2002 18:49:11 +0300 (WET) From: Andris Pavenis X-Sender: pavenis AT ieva06 To: Michael A Richmond Cc: djgpp AT delorie DOT com Subject: Re: Conflicting types for va_list in gcc 3.1 In-Reply-To: <3.0.5.32.20020522101021.00a4f3b0@mscmail.gsfc.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 22 May 2002, Michael A Richmond wrote: > I have a C program with the following lines in it: > > #include > #include > > When I attempt to compile it under gcc 3.1 I get the following messages: > > In file included from test.c:2: > c:/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: conflicting types for > `va_list' > c:/djgpp/include/stdio.h:35: previous declaration of `va_list' > Make sure You have latest update of djdev203.zip and apply patch included at end of gnu/gcc-3.1/readme.DJGPP (from gcc31b.zip) for include/sys/djtypes.h (from djdev203.zip) It seems that according update of djdev203 is becomming urgent ... Andris