[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My Game



Hello, Chris!

Chris Purnell wrote:
> I've just gotten around to putting up an initial release of
> what may become a game.  I wonder if it would be too much to
> ask for people to have a look at it and tell me what they
> think?

Looks very good! But I had some problems on my system 
(Mandrake-based distro with gcc-2.96):
1. I added #include <stdlib.h> into some files to define exit() 
and alloca(). I also removed -Werror and added -L/usr/X11R6/lib 
in the Makefile for successful compilation/linkage.
2. `lost' executable must be run from the root directory of the 
game to find the data files.

Regards, Dmitry Samoyloff