Jeffery Joltes
2015-01-08 22:40:12 UTC
I do not have root permission so I am trying to build tmux from source. I
built libevent from source and set the configure flags to specify a custom
location.
configure succeeds but I'm getting the following compiler error
In file included from arguments.c:26:
tmux.h:27:19: error: event.h: No such file or directory
In file included from arguments.c:26:
tmux.h:894: error: field âchanges_timerâ has incomplete type
tmux.h:929: error: field âname_timerâ has incomplete type
tmux.h:1205: error: field âkey_timerâ has incomplete type
tmux.h:1257: error: field âeventâ has incomplete type
tmux.h:1279: error: field ârepeat_timerâ has incomplete type
tmux.h:1307: error: field âidentify_timerâ has incomplete type
tmux.h:1310: error: field âmessage_timerâ has incomplete type
make: *** [arguments.o] Error 1
At first glance it looks as if it can't find the event_struct, but I've got
the feeling there is more to this issue than that.
Running in CentOS version 6.6
Any help would be very much appreciated!
built libevent from source and set the configure flags to specify a custom
location.
configure succeeds but I'm getting the following compiler error
In file included from arguments.c:26:
tmux.h:27:19: error: event.h: No such file or directory
In file included from arguments.c:26:
tmux.h:894: error: field âchanges_timerâ has incomplete type
tmux.h:929: error: field âname_timerâ has incomplete type
tmux.h:1205: error: field âkey_timerâ has incomplete type
tmux.h:1257: error: field âeventâ has incomplete type
tmux.h:1279: error: field ârepeat_timerâ has incomplete type
tmux.h:1307: error: field âidentify_timerâ has incomplete type
tmux.h:1310: error: field âmessage_timerâ has incomplete type
make: *** [arguments.o] Error 1
At first glance it looks as if it can't find the event_struct, but I've got
the feeling there is more to this issue than that.
Running in CentOS version 6.6
Any help would be very much appreciated!