X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 26 Dec 2004 19:56:58 -0500 Message-Id: <200412270056.iBR0uwJb025967@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <159.472ebe91.2f009a32@cs.com> (KTrumpetsRule@cs.com) Subject: Re: compiler error msgs References: <159 DOT 472ebe91 DOT 2f009a32 AT cs DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I've managed to resolve most of my "basic" questions using "C For Dummies" > Vols 1 and 2. However I'm still getting a couple of compiler errors. I've > looked all through the DJGPP directory tree and can find no listing of compiler > errors. If I knew what they meant, I could probably track down the cause. GCC's errors are too numerous to document, and intended to be self-explanatory. However, if you don't know C that well, they can be confusing. Post them here and we'll try to explain. Please include the source lines in question, too.