Created
March 31, 2013 11:49
-
-
Save almog/5280373 to your computer and use it in GitHub Desktop.
Tmux upgrade issue logs
This file contains hidden or 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
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew upgrade tmux | |
------------------------------------------------ | |
==> Upgrading 1 outdated package, with result: | |
tmux 1.8 | |
==> Upgrading tmux | |
rm /usr/local/bin/tmux | |
rm /usr/local/etc/bash_completion.d/tmux | |
rm /usr/local/share/man/man1/tmux.1 | |
==> Downloading http://sourceforge.net/projects/tmux/files/tmux/tmux-1.8/tmux-1.8.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/tmux-1.8.tar.gz | |
tar xf /Library/Caches/Homebrew/tmux-1.8.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tmux/1.8 --sysconfdir=/usr/local/etc | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tmux/1.8 --sysconfdir=/usr/local/etc | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... etc/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... i686-apple-darwin11.4.0 | |
checking host system type... i686-apple-darwin11.4.0 | |
checking for gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking whether cc understands -c and -o together... yes | |
checking how to run the C preprocessor... cc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/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 bitstring.h usability... yes | |
checking bitstring.h presence... yes | |
checking for bitstring.h... yes | |
checking curses.h usability... yes | |
checking curses.h presence... yes | |
checking for curses.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking ncurses.h usability... yes | |
checking ncurses.h presence... yes | |
checking for ncurses.h... yes | |
checking ndir.h usability... no | |
checking ndir.h presence... no | |
checking for ndir.h... no | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking for stdint.h... (cached) yes | |
checking sys/dir.h usability... yes | |
checking sys/dir.h presence... yes | |
checking for sys/dir.h... yes | |
checking sys/ndir.h usability... no | |
checking sys/ndir.h presence... no | |
checking for sys/ndir.h... no | |
checking sys/tree.h usability... no | |
checking sys/tree.h presence... no | |
checking for sys/tree.h... no | |
checking term.h usability... yes | |
checking term.h presence... yes | |
checking for term.h... yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking for gcc that whines about -I... yes | |
checking for glibc... no | |
checking for library containing clock_gettime... no | |
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for LIBEVENT... yes | |
checking for library containing setupterm... -lcurses | |
checking for b64_ntop... yes | |
checking for library containing inet_ntoa... none required | |
checking for library containing socket... none required | |
checking for socket in -lxnet... no | |
checking for CMSG_DATA... yes | |
checking for library containing imsg_init... no | |
checking for library containing forkpty... none required | |
checking for closefrom... no | |
checking for daemon... yes | |
checking for setenv... yes | |
checking for strlcpy... yes | |
checking for strlcat... yes | |
checking for asprintf... yes | |
checking for fgetln... yes | |
checking for strcasestr... yes | |
checking for strsep... yes | |
checking for strtonum... no | |
checking for strnvis... no | |
checking for getopt... yes | |
checking whether optarg is declared... yes | |
checking whether optind is declared... yes | |
checking whether optreset is declared... yes | |
checking if system getopt should be avoided... no | |
checking for bzero... yes | |
checking for dirfd... no | |
checking for setproctitle... no | |
checking for sysconf... yes | |
checking for BSD-style unsigned types... yes | |
checking whether TAILQ_PREV is declared... yes | |
checking whether TAILQ_REPLACE is declared... no | |
checking for __progname... yes | |
checking whether F_CLOSEM is declared... no | |
checking for /proc/$$... no | |
checking platform... darwin | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
==> make install | |
make install | |
cc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"tmux\ 1.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_BITSTRING_H=1 -DHAVE_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_NCURSES_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_TERM_H=1 -DHAVE_UTIL_H=1 -DHAVE_B64_NTOP=1 -DHAVE_FORKPTY=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_ASPRINTF=1 -DHAVE_FGETLN=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_DECL_OPTARG=1 -DHAVE_DECL_OPTIND=1 -DHAVE_DECL_OPTRESET=1 -DHAVE_GETOPT=1 -DHAVE_BZERO=1 -DHAVE_SYSCONF=1 -DHAVE_BSD_TYPES=1 -DHAVE___PROGNAME=1 -DBROKEN_CMSG_FIRSTHDR=1 -I. -I/usr/local/Cellar/libevent/2.0.21/include -iquote. -I/usr/local/include -std=gnu99 -O2 -c arguments.c | |
brew: superenv removed: -I/usr/local/include -O2 | |
arguments.c:64:2: error: use of undeclared identifier 'optreset' | |
optreset = 1; | |
^ | |
1 error generated. | |
make: *** [arguments.o] Error 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 8226b38ad8e69c3f73cbb36e6b557934d4339320 | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.6.1 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
X11: 2.6.4 => /usr/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
LDFLAGS: -lresolv | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libevent/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libevent/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: tmux did not build | |
Logs: /Users/almog/Library/Logs/Homebrew/tmux/config.log | |
ln -s ../../Cellar/tmux/1.7/etc/bash_completion.d/tmux tmux | |
ln -s ../Cellar/tmux/1.7/bin/tmux tmux | |
ln -s ../../../Cellar/tmux/1.7/share/man/man1/tmux.1 tmux.1 | |
ln -s ../../Cellar/tmux/1.7 tmux | |
ln -s ../Cellar/tmux/1.7 tmux | |
Content of ~/Library/Logs/Homebrew/tmux/config.log | |
----------------------------------------------------- | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by tmux configure 1.8, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tmux/1.8 --sysconfdir=/usr/local/etc | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = almog.hq.kred | |
uname -m = x86_64 | |
uname -r = 11.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 157 tasks, 716 threads, 8 processors | |
Load average: 1.65, Mach factor: 6.34 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/pkg-config/bin | |
PATH: /usr/local/opt/libevent/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2317: checking for a BSD-compatible install | |
configure:2385: result: /usr/bin/install -c | |
configure:2396: checking whether build environment is sane | |
configure:2451: result: yes | |
configure:2602: checking for a thread-safe mkdir -p | |
configure:2641: result: etc/install-sh -c -d | |
configure:2648: checking for gawk | |
configure:2678: result: no | |
configure:2648: checking for mawk | |
configure:2678: result: no | |
configure:2648: checking for nawk | |
configure:2678: result: no | |
configure:2648: checking for awk | |
configure:2664: found /usr/bin/awk | |
configure:2675: result: awk | |
configure:2686: checking whether make sets $(MAKE) | |
configure:2708: result: yes | |
configure:2799: checking build system type | |
configure:2813: result: i686-apple-darwin11.4.0 | |
configure:2833: checking host system type | |
configure:2846: result: i686-apple-darwin11.4.0 | |
configure:2921: checking for gcc | |
configure:2948: result: cc | |
configure:3177: checking for C compiler version | |
configure:3186: cc --version >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3197: $? = 0 | |
configure:3186: cc -v >&5 | |
Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
clang: warning: argument unused during compilation: '-isystem /usr/local/include' | |
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2' | |
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/' | |
clang: warning: argument unused during compilation: '-L/usr/local/lib' | |
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' | |
configure:3197: $? = 0 | |
configure:3186: cc -V >&5 | |
clang: error: unsupported option '-V -isystem/usr/local/include' | |
clang: error: no input files | |
configure:3197: $? = 1 | |
configure:3186: cc -qversion >&5 | |
clang: error: no input files | |
configure:3197: $? = 1 | |
configure:3217: checking whether the C compiler works | |
configure:3239: cc -lresolv conftest.c >&5 | |
configure:3243: $? = 0 | |
configure:3291: result: yes | |
configure:3294: checking for C compiler default output file name | |
configure:3296: result: a.out | |
configure:3302: checking for suffix of executables | |
configure:3309: cc -o conftest -lresolv conftest.c >&5 | |
configure:3313: $? = 0 | |
configure:3335: result: | |
configure:3357: checking whether we are cross compiling | |
configure:3365: cc -o conftest -lresolv conftest.c >&5 | |
configure:3369: $? = 0 | |
configure:3376: ./conftest | |
configure:3380: $? = 0 | |
configure:3395: result: no | |
configure:3400: checking for suffix of object files | |
configure:3422: cc -c conftest.c >&5 | |
configure:3426: $? = 0 | |
configure:3447: result: o | |
configure:3451: checking whether we are using the GNU C compiler | |
configure:3470: cc -c conftest.c >&5 | |
configure:3470: $? = 0 | |
configure:3479: result: yes | |
configure:3488: checking whether cc accepts -g | |
configure:3508: cc -c -g conftest.c >&5 | |
configure:3508: $? = 0 | |
configure:3549: result: yes | |
configure:3566: checking for cc option to accept ISO C89 | |
configure:3629: cc -c conftest.c >&5 | |
configure:3629: $? = 0 | |
configure:3642: result: none needed | |
configure:3673: checking for style of include used by make | |
configure:3701: result: GNU | |
configure:3727: checking dependency style of cc | |
configure:3838: result: none | |
configure:3857: checking whether cc understands -c and -o together | |
configure:3885: cc -c conftest.c -o conftest2.o >&5 | |
configure:3889: $? = 0 | |
configure:3895: cc -c conftest.c -o conftest2.o >&5 | |
configure:3899: $? = 0 | |
configure:3954: result: yes | |
configure:3988: checking how to run the C preprocessor | |
configure:4019: cc -E conftest.c | |
configure:4019: $? = 0 | |
configure:4033: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4033: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4058: result: cc -E | |
configure:4078: cc -E conftest.c | |
configure:4078: $? = 0 | |
configure:4092: cc -E conftest.c | |
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:4092: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4121: checking for grep that handles long lines and -e | |
configure:4179: result: /usr/bin/grep | |
configure:4184: checking for egrep | |
configure:4246: result: /usr/bin/grep -E | |
configure:4251: checking for ANSI C header files | |
configure:4271: cc -c conftest.c >&5 | |
configure:4271: $? = 0 | |
configure:4344: cc -o conftest -lresolv conftest.c >&5 | |
configure:4344: $? = 0 | |
configure:4344: ./conftest | |
configure:4344: $? = 0 | |
configure:4355: result: yes | |
configure:4368: checking for sys/types.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for sys/stat.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for stdlib.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for string.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for memory.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for strings.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for inttypes.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for stdint.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4368: checking for unistd.h | |
configure:4368: cc -c conftest.c >&5 | |
configure:4368: $? = 0 | |
configure:4368: result: yes | |
configure:4401: checking bitstring.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking bitstring.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for bitstring.h | |
configure:4401: result: yes | |
configure:4401: checking curses.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking curses.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for curses.h | |
configure:4401: result: yes | |
configure:4401: checking dirent.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking dirent.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for dirent.h | |
configure:4401: result: yes | |
configure:4401: checking fcntl.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking fcntl.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for fcntl.h | |
configure:4401: result: yes | |
configure:4401: checking for inttypes.h | |
configure:4401: result: yes | |
configure:4401: checking libutil.h usability | |
configure:4401: cc -c conftest.c >&5 | |
conftest.c:59:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <libutil.h> | |
configure:4401: result: no | |
configure:4401: checking libutil.h presence | |
configure:4401: cc -E conftest.c | |
conftest.c:26:10: fatal error: 'libutil.h' file not found | |
#include <libutil.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <libutil.h> | |
configure:4401: result: no | |
configure:4401: checking for libutil.h | |
configure:4401: result: no | |
configure:4401: checking ncurses.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking ncurses.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for ncurses.h | |
configure:4401: result: yes | |
configure:4401: checking ndir.h usability | |
configure:4401: cc -c conftest.c >&5 | |
conftest.c:60:10: fatal error: 'ndir.h' file not found | |
#include <ndir.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <ndir.h> | |
configure:4401: result: no | |
configure:4401: checking ndir.h presence | |
configure:4401: cc -E conftest.c | |
conftest.c:27:10: fatal error: 'ndir.h' file not found | |
#include <ndir.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| /* end confdefs.h. */ | |
| #include <ndir.h> | |
configure:4401: result: no | |
configure:4401: checking for ndir.h | |
configure:4401: result: no | |
configure:4401: checking paths.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking paths.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for paths.h | |
configure:4401: result: yes | |
configure:4401: checking pty.h usability | |
configure:4401: cc -c conftest.c >&5 | |
conftest.c:61:10: fatal error: 'pty.h' file not found | |
#include <pty.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <pty.h> | |
configure:4401: result: no | |
configure:4401: checking pty.h presence | |
configure:4401: cc -E conftest.c | |
conftest.c:28:10: fatal error: 'pty.h' file not found | |
#include <pty.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| /* end confdefs.h. */ | |
| #include <pty.h> | |
configure:4401: result: no | |
configure:4401: checking for pty.h | |
configure:4401: result: no | |
configure:4401: checking for stdint.h | |
configure:4401: result: yes | |
configure:4401: checking sys/dir.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking sys/dir.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for sys/dir.h | |
configure:4401: result: yes | |
configure:4401: checking sys/ndir.h usability | |
configure:4401: cc -c conftest.c >&5 | |
conftest.c:63:10: fatal error: 'sys/ndir.h' file not found | |
#include <sys/ndir.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/ndir.h> | |
configure:4401: result: no | |
configure:4401: checking sys/ndir.h presence | |
configure:4401: cc -E conftest.c | |
conftest.c:30:10: fatal error: 'sys/ndir.h' file not found | |
#include <sys/ndir.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/ndir.h> | |
configure:4401: result: no | |
configure:4401: checking for sys/ndir.h | |
configure:4401: result: no | |
configure:4401: checking sys/tree.h usability | |
configure:4401: cc -c conftest.c >&5 | |
conftest.c:63:10: fatal error: 'sys/tree.h' file not found | |
#include <sys/tree.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/tree.h> | |
configure:4401: result: no | |
configure:4401: checking sys/tree.h presence | |
configure:4401: cc -E conftest.c | |
conftest.c:30:10: fatal error: 'sys/tree.h' file not found | |
#include <sys/tree.h> | |
^ | |
1 error generated. | |
configure:4401: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/tree.h> | |
configure:4401: result: no | |
configure:4401: checking for sys/tree.h | |
configure:4401: result: no | |
configure:4401: checking term.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking term.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for term.h | |
configure:4401: result: yes | |
configure:4401: checking util.h usability | |
configure:4401: cc -c conftest.c >&5 | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking util.h presence | |
configure:4401: cc -E conftest.c | |
configure:4401: $? = 0 | |
configure:4401: result: yes | |
configure:4401: checking for util.h | |
configure:4401: result: yes | |
configure:4449: checking for gcc that whines about -I | |
configure:4476: result: yes | |
configure:4507: checking for glibc | |
conftest.c:33:12: fatal error: 'features.h' file not found | |
#include <features.h> | |
^ | |
1 error generated. | |
configure:4535: result: no | |
configure:4539: checking for library containing clock_gettime | |
configure:4570: cc -o conftest -lresolv conftest.c >&5 | |
Undefined symbols for architecture x86_64: | |
"_clock_gettime", referenced from: | |
_main in conftest-SYiBRF.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4570: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:4570: cc -o conftest -lresolv conftest.c -lrt >&5 | |
ld: library not found for -lrt | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4570: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:4587: result: no | |
configure:4651: checking for pkg-config | |
configure:4669: found /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4681: result: /usr/local/opt/pkg-config/bin/pkg-config | |
configure:4706: checking pkg-config is at least version 0.9.0 | |
configure:4709: result: yes | |
configure:4719: checking for LIBEVENT | |
configure:4726: $PKG_CONFIG --exists --print-errors "libevent" | |
configure:4729: $? = 0 | |
configure:4743: $PKG_CONFIG --exists --print-errors "libevent" | |
configure:4746: $? = 0 | |
configure:4906: result: yes | |
configure:4919: checking for library containing setupterm | |
configure:4950: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_setupterm", referenced from: | |
_main in conftest-AEfk2q.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4950: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setupterm (); | |
| int | |
| main () | |
| { | |
| return setupterm (); | |
| ; | |
| return 0; | |
| } | |
configure:4950: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lterminfo -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
ld: library not found for -lterminfo | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:4950: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setupterm (); | |
| int | |
| main () | |
| { | |
| return setupterm (); | |
| ; | |
| return 0; | |
| } | |
configure:4950: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:4950: $? = 0 | |
configure:4967: result: -lcurses | |
configure:4983: checking for b64_ntop | |
configure:5000: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5000: $? = 0 | |
configure:5046: result: yes | |
configure:5059: checking for library containing inet_ntoa | |
configure:5090: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5090: $? = 0 | |
configure:5107: result: none required | |
configure:5115: checking for library containing socket | |
configure:5146: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5146: $? = 0 | |
configure:5163: result: none required | |
configure:5171: checking for socket in -lxnet | |
configure:5196: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lxnet -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
ld: library not found for -lxnet | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5196: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char socket (); | |
| int | |
| main () | |
| { | |
| return socket (); | |
| ; | |
| return 0; | |
| } | |
configure:5205: result: no | |
configure:5220: checking for CMSG_DATA | |
configure:5240: result: yes | |
configure:5276: checking for library containing imsg_init | |
configure:5307: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_imsg_init", referenced from: | |
_main in conftest-F1uETw.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5307: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char imsg_init (); | |
| int | |
| main () | |
| { | |
| return imsg_init (); | |
| ; | |
| return 0; | |
| } | |
configure:5307: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lutil -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_imsg_init", referenced from: | |
_main in conftest-NgIaTI.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5307: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char imsg_init (); | |
| int | |
| main () | |
| { | |
| return imsg_init (); | |
| ; | |
| return 0; | |
| } | |
configure:5324: result: no | |
configure:5348: checking for library containing forkpty | |
configure:5379: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5379: $? = 0 | |
configure:5396: result: none required | |
configure:5420: checking for closefrom | |
configure:5420: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_closefrom", referenced from: | |
_main in conftest-mX6Lgq.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5420: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| /* end confdefs.h. */ | |
| /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define closefrom innocuous_closefrom | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char closefrom (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef closefrom | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char closefrom (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_closefrom || defined __stub___closefrom | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return closefrom (); | |
| ; | |
| return 0; | |
| } | |
configure:5420: result: no | |
configure:5441: checking for daemon | |
configure:5441: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5441: $? = 0 | |
configure:5441: result: yes | |
configure:5462: checking for setenv | |
configure:5462: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5462: $? = 0 | |
configure:5462: result: yes | |
configure:5483: checking for strlcpy | |
configure:5483: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
conftest.c:59:6: warning: incompatible redeclaration of library function 'strlcpy' | |
char strlcpy (); | |
^ | |
conftest.c:59:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:5483: $? = 0 | |
configure:5483: result: yes | |
configure:5504: checking for strlcat | |
configure:5504: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
conftest.c:60:6: warning: incompatible redeclaration of library function 'strlcat' | |
char strlcat (); | |
^ | |
conftest.c:60:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | |
1 warning generated. | |
configure:5504: $? = 0 | |
configure:5504: result: yes | |
configure:5525: checking for asprintf | |
configure:5525: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
conftest.c:72:18: warning: format string missing [-Wformat] | |
return asprintf (); | |
~~~~~~~~ ^ | |
1 warning generated. | |
configure:5525: $? = 0 | |
configure:5525: result: yes | |
configure:5546: checking for fgetln | |
configure:5546: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5546: $? = 0 | |
configure:5546: result: yes | |
configure:5567: checking for strcasestr | |
configure:5567: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5567: $? = 0 | |
configure:5567: result: yes | |
configure:5588: checking for strsep | |
configure:5588: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5588: $? = 0 | |
configure:5588: result: yes | |
configure:5609: checking for strtonum | |
configure:5609: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_strtonum", referenced from: | |
_main in conftest-Zn07ni.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5609: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| /* end confdefs.h. */ | |
| /* Define strtonum to an innocuous variant, in case <limits.h> declares strtonum. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strtonum innocuous_strtonum | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strtonum (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef strtonum | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char strtonum (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_strtonum || defined __stub___strtonum | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strtonum (); | |
| ; | |
| return 0; | |
| } | |
configure:5609: result: no | |
configure:5630: checking for strnvis | |
configure:5630: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_strnvis", referenced from: | |
_main in conftest-PWZJSm.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5630: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| /* end confdefs.h. */ | |
| /* Define strnvis to an innocuous variant, in case <limits.h> declares strnvis. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define strnvis innocuous_strnvis | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char strnvis (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef strnvis | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char strnvis (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_strnvis || defined __stub___strnvis | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return strnvis (); | |
| ; | |
| return 0; | |
| } | |
configure:5630: result: no | |
configure:5652: checking for getopt | |
configure:5652: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5652: $? = 0 | |
configure:5652: result: yes | |
configure:5660: checking whether optarg is declared | |
configure:5660: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
configure:5660: $? = 0 | |
configure:5660: result: yes | |
configure:5679: checking whether optind is declared | |
configure:5679: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
configure:5679: $? = 0 | |
configure:5679: result: yes | |
configure:5698: checking whether optreset is declared | |
configure:5698: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
configure:5698: $? = 0 | |
configure:5698: result: yes | |
configure:5719: checking if system getopt should be avoided | |
configure:5726: result: no | |
configure:5752: checking for bzero | |
configure:5752: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
conftest.c:69:6: warning: incompatible redeclaration of library function 'bzero' | |
char bzero (); | |
^ | |
conftest.c:69:6: note: 'bzero' is a builtin with type 'void (void *, unsigned long)' | |
1 warning generated. | |
configure:5752: $? = 0 | |
configure:5752: result: yes | |
configure:5752: checking for dirfd | |
configure:5752: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_dirfd", referenced from: | |
_main in conftest-Vf98xg.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5752: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_OPTIND 1 | |
| #define HAVE_DECL_OPTRESET 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_BZERO 1 | |
| /* end confdefs.h. */ | |
| /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dirfd innocuous_dirfd | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dirfd (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef dirfd | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dirfd (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_dirfd || defined __stub___dirfd | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dirfd (); | |
| ; | |
| return 0; | |
| } | |
configure:5752: result: no | |
configure:5752: checking for setproctitle | |
configure:5752: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
Undefined symbols for architecture x86_64: | |
"_setproctitle", referenced from: | |
_main in conftest-VE6Wyy.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
configure:5752: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_OPTIND 1 | |
| #define HAVE_DECL_OPTRESET 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_BZERO 1 | |
| /* end confdefs.h. */ | |
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define setproctitle innocuous_setproctitle | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char setproctitle (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef setproctitle | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char setproctitle (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_setproctitle || defined __stub___setproctitle | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return setproctitle (); | |
| ; | |
| return 0; | |
| } | |
configure:5752: result: no | |
configure:5752: checking for sysconf | |
configure:5752: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5752: $? = 0 | |
configure:5752: result: yes | |
configure:5763: checking for BSD-style unsigned types | |
configure:5778: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
configure:5778: $? = 0 | |
configure:5780: result: yes | |
configure:5790: checking whether TAILQ_PREV is declared | |
configure:5790: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
configure:5790: $? = 0 | |
configure:5790: result: yes | |
configure:5799: checking whether TAILQ_REPLACE is declared | |
configure:5799: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
conftest.c:59:10: error: use of undeclared identifier 'TAILQ_REPLACE' | |
(void) TAILQ_REPLACE; | |
^ | |
1 error generated. | |
configure:5799: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_OPTIND 1 | |
| #define HAVE_DECL_OPTRESET 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_BSD_TYPES 1 | |
| /* end confdefs.h. */ | |
| #include <sys/queue.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| #ifndef TAILQ_REPLACE | |
| #ifdef __cplusplus | |
| (void) TAILQ_REPLACE; | |
| #else | |
| (void) TAILQ_REPLACE; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5799: result: no | |
configure:5814: checking for __progname | |
configure:5829: cc -o conftest -I/usr/local/Cellar/libevent/2.0.21/include -lresolv conftest.c -lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent >&5 | |
configure:5829: $? = 0 | |
configure:5831: result: yes | |
configure:5842: checking whether F_CLOSEM is declared | |
configure:5842: cc -c -I/usr/local/Cellar/libevent/2.0.21/include conftest.c >&5 | |
conftest.c:60:10: error: use of undeclared identifier 'F_CLOSEM' | |
(void) F_CLOSEM; | |
^ | |
1 error generated. | |
configure:5842: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "tmux" | |
| #define PACKAGE_TARNAME "tmux" | |
| #define PACKAGE_VERSION "1.8" | |
| #define PACKAGE_STRING "tmux 1.8" | |
| #define PACKAGE_BUGREPORT "" | |
| #define PACKAGE_URL "" | |
| #define PACKAGE "tmux" | |
| #define VERSION "1.8" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_BITSTRING_H 1 | |
| #define HAVE_CURSES_H 1 | |
| #define HAVE_DIRENT_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_NCURSES_H 1 | |
| #define HAVE_PATHS_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_SYS_DIR_H 1 | |
| #define HAVE_TERM_H 1 | |
| #define HAVE_UTIL_H 1 | |
| #define HAVE_B64_NTOP 1 | |
| #define HAVE_FORKPTY 1 | |
| #define HAVE_DAEMON 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRLCPY 1 | |
| #define HAVE_STRLCAT 1 | |
| #define HAVE_ASPRINTF 1 | |
| #define HAVE_FGETLN 1 | |
| #define HAVE_STRCASESTR 1 | |
| #define HAVE_STRSEP 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_OPTIND 1 | |
| #define HAVE_DECL_OPTRESET 1 | |
| #define HAVE_GETOPT 1 | |
| #define HAVE_BZERO 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_BSD_TYPES 1 | |
| #define HAVE___PROGNAME 1 | |
| /* end confdefs.h. */ | |
| #include <fcntl.h> | |
| | |
| | |
| int | |
| main () | |
| { | |
| #ifndef F_CLOSEM | |
| #ifdef __cplusplus | |
| (void) F_CLOSEM; | |
| #else | |
| (void) F_CLOSEM; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5842: result: no | |
configure:5852: checking for /proc/$$ | |
configure:5860: result: no | |
configure:5865: checking platform | |
configure:5874: result: darwin | |
configure:6156: checking that generated files are newer than configure | |
configure:6162: result: done | |
configure:6305: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by tmux config.status 1.8, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on almog.hq.kred | |
config.status:851: creating Makefile | |
config.status:1023: executing depfiles commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i686-apple-darwin11.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=cc | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-lresolv | |
ac_cv_env_LIBEVENT_CFLAGS_set= | |
ac_cv_env_LIBEVENT_CFLAGS_value= | |
ac_cv_env_LIBEVENT_LIBS_set= | |
ac_cv_env_LIBEVENT_LIBS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set=set | |
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_PATH_set=set | |
ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/opt/libevent/lib/pkgconfig | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_asprintf=yes | |
ac_cv_func_bzero=yes | |
ac_cv_func_closefrom=no | |
ac_cv_func_daemon=yes | |
ac_cv_func_dirfd=no | |
ac_cv_func_fgetln=yes | |
ac_cv_func_getopt=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setproctitle=no | |
ac_cv_func_strcasestr=yes | |
ac_cv_func_strlcat=yes | |
ac_cv_func_strlcpy=yes | |
ac_cv_func_strnvis=no | |
ac_cv_func_strsep=yes | |
ac_cv_func_strtonum=no | |
ac_cv_func_sysconf=yes | |
ac_cv_have_decl_F_CLOSEM=no | |
ac_cv_have_decl_TAILQ_PREV=yes | |
ac_cv_have_decl_TAILQ_REPLACE=no | |
ac_cv_have_decl_optarg=yes | |
ac_cv_have_decl_optind=yes | |
ac_cv_have_decl_optreset=yes | |
ac_cv_header_bitstring_h=yes | |
ac_cv_header_curses_h=yes | |
ac_cv_header_dirent_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_libutil_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_ncurses_h=yes | |
ac_cv_header_ndir_h=no | |
ac_cv_header_paths_h=yes | |
ac_cv_header_pty_h=no | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_dir_h=yes | |
ac_cv_header_sys_ndir_h=no | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_tree_h=no | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_term_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_util_h=yes | |
ac_cv_host=i686-apple-darwin11.4.0 | |
ac_cv_lib_xnet_socket=no | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/opt/pkg-config/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='cc -E' | |
ac_cv_prog_ac_ct_CC=cc | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_cc_c_o=yes | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_clock_gettime=no | |
ac_cv_search_forkpty='none required' | |
ac_cv_search_imsg_init=no | |
ac_cv_search_inet_ntoa='none required' | |
ac_cv_search_setupterm=-lcurses | |
ac_cv_search_socket='none required' | |
am_cv_CC_dependencies_compiler_type=none | |
pkg_cv_LIBEVENT_CFLAGS='-I/usr/local/Cellar/libevent/2.0.21/include ' | |
pkg_cv_LIBEVENT_LIBS='-L/usr/local/Cellar/libevent/2.0.21/lib -levent ' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/missing --run aclocal-1.12' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='$${TAR-tar}' | |
AUTOCONF='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/missing --run automake-1.12' | |
AWK='awk' | |
CC='cc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='' | |
CPP='cc -E' | |
CPPFLAGS='-I/usr/local/Cellar/libevent/2.0.21/include ' | |
CYGPATH_W='echo' | |
DEFS='-DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"tmux\ 1.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"1.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_BITSTRING_H=1 -DHAVE_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_NCURSES_H=1 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_TERM_H=1 -DHAVE_UTIL_H=1 -DHAVE_B64_NTOP=1 -DHAVE_FORKPTY=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_STRLCPY=1 -DHAVE_STRLCAT=1 -DHAVE_ASPRINTF=1 -DHAVE_FGETLN=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_DECL_OPTARG=1 -DHAVE_DECL_OPTIND=1 -DHAVE_DECL_OPTRESET=1 -DHAVE_GETOPT=1 -DHAVE_BZERO=1 -DHAVE_SYSCONF=1 -DHAVE_BSD_TYPES=1 -DHAVE___PROGNAME=1 -DBROKEN_CMSG_FIRSTHDR=1' | |
DEPDIR='.deps' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
GREP='/usr/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
IS_AIX_FALSE='' | |
IS_AIX_TRUE='#' | |
IS_DARWIN_FALSE='#' | |
IS_DARWIN_TRUE='' | |
IS_DEBUG_FALSE='' | |
IS_DEBUG_TRUE='#' | |
IS_DRAGONFLY_FALSE='' | |
IS_DRAGONFLY_TRUE='#' | |
IS_FREEBSD_FALSE='' | |
IS_FREEBSD_TRUE='#' | |
IS_GCC4_FALSE='#' | |
IS_GCC4_TRUE='' | |
IS_GCC_FALSE='#' | |
IS_GCC_TRUE='' | |
IS_GLIBC_FALSE='' | |
IS_GLIBC_TRUE='#' | |
IS_HPUX_FALSE='' | |
IS_HPUX_TRUE='#' | |
IS_LINUX_FALSE='' | |
IS_LINUX_TRUE='#' | |
IS_NETBSD_FALSE='' | |
IS_NETBSD_TRUE='#' | |
IS_OPENBSD_FALSE='' | |
IS_OPENBSD_TRUE='#' | |
IS_SUNCC_FALSE='' | |
IS_SUNCC_TRUE='#' | |
IS_SUNOS_FALSE='' | |
IS_SUNOS_TRUE='#' | |
IS_UNKNOWN_FALSE='' | |
IS_UNKNOWN_TRUE='#' | |
LDFLAGS='-lresolv' | |
LIBEVENT_CFLAGS='-I/usr/local/Cellar/libevent/2.0.21/include ' | |
LIBEVENT_LIBS='-L/usr/local/Cellar/libevent/2.0.21/lib -levent ' | |
LIBOBJS='' | |
LIBS='-lcurses -L/usr/local/Cellar/libevent/2.0.21/lib -levent ' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/missing --run makeinfo' | |
MKDIR_P='etc/install-sh -c -d' | |
NO_ASPRINTF_FALSE='' | |
NO_ASPRINTF_TRUE='#' | |
NO_B64_NTOP_FALSE='' | |
NO_B64_NTOP_TRUE='#' | |
NO_CLOSEFROM_FALSE='#' | |
NO_CLOSEFROM_TRUE='' | |
NO_DAEMON_FALSE='' | |
NO_DAEMON_TRUE='#' | |
NO_FGETLN_FALSE='' | |
NO_FGETLN_TRUE='#' | |
NO_FORKPTY_FALSE='' | |
NO_FORKPTY_TRUE='#' | |
NO_GETOPT_FALSE='' | |
NO_GETOPT_TRUE='#' | |
NO_IMSG_FALSE='#' | |
NO_IMSG_TRUE='' | |
NO_SETENV_FALSE='' | |
NO_SETENV_TRUE='#' | |
NO_STRCASESTR_FALSE='' | |
NO_STRCASESTR_TRUE='#' | |
NO_STRLCAT_FALSE='' | |
NO_STRLCAT_TRUE='#' | |
NO_STRLCPY_FALSE='' | |
NO_STRLCPY_TRUE='#' | |
NO_STRSEP_FALSE='' | |
NO_STRSEP_TRUE='#' | |
NO_STRTONUM_FALSE='#' | |
NO_STRTONUM_TRUE='' | |
NO_VIS_FALSE='#' | |
NO_VIS_TRUE='' | |
OBJEXT='o' | |
PACKAGE='tmux' | |
PACKAGE_BUGREPORT='' | |
PACKAGE_NAME='tmux' | |
PACKAGE_STRING='tmux 1.8' | |
PACKAGE_TARNAME='tmux' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.8' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/opt/pkg-config/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig' | |
PKG_CONFIG_PATH='/usr/local/opt/libevent/lib/pkgconfig' | |
PLATFORM='darwin' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
VERSION='1.8' | |
XOPEN_DEFINES='' | |
ac_ct_CC='cc' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='i686-apple-darwin11.4.0' | |
build_alias='' | |
build_cpu='i686' | |
build_os='darwin11.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='i686-apple-darwin11.4.0' | |
host_alias='' | |
host_cpu='i686' | |
host_os='darwin11.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/tmux-eqTM/tmux-1.8/etc/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/tmux/1.8' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='/usr/local/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "tmux" | |
#define PACKAGE_TARNAME "tmux" | |
#define PACKAGE_VERSION "1.8" | |
#define PACKAGE_STRING "tmux 1.8" | |
#define PACKAGE_BUGREPORT "" | |
#define PACKAGE_URL "" | |
#define PACKAGE "tmux" | |
#define VERSION "1.8" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_BITSTRING_H 1 | |
#define HAVE_CURSES_H 1 | |
#define HAVE_DIRENT_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_NCURSES_H 1 | |
#define HAVE_PATHS_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_SYS_DIR_H 1 | |
#define HAVE_TERM_H 1 | |
#define HAVE_UTIL_H 1 | |
#define HAVE_B64_NTOP 1 | |
#define HAVE_FORKPTY 1 | |
#define HAVE_DAEMON 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_STRLCPY 1 | |
#define HAVE_STRLCAT 1 | |
#define HAVE_ASPRINTF 1 | |
#define HAVE_FGETLN 1 | |
#define HAVE_STRCASESTR 1 | |
#define HAVE_STRSEP 1 | |
#define HAVE_DECL_OPTARG 1 | |
#define HAVE_DECL_OPTIND 1 | |
#define HAVE_DECL_OPTRESET 1 | |
#define HAVE_GETOPT 1 | |
#define HAVE_BZERO 1 | |
#define HAVE_SYSCONF 1 | |
#define HAVE_BSD_TYPES 1 | |
#define HAVE___PROGNAME 1 | |
#define BROKEN_CMSG_FIRSTHDR 1 | |
configure: exit 0 | |
➜ ~ brew doctor | |
Your system is raring to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment