The background is, Debian archives has an older version of Angband available - v3.1 I think it was. It ran alright - but I wanted to get the latest and greatest, straight from rephial.
I downloaded, configured, and make install that newest, v3.5.1
With the new version, I can't set up the terminals. I know the system can do the terminals because the Debian version would do them, but this version, this compilation, won't do windows for me.
So - here's my log of ./configure. For whatever reason, it reports that curses, is missing libraries, SDL is disabled, Windows is disabled, and SDL sound is disabled. Do I need to feed ./configure an argument of some sort to enable all of that?
I'm going to double check the ncurses dependencies, and install those, but I have little idea how to enable the stuff that is disabled.
(searching for the right way to do codes . . . . )
I downloaded, configured, and make install that newest, v3.5.1
With the new version, I can't set up the terminals. I know the system can do the terminals because the Debian version would do them, but this version, this compilation, won't do windows for me.
So - here's my log of ./configure. For whatever reason, it reports that curses, is missing libraries, SDL is disabled, Windows is disabled, and SDL sound is disabled. Do I need to feed ./configure an argument of some sort to enable all of that?
I'm going to double check the ncurses dependencies, and install those, but I have little idea how to enable the stuff that is disabled.
(searching for the right way to do codes . . . . )
Code:
guy@sparky:~/Downloads/angband/angband-3.5.1$ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for tput... /usr/bin/tput configure: touching .deps files Note: You have chosen to compile for installation, with data files in standard locations. For development, you may wish to consider using --with-no-install which will leave the game to run from the directory into which it was extracted and compiled. checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for windres... no checking for rst2html.py... no checking for rst2html... rst2html checking for rst2latex.py... no checking for rst2latex... rst2latex checking for pdflatex... pdflatex checking for rm... /bin/rm checking for mv... /bin/mv checking for cp... /bin/cp checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for mkdir... yes checking for setresgid... yes checking for setegid... yes checking for stat... yes checking if gcc supports -Wno-missing-field-initializers... yes checking if make supports SysV-style inclusion... yes checking for make silent include syntax... gnu checking for ncursesw5-config... /usr/bin/ncursesw5-config checking for ncurses - wide char support... no *** Could not run ncurses test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means ncursesw was incorrectly *** installed or that you have moved ncursesw since it was installed. In the *** latter case, you may want to edit the ncursesw5-config script: *** /usr/bin/ncursesw5-config checking for mvwaddnwstr... no checking for use_default_colors... no checking for can_change_color... no checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes configure: creating ./config.status config.status: creating mk/buildsys.mk config.status: creating mk/extra.mk config.status: creating mk/sinclude.mk config.status: creating src/autoconf.h config.status: src/autoconf.h is unchanged Configuration: Install path: /usr/local binary path: /usr/local/games config path: /usr/local/etc/angband/ lib path: /usr/local/share/angband/ doc path: /usr/local/share/doc/angband/ var path: (not used) (with private save and score files in ~/.angband/Angband/) -- Frontends -- - Curses No; missing libraries - X11 Yes - SDL Disabled - Windows Disabled - Test No - Stats No - SDL sound Disabled
Comment