From: Martin Str|mberg Subject: Re: Allegro demo compilation Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1028307963.378240@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 02 Aug 2002 17:06:03 GMT Lines: 23 NNTP-Posting-Date: 02 Aug 2002 17:06:03 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1028307963 news.luth.se 441 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alex Vinokur wrote: : % gcc demo.c : In file included from ../include/allegro/base.h:26, : from ../include/allegro.h:27, : from demo.c:22: : 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' ... : What is wrong ? Looks like you didn't read the readme.djgpp file. Right, MartinS : I have a problem with compilation of Allegro demo file. Again?