Just now downloaded and built this on my linux box. I encountered two problems:
1) The lib/help/Makefile does not have backslashes at the ends of the lines for the LIBDATA definition
2) When I try to do a "make install", it complains that it can't find the file "m_combat.txt", which indeed does not seem to exist.
The executable *does* seem to build and start (I haven't tried to play it for real yet).
I'm using "./configure --with-no-install --disable-x11 --prefix=`pwd"
1) The lib/help/Makefile does not have backslashes at the ends of the lines for the LIBDATA definition
2) When I try to do a "make install", it complains that it can't find the file "m_combat.txt", which indeed does not seem to exist.
The executable *does* seem to build and start (I haven't tried to play it for real yet).
I'm using "./configure --with-no-install --disable-x11 --prefix=`pwd"
Comment