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!
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to