I ran an issue as below while running `make -f makefile.unix` on ubuntu machine -
error : tor/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
it doesn't seem like the source code includes event2/util.h anymore - is this a bug?
Have you installed the libevent-dev dependency?
apt install libevent-dev