Message-ID: <3D4D87E5.5080407@yahoo.com> From: Jetset Willy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: how do I include stdio.h and stdarg.h? References: <3D4CCB5C DOT 6040601 AT yahoo DOT com> <1028460712 DOT 227706 AT queeg DOT ludd DOT luth DOT se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 29 NNTP-Posting-Host: 12.239.155.179 X-Complaints-To: abuse AT attbi DOT com X-Trace: rwcrnsc51.ops.asp.att.net 1028491244 12.239.155.179 (Sun, 04 Aug 2002 20:00:44 GMT) NNTP-Posting-Date: Sun, 04 Aug 2002 20:00:44 GMT Organization: AT&T Broadband Date: Sun, 04 Aug 2002 20:00:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martin Str|mberg wrote: > Jetset Willy wrote: > : When I compile, I get the following message: > > : In file included from test.c:2: > : c:/progra~1/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: > : conflicting types > : for `va_list' > : c:/progra~1/djgpp/include/stdio.h:35: previous declaration of `va_list' > > Read the readme.djgpp file in gcc31b.zip. > > : I've seen references to this problem on the web, but they were all for > : platforms other than windows. Most of the fixes I've seen suggested > : either don't apply or don't work. > > Well this is for DOZE so it's advice for a non-WINDOZE platform too, > sort of. > > > Right, > > MartinS Ahh. excellent. It works perfectly now. Next time I have a question, I will rtfm first. Thank you for showing me where to look. Aaron