Created
May 19, 2015 08:53
-
-
Save Himanshu-Mishr/c876d54d674c726b37fa to your computer and use it in GitHub Desktop.
Fish installation output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/T/fish-2.2b1 ./configure Tue May 19 14:19:20 IST 2015 | |
checking if autoconf needs to be run... no | |
checking if autoheader needs to be run... no | |
checking for g++... g++ | |
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 g++ accepts -g... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for a sed that does not truncate output... /bin/sed | |
CXXFLAGS: -g -O2 | |
checking for msgfmt... msgfmt | |
checking for doxygen... no | |
checking if we are compiling against glibc... yes | |
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 if we are under Solaris... no | |
checking if we are under BSD... no | |
checking for /proc/self/stat... yes | |
checking for library containing connect... none required | |
checking for library containing nanosleep... none required | |
checking for library containing shm_open... -lrt | |
checking for library containing pthread_create... -lpthread | |
checking for library containing setupterm... -ltinfo | |
checking for library containing nan... none required | |
checking for library containing gettext... none required | |
checking how to run the C++ preprocessor... g++ -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 getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking term.h usability... no | |
checking term.h presence... no | |
checking for term.h... no | |
checking ncurses/term.h usability... no | |
checking ncurses/term.h presence... no | |
checking for ncurses/term.h... no | |
checking ncurses.h usability... no | |
checking ncurses.h presence... no | |
checking for ncurses.h... no | |
checking ncurses/curses.h usability... no | |
checking ncurses/curses.h presence... no | |
checking for ncurses/curses.h... no | |
checking curses.h usability... no | |
checking curses.h presence... no | |
checking for curses.h... no | |
checking stropts.h usability... yes | |
checking stropts.h presence... yes | |
checking for stropts.h... yes | |
checking siginfo.h usability... no | |
checking siginfo.h presence... no | |
checking for siginfo.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking spawn.h usability... yes | |
checking spawn.h presence... yes | |
checking for spawn.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking how to use -D_XOPEN_SOURCE=600 and -D_POSIX_C_SOURCE=200112L... | |
checking if switches "" works... yes | |
checking for struct stat.st_mtimespec.tv_nsec... no | |
checking for struct stat.st_mtim.tv_nsec... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for struct dirent.d_type... yes | |
checking for wcsdup... yes | |
checking for wcsndup... no | |
checking for wcslen... yes | |
checking for wcscasecmp... yes | |
checking for wcsncasecmp... yes | |
checking for fwprintf... yes | |
checking for futimes... yes | |
checking for wcwidth... yes | |
checking for wcswidth... yes | |
checking for wcstok... yes | |
checking for fputwc... yes | |
checking for fgetwc... yes | |
checking for wcstol... yes | |
checking for wcslcat... no | |
checking for wcslcpy... no | |
checking for lrand48_r... yes | |
checking for killpg... yes | |
checking for mkostemp... yes | |
checking for backtrace... yes | |
checking for backtrace_symbols... yes | |
checking for sysconf... yes | |
checking for getifaddrs... yes | |
checking for gettext... yes | |
checking for dcgettext... yes | |
checking for gettext... (cached) yes | |
checking if realpath accepts null for its second argument... yes | |
checking if struct winsize and TIOCGWINSZ exist... yes | |
checking if fwprintf is broken... no | |
checking for _nl_msg_cat_cntr symbol... no | |
checking for __environ symbol... no | |
checking for sys_errlist array... yes | |
checking for _sys_errs array... no | |
checking if getopt_long exists and works... yes | |
checking if we are using non varargs tparm.... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
fish is now configured. | |
Use 'make' and 'make install' to build and install fish. | |
~/T/fish-2.2b1 make Tue May 19 14:19:48 IST 2015 | |
FISH_BUILD_VERSION = 2.2b1 | |
g++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -Wno-sign-compare -D_GNU_SOURCE=1 -D_ISO99_SOURCE=1 -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc/fish\" -DFISH_BUILD_VERSION=\"2.2b1\" -c -o function.o function.cpp | |
g++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -Wno-sign-compare -D_GNU_SOURCE=1 -D_ISO99_SOURCE=1 -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc/fish\" -DFISH_BUILD_VERSION=\"2.2b1\" -c -o builtin.o builtin.cpp | |
In file included from builtin.cpp:403:0: | |
builtin_set_color.cpp:17:20: fatal error: curses.h: No such file or directory | |
#include <curses.h> | |
^ | |
compilation terminated. | |
make: *** [builtin.o] Error 1 | |
! ~/T/fish-2.2b1 Tue May 19 14:20:10 IST 2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment