From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Error using allegro. (maybe) Date: Thu, 10 Oct 1996 10:25:46 +0200 Organization: TU Chemnitz-Zwickau Lines: 18 Message-ID: <325CB30A.60D@Mathematik.tu-chemnitz.de> References: NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: James Flemer To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In addition to Eli's answer, I would suggest to analize, the preprocessor output: run gcc -E foo.c > foo.i and then look at the file foo.i at the lines, where the error was. Probably the file foo.h defines some macros, which result in a '='. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************