Michał Górny :gentoo: · @mgorny
413 followers · 2029 posts · Server fosstodon.org

Today's fun:

tmux fails to build with 2.2.1. It fails because of incompatible declaration of forkpty() in compat.h.

Looking into compat.h. forkpty() is declared there if HAVE_FORKPTY is false.

Looking into config.log. forkpty() is false because configure tries to link random test programs to -levent_core@CMAKE_DEBUG_POSTFIX@.

At this point, you can guess what the problem is: github.com/libevent/libevent/i

#gentoo #libevent #cmake #autotols

Last updated 1 year ago