Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created July 8, 2011 14:49
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 tsloughter/1072001 to your computer and use it in GitHub Desktop.
Save tsloughter/1072001 to your computer and use it in GitHub Desktop.
==> make install
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -DBUILD="\"1.4\"" -iquote. -I/opt/local/include -c -o attributes.o attributes.c
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -DBUILD="\"1.4\"" -iquote. -I/opt/local/include -c -o cfg.o cfg.c
In file included from attributes.c:23:
tmux.h:30:19: error: event.h: No such file or directory
In file included from cfg.c:26:
tmux.h:30:19: error: event.h: No such file or directory
In file included from cfg.c:26:
tmux.h:830: error: field ‘name_timer’ has incomplete type
In file included from attributes.c:23:
tmux.h:830: error: field ‘name_timer’ has incomplete type
tmux.h:1032: error: field ‘key_timer’ has incomplete typetmux.h:1032: error: field ‘key_timer’ has incomplete type
tmux.h:1093: error: field ‘event’ has incomplete type
tmux.h:1093: error: field ‘event’ has incomplete type
tmux.h:1117: error: field ‘repeat_timer’ has incomplete type
tmux.h:1139: error: field ‘identify_timer’ has incomplete type
tmux.h:1117: error: field ‘repeat_timer’ has incomplete type
tmux.h:1142: error: field ‘message_timer’ has incomplete type
tmux.h:1139: error: field ‘identify_timer’ has incomplete type
tmux.h:1142: error: field ‘message_timer’ has incomplete type
make: *** [attributes.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [cfg.o] Error 1
==> Exit Status: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment