Mail Archives: djgpp/1999/09/14/07:20:11
caz kay writes:
> all the .c files have compiled to EXE`s OK, but when I try to complie a .c
> file with allegro calls (eg. setup.c included with allegro) RHIDE can`t
> find the include files (internal.h or setupdat.h) and I can only use one
> path for the include file in options/directories/includes.
The setup program is not just a single source file: it uses several
internal headers, and has to link with a couple of other sources that
contain the graphics and sound resources. There is no reason to be
building this with Rhide, since the provided makefile will do all
the hard work for you. If you want something simple that you can
build yourself, try the example programs instead.
Shawn Hargreaves.
- Raw text -