From: Brian Hogg Newsgroups: comp.os.msdos.djgpp Subject: Re: compiler error Date: 29 Nov 1997 16:50:20 GMT Organization: WorldCHAT(tm) Internet Services Lines: 20 Message-ID: <65ph4c$h27$1@news1.worldchat.com> NNTP-Posting-Host: rlan2-p21.wchat.on.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > i am trying to compile this program i wrote 3 days ago, I am using c++ > compiler that comes with djgpp When i compile it keeps giving me this error > message saying that there is a parse error in an included file. Does anyone > know what this parse error message means. My program has no syntax errors. I > can;t figure out what this parse error means. > please respond to me if you know anything about why the compiler gives a > parse error A parse error is something that's wrong with the program. That doesn't sound right :) Here's an example : printf("This is a string"; Would probably give a parse error (mising a parenthesis). Look closer, there must be something wrong either on the line specified, or one before it. Brian ------- Software Development Team http://team.home.ml.org