PART I.
Compilation
OK, this is not strictly a variant as it is the base, but as all other Review are posted here, i will include the V review here as well, if nobody minds.
Lots of errors regarding "ncurses".
With "configure" this should not happen - but we know what to do to fix Angband 3.0.9: Edit src/autoconf.h.in to comment out the HAVE_STDBOOL_H line.
BUT note, that this needs to be the first step - later you need to edit src/autoconf.h
Works, but the compilation problem can sure not be solved without help from knowing people
It goes beyond enabling ncurses, IMHO.
First impression: Questions could just be answered with <Return>, which is great IMHO
Compilation
OK, this is not strictly a variant as it is the base, but as all other Review are posted here, i will include the V review here as well, if nobody minds.
Code:
tar xzf angband-3.0.9-src.tar.gz cd angband-3.0.9 ./configure make
With "configure" this should not happen - but we know what to do to fix Angband 3.0.9: Edit src/autoconf.h.in to comment out the HAVE_STDBOOL_H line.
BUT note, that this needs to be the first step - later you need to edit src/autoconf.h
Code:
make make install ./angband
It goes beyond enabling ncurses, IMHO.
First impression: Questions could just be answered with <Return>, which is great IMHO
Comment