Comments: Authenticated sender is From: "George Foot" To: vdynamo AT aol DOT com (Vdynamo) Date: Tue, 25 Aug 1998 18:24:03 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Allegro make Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk CC: djgpp AT delorie DOT com Message-Id: Precedence: bulk On 25 Aug 98 at 4:53, Vdynamo wrote: > I cant get allegro to compile when using rhide. It says no setupdat.h but I > never had it in the win zip file. I have a setup.dat but no header like it. Can > someone help me. I tried changing the file to a header file but it dosent work > because my icons for dat files are the same for avi files. Can someone help me? > please e-mail me the answer and the setupdat.h or what ever i need `setupdat.h' is generated as part of the make process by the `dat2s' utility. You must not try to compile Allegro inside RHIDE; you must use the GNU Make utility as the documentation suggests. If you don't already have a `make.exe' file in your djgpp bin directory, download the file `mak377b.zip' from the `v2gnu' directory of the djgpp distribution, for example: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/mak377b.zip Unzip this as you unzipped the rest of djgpp, then go to Allegro's base directory and type `make'. This will build the entire library -- the library file, the example programs, the test programs, the utility programs, and the few intermediate files like `setupdat.h' that are generated automatically. -- george DOT foot AT merton DOT oxford DOT ac DOT uk