X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <3FA605B0.EE0575F1@acm.org> From: Eric Sosman X-Mailer: Mozilla 4.72 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with include file References: <3fa55d45$2_2 AT mk-nntp-1 DOT news DOT uk DOT worldonline DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 17 Date: Mon, 03 Nov 2003 12:36:39 GMT NNTP-Posting-Host: 12.91.10.219 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1067862999 12.91.10.219 (Mon, 03 Nov 2003 12:36:39 GMT) NNTP-Posting-Date: Mon, 03 Nov 2003 12:36:39 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com lutnicx wrote: > > Hi > This is my first message to the group so hello to everyone! > I'm learning C from "Teach yourself C" by Sams, and at the end of first week > there is a simple file to compile called 'week1.c' If needed I can send it. > When compiling with djgpp messages like: > c:/djgpp/include/stdio.h:102: error: parse error before "va_list" > are diplayed. No errors in my code though (i suppose...) You probably forgot to use #include -- Eric Sosman esosman AT acm DOT org