X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Ian Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with incude file - cont. Message-ID: References: <3fac20e0_3 AT mk-nntp-1 DOT news DOT uk DOT worldonline DOT com> X-Newsreader: MicroPlanet Gravity v2.60 X-Forwarded: for shelob.plus.com via NNTP Proxy Lines: 29 Date: Sat, 8 Nov 2003 11:24:00 -0000 NNTP-Posting-Host: 212.159.3.244 X-Complaints-To: abuse AT plus DOT net DOT uk X-Trace: wards.force9.net 1068290707 212.159.3.244 (Sat, 08 Nov 2003 11:25:07 GMT) NNTP-Posting-Date: Sat, 08 Nov 2003 11:25:07 GMT Organization: Customer of PlusNet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, In article <3fac20e0_3 AT mk-nntp-1 DOT news DOT uk DOT worldonline DOT com>, lutnicx AT yahoo DOT co DOT uk says... > Hi, > I don't really know what you mean by shortening the code to view the problem > because, first, I don't know what causes the problem, and secondly I don't > think is my code... > But again let me be precise what messages are printed by compiler. > No errors in my code apart of lines like: > > c:/djgpp/include/stdio.h:102: error: parse error before "va_list" That does not help anybody to understand your problem. Do you imagine that nobody else includes stdio.h in their C code? If you understand that everybody does so very frequently, you should realise that it usually compiles successfully. That is, you should perceive that your problem is unusual. That is why you need to state exactly which version of DJGPP you have installed, state the command you are using to compile the code, and provide a (short) self-contained piece of C code that compiles with that error. Otherwise people will simply go "it works for me" and leave you to work out what you have done wrong yourself. If you cannot shorten it, including all 120 lines of code would not be the end of the world. Best of luck, Ian