Newsgroups: comp.os.msdos.djgpp From: george DOT bush AT whitehouse DOT com (George W. Bush) Subject: va_list X-Newsreader: News Xpress 2.01 Lines: 13 Message-ID: Date: Sun, 06 Oct 2002 20:40:07 GMT NNTP-Posting-Host: 204.210.32.134 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.socal.rr.com 1033936807 204.210.32.134 (Sun, 06 Oct 2002 13:40:07 PDT) NNTP-Posting-Date: Sun, 06 Oct 2002 13:40:07 PDT Organization: RoadRunner - West To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com While trying to compile the meschach library, I am getting an error because there appear to be two places where va_list gets defined. The actual error message is: gcc -c -O6 -DHAVE_CONFIG_H copy.c In file included from matrix.h:622, from copy.c:29: 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' make.exe: *** [copy.o] Error 1 Is there a workaround for this?