From: "Michael Macias" Newsgroups: comp.os.msdos.djgpp Subject: Re: beginner compiling error Date: 29 Dec 1998 14:48:17 PST Organization: Concentric Internet Services Lines: 17 Message-ID: <01be337d$6ea22040$7a38adce@mike-> References: <36808066 DOT 3896149 AT yahoo DOT com> <75s14u$jar$1 AT remarQ DOT com> NNTP-Posting-Host: ts008d14.per-md.concentric.net X-Newsreader: Microsoft Internet News 4.70.1162 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Did you run make on Allegro?? > James5 <_james5_ AT yahoo DOT com> wrote in message <36808066 DOT 3896149 AT yahoo DOT com>... > Im getting this error whenever I try to compile a .c file with #include > "allegro.h" in it. > ex1.c:12: allegro.h: No such file or directory (ENOENT) > Im new to djgpp and allegro as well as programming and would like to > know if its a compiling error or something Im not doing right. I copied > a file from the examples dir in allegro and pasted into a directory I > made called c:\djgpp\Mytests. All other programs I made not using > allegro worked fine. > I used the command: gcc ex1.c >I do have the file in c:\djgpp\allegro\allegro.c but I dont know how to > get rid of that error. > Thanks for any help that you may give to this newbie :)