Tmux compilation – EVBUFFER_EOL_LF undeclared

if you got:

control.c: In function ‘control_callback’:
control.c:64: warning: implicit declaration of function ‘evbuffer_readln’
control.c:64: error: ‘EVBUFFER_EOL_LF’ undeclared (first use in this function)
control.c:64: error: (Each undeclared identifier is reported only once
control.c:64: error: for each function it appears in.)
control.c:64: warning: assignment makes pointer from integer without a cast
make: *** [control.o] Error 1

“Tmux compilation – EVBUFFER_EOL_LF undeclared”Continue reading

Scroll to top