Mail Archives: djgpp/1998/08/25/13:26:40
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
- Raw text -