I am trying to compile NPP on the latest verion of Ubuntu. Once everything is in place, I understand that it is a three step process ("./autogen.sh", then "./configure", and finally "make".
It seemed to indicate I got through the first two steps OK. With the make command, I got:
/bin/bash: line 1: cd monster: No such file or directory
make[3]: *** [subdirs] Error 1
make[2]: *** [all] Error 1
make[1]: *** [subdirs] error 1
make: *** [all] error 1
Any thoughts? This is based on the NPPAngband source found at github, work-in-progress branch. Most of the linux specific files in there were taken from Angband at github, v 3.1.2, because that is what NPP is currently based on.
Thanks in advance for anyone who can offer any suggestions as to what to do.
Of course, before doing any of that, I went to http://rephial.org/wiki/Compiling and copied this line into a terminal:
sudo apt-get install autoconf gcc libc6-dev libncurses5-dev libx11-dev \
libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev \
libgtk2.0-dev libglade2-dev
It seemed to indicate I got through the first two steps OK. With the make command, I got:
/bin/bash: line 1: cd monster: No such file or directory
make[3]: *** [subdirs] Error 1
make[2]: *** [all] Error 1
make[1]: *** [subdirs] error 1
make: *** [all] error 1
Any thoughts? This is based on the NPPAngband source found at github, work-in-progress branch. Most of the linux specific files in there were taken from Angband at github, v 3.1.2, because that is what NPP is currently based on.
Thanks in advance for anyone who can offer any suggestions as to what to do.
Of course, before doing any of that, I went to http://rephial.org/wiki/Compiling and copied this line into a terminal:
sudo apt-get install autoconf gcc libc6-dev libncurses5-dev libx11-dev \
libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev \
libgtk2.0-dev libglade2-dev
Comment