From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: va_list error Date: Sun, 11 Aug 2002 18:36:42 CDT Organization: Rice University, Houston TX Lines: 12 Message-ID: <3d56f50a.sandmann@clio.rice.edu> References: <20020811221731 DOT 28397 DOT qmail AT web11202 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1029109218 26287 128.42.105.3 (11 Aug 2002 23:40:18 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 11 Aug 2002 23:40:18 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 > I am having trouble building the Allegro library package. .. > d:/djgpp/lib/gcc-lib/djgpp/3.1/include/stdarg.h:110: > conflicting types for `va_list' > d:/djgpp/include/stdio.h:35: previous declaration of > `va_list' You need to patch your copy of sys/djtypes.h - check the readme files which came with your gcc install for a patch, or check the archives of this list... gcc >= 3.1 requires updates to the include files