Date: Thu, 10 Oct 1996 09:31:02 +0200 (IST) From: Eli Zaretskii To: James Flemer Cc: djgpp mailing list Subject: Re: Error using allegro. (maybe) In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 9 Oct 1996, James Flemer wrote: > includes 'allegro.h'. I have included all the info I thought relavant "foo.h" is certainly relevant, but you didn't include it. What happens if you move #include "foo.h" *after* allegro.h? > c:/gnu/contrib/allegro/allegro.h: In function `stretch_sprite': > In file included from foo.c:3: > c:/gnu/contrib/allegro/allegro.h:613: parse error before `=' There is no `=' on line 613 (or anywhere near that) in allegro.h. It probably has something to do with some define on `foo.h' or elsewhere in your program *before* allegro.h is included.