From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide and djgpp Date: Fri, 12 Dec 1997 07:06:08 -0600 Organization: Southwest Missouri State University Lines: 12 Message-ID: <349136C0.25F5@nic.smsu.edu> References: <3490A9AE DOT 633190F8 AT uclink4 DOT berkeley DOT edu> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: sara.a50.smsu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Paul Frank wrote: > > im using rhide with djgpp and im linking the allegro library in. at > what seems like random times, the compiler spits out "parse error"s on > lines of perfect c code. sometimes it works fine. sometimes it doesnt. > but lines like "int x;" shouldnt produce errors, or so ive been led to > think. anyone have similar problems or know what's up? There is one possibility I have encountered where my perfectly valid C code will generate a compile error when using Allegro. if is included after is included an EOF redefinition is reported. The solution is to include before including .