Re: Crawl Stone Soup 0.5 released



On 2009-06-18, FishBulb <guatemalaninsanitypepper@xxxxxxxxx> wrote:
Is anyone else having problems compiling crawl on OS X? I have all the
packages mentioned in INSTALL.txt installed in /sw with fink.
With "make MAKEFILE=makefile_tiles.unix OSX=y" I get:

make[2]: Nothing to be done for `all'.
make[1]: *** No rule to make target `/usr/include/SDL/SDL_main.h',
needed by `acr.o'. Stop.
make: *** [all] Error 2

With "make -f makefile.osx" I get:

cc1plus: warnings being treated as errors
/stone_soup-0.5-src/source/it_use3.cc: In function 'bool evoke_item
(int)':
/stone_soup-0.5-src/source/it_use3.cc:816: warning: unused variable
'wielded'
** BUILD FAILED **
make: *** [Crawl] Error 1

Trying with xcode fails with a bunch of linking errors.

You need to delete the Makefile.dep file and all the .o files. The
official tarball is an unclean Linux Tiles build (I hope this was a
mistake).

-sorear
.



Relevant Pages