From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: help with compiler errors? Date: Wed, 19 Jan 2000 20:07:44 +0200 Organization: NetVision Israel Lines: 22 Message-ID: <3885FD70.F26AB78C@is.elta.co.il> References: <863tqv$mst$1 AT perki DOT connect DOT com DOT au> NNTP-Posting-Host: ras1-p72.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 948305256 10921 62.0.172.74 (19 Jan 2000 18:07:36 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 19 Jan 2000 18:07:36 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com garry reid wrote: > > does anybody know of a good resource for understanding all the errors that i > inevitably get in my attempts to write simple programs then compile and run > them? There is no listing of the error messages emitted by the compiler. They are supposed to be self-explaining. If they aren't, please report them to the compiler maintainers as bugs. > for eg what is a "parse" error? A ``parse error'' in GCC's parlance means a syntax error. In other words, your source says something that the compiler doesn't understand. If you cannot figure this out, post the code fragment which triggered this message (the number of the offending line is printed right before the message text), and someone will help you. > I find the help menus of the djgpp pretty useless really. Which ``help menus'' are those, and why do you think they are useless?