From: fleet AT cbl DOT cees DOT edu (Fleet Teachout) Newsgroups: comp.os.msdos.djgpp Subject: List of errors? Date: 15 Feb 1999 19:15:13 GMT Organization: University of Maryland Chesapeake Biological Laboratory Lines: 13 Message-ID: <7a9ro1$ej4$1@gamera.cbl.umces.edu> NNTP-Posting-Host: cbl.umces.edu X-Trace: gamera.cbl.umces.edu 919106113 14948 199.75.0.6 (15 Feb 1999 19:15:13 GMT) X-Complaints-To: feedback AT cbl DOT umces DOT edu NNTP-Posting-Date: 15 Feb 1999 19:15:13 GMT X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is there any place I can find a list of the error messages produced by DJGPP with comments on likely screwups? For example: I am getting a "parse error at end of input" with a reference to a line number one greater than the file length. I have checked (numerous times) for mismatched braces, brackets, and parentheses - and for missing semi-colons. I haven't a clue what this error message is trying to tell me. - fleet - I tried "redir -o err.log gcc -v -Wall brk.c" and looked at the output. It didn't help.