Open egilburg opened 12 years ago
There are 2 issues here (that I know of)
The cmake script is currently not good enough to detect that you don't have the jansson library. Get it from http://www.digip.org/jansson/
Additionally, you will encounter a problem with the ncurses header on OS X; apparrently (I have not tried this myself) you can edit line 77 of nitrohack/include/nhcurses.h from "# include <ncursesw/curses.h>" to "# include <curses.h>"
I hope to try building on OS X myself soon and will fix this properly then.
Thanks for the tips, @DanielT, after those two fixes NitroHack compiles and runs like a charm on OS X.
Did you make the fix? Could you submit the patch as a pull request so it's available in this repo?
@egilburg Surething: added PR #17.
Following the build instructions up to the make command. Get the following error at 86%:
System:
OSX 10.5 make version: 3.8.1 cmake version 2.8.6 gcc version 4.2.1
Dump of the previous cmake command: