Code:
./configure INSTALL="`pwd`/install-sh -c" NCURSES_CONFIG=`which ncursesw6-config` --enable-sdl --enable-sdl-mixer'
./configure INSTALL="`pwd`/install-sh -c" NCURSES_CONFIG=`which ncursesw6-config` --enable-sdl --enable-sdl-mixer'
drwxr-xr-x 21 root root 4096 Feb 11 02:44 /usr/ drwxr-xr-x 20 root root 4096 Jan 20 22:58 /usr/local/ drwxr-xr-x 4 root root 4096 Jan 20 22:57 /usr/local/etc/ drwxr-xr-x 4 root root 4096 Jan 20 22:57 /usr/local/etc/ drwxr-xr-x 34 root root 4096 Jan 20 22:57 /usr/local/share/ drwxr-xr-x 3 root root 4096 Jan 20 22:58 /usr/local/var/ drwxr-xr-x 3 root root 4096 Jan 20 22:58 /usr/local/var/games/ /usr/local/var/games/frogcomposband: total 16 drwxr-xr-x 2 root root 4096 Jan 20 22:58 user/ drwxr-xr-x 2 root root 4096 Jan 20 22:58 save/ drwxr-xr-x 2 root root 4096 Jan 20 22:58 data/ drwxr-xr-x 2 root root 4096 Jan 20 22:58 apex/ /usr/local/share/frogcomposband: total 20 drwxr-xr-x 4 root root 4096 Feb 2 21:45 xtra/ drwxr-xr-x 2 root root 4096 Feb 8 22:37 help/ drwxr-xr-x 3 root root 4096 Feb 2 21:45 FrogComposband/ drwxr-xr-x 2 root root 4096 Feb 8 22:37 fonts/ drwxr-xr-x 2 root root 4096 Feb 8 22:37 file/ /usr/local/etc/frogcomposband: total 8 drwxr-xr-x 2 root root 4096 Feb 8 22:37 pref/ drwxr-xr-x 2 root root 4096 Feb 8 22:37 edit/
'./autogen.sh' './configure NCURSES_CONFIG=`which ncursesw6-config` --enable-sdl --enable-sdl-mixer' 'make' 'make install' (more usually non-root wheel user as 'sudo make install') configure output: 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether make sets $(MAKE)... yes checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for windres... windres checking for rm... /usr/bin/rm checking for mv... /usr/bin/mv checking for cp... /usr/bin/cp checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for _Bool... yes checking for stdbool.h that conforms to C99 or later... 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 for mkstemp... yes checking for usleep... 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/ncursesw6-config checking for ncurses - wide char support... yes checking for mvwaddnwstr... yes checking for use_default_colors... yes checking for can_change_color... yes checking how to run the C preprocessor... gcc -E 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 checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.10... yes checking for IMG_LoadPNG_RW in -lSDL_image... yes checking for TTF_Init in -lSDL_ttf... yes checking for Mix_OpenAudio in -lSDL_mixer... 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/frogcomposband/ lib path: /usr/local/share/frogcomposband/ doc path: /usr/local/share/doc/frogcomposband/ var path: (not used) (with private save and score files in ~/.angband/FrogComposband/) -- Frontends -- - Curses Yes - X11 Yes - SDL Yes - Windows Disabled - Test No - Stats No - SDL sound Yes - Limit colours to 16 No
./configure --with-no-install [the other configuration options you want here] make
./configure --prefix="$HOME/frogcomposband" [the other configure options you want here] make make install
-- Frontends -- - Curses Yes - X11 No; missing libraries - SDL Disabled - Windows Disabled - Test No - Stats No - SDL sound Disabled - Limit colours to 16 No
Failed! [Updating help files - please wait...]
Leave a comment: