Skip to content

Instantly share code, notes, and snippets.

@directionless
Created February 28, 2012 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save directionless/1935587 to your computer and use it in GitHub Desktop.
Save directionless/1935587 to your computer and use it in GitHub Desktop.
git whittemore:tmp seph$ git clone https://github.com/andersk/mosh.git
Cloning into mosh...
remote: Counting objects: 2305, done.
remote: Compressing objects: 100% (713/713), done.
remote: Total 2305 (delta 1627), reused 2247 (delta 1571)
Receiving objects: 100% (2305/2305), 504.41 KiB | 517 KiB/s, done.
Resolving deltas: 100% (1627/1627), done.
whittemore:tmp seph$ cd mosh/
whittemore:mosh seph$ git checkout macosx
Branch macosx set up to track remote branch macosx from origin.
Switched to a new branch 'macosx'
whittemore:mosh seph$ ./autogen.sh
configure.ac:43: warning: macro `AM_COND_IF' not found in library
configure.ac:15: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:43: error: possibly undefined macro: AM_COND_IF
configure.ac:44: error: possibly undefined macro: AC_SUBST
autoreconf: /usr/bin/autoconf failed with exit status: 1
whittemore:mosh seph$
@directionless
Copy link
Author

coleco-sidewinder:mosh-0.96a seph$ ./configure --prefix=/tmp/m2 --with-boost=/Users/seph/homebrew 2>&1 | tee /tmp/configure.out
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./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 whether make supports nested variables... yes
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 style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for protoc... /Users/seph/homebrew/bin/protoc
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for library containing utempter_remove_added_record... no
configure: WARNING: Unable to find libutempter; utmp entries will not be made.
checking for library containing compress... -lz
checking for boostlib >= 1.20.0... yes
checking how to run the C preprocessor... gcc -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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int64_t... yes
checking for pid_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for iswprint... yes
checking for memchr... yes
checking for memset... yes
checking for nl_langinfo... yes
checking for setenv... yes
checking for setlocale... yes
checking for sigaction... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for wcwidth... yes
checking for library containing clock_gettime... no
checking whether mach_absolute_time is declared... yes
checking whether pipe2 is declared... no
checking whether signalfd is declared... no
checking whether htobe64 is declared... no
checking whether OSSwapHostToBigInt64 is declared... yes
checking whether IP_MTU_DISCOVER is declared... no
checking for pkg-config... /Users/seph/homebrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for protobuf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating third/Makefile
config.status: creating third/libstddjb/Makefile
config.status: creating src/Makefile
config.status: creating src/crypto/Makefile
config.status: creating src/frontend/Makefile
config.status: creating src/network/Makefile
config.status: creating src/protobufs/Makefile
config.status: creating src/statesync/Makefile
config.status: creating src/terminal/Makefile
config.status: creating src/util/Makefile
config.status: creating scripts/Makefile
config.status: creating src/examples/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
coleco-sidewinder:mosh-0.96a seph$ make 2>&1 | tee /tmp/make.out
make all-recursive
Making all in third
Making all in libstddjb
CC fd_close.o
CC fd_read.o
CC fd_write.o
CC sanitize_read.o
CC selfpipe_finish.o
CC selfpipe_init.o
selfpipe_init.c:12:27: error: sys/signalfd.h: No such file or directory
selfpipe_init.c: In function 'selfpipe_init':
selfpipe_init.c:22: warning: implicit declaration of function 'signalfd'
selfpipe_init.c:22: error: 'SFD_NONBLOCK' undeclared (first use in this function)
selfpipe_init.c:22: error: (Each undeclared identifier is reported only once
selfpipe_init.c:22: error: for each function it appears in.)
selfpipe_init.c:22: error: 'SFD_CLOEXEC' undeclared (first use in this function)
make[3]: *** [selfpipe_init.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment