Skip to content

Instantly share code, notes, and snippets.

@smujohnson
Created May 6, 2013 19:32
Show Gist options
  • Save smujohnson/5527522 to your computer and use it in GitHub Desktop.
Save smujohnson/5527522 to your computer and use it in GitHub Desktop.
sjohnson@li213-89:~/busket/tmux-1.8$ make
gcc -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_CURSES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_TERM_H=1 -DHAVE_B64_NTOP=1 -DHAVE_FORKPTY=1 -DHAVE_DAEMON=1 -DHAVE_SETENV=1 -DHAVE_ASPRINTF=1 -DHAVE_STRCASESTR=1 -DHAVE_STRSEP=1 -DHAVE_DECL_OPTARG=1 -DHAVE_DECL_OPTIND=1 -DHAVE_DECL_OPTRESET=0 -DHAVE_BZERO=1 -DHAVE_DIRFD=1 -DHAVE_SYSCONF=1 -DHAVE_BSD_TYPES=1 -DHAVE___PROGNAME=1 -DHAVE_PROC_PID=1 -I. -iquote. -I/usr/local/include -I/home/sjohnson/busket/libevent-2.0.21-stable/include -I/home/sjohnson/busket/ncurses-5.9/include -D_GNU_SOURCE -std=gnu99 -O2 -MT arguments.o -MD -MP -MF .deps/arguments.Tpo -c -o arguments.o arguments.c
In file included from arguments.c:24:0:
tmux.h:950:16: error: field 'changes_timer' has incomplete type
tmux.h:984:16: error: field 'name_timer' has incomplete type
tmux.h:1239:16: error: field 'key_timer' has incomplete type
tmux.h:1289:16: error: field 'event' has incomplete type
tmux.h:1309:16: error: field 'repeat_timer' has incomplete type
tmux.h:1333:16: error: field 'identify_timer' has incomplete type
tmux.h:1336:16: error: field 'message_timer' has incomplete type
make: *** [arguments.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment