From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: va_list Date: Sun, 06 Oct 2002 21:52:51 CDT Organization: Rice University, Houston TX Lines: 7 Message-ID: <3da0f703.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1033959212 7022 128.42.105.3 (7 Oct 2002 02:53:32 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 7 Oct 2002 02:53:32 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > c:/djgpp/lib/gcc-lib/djgpp/3.2/include/stdarg.h:110: conflicting types for > `va_list' > c:/djgpp/include/stdio.h:35: previous declaration of `va_list' You are using new GCC and didn't patch the headers. Alternatively, if you download the newest (June 2002) refresh of djdev203.zip from a Simtel mirror the message should go away.