You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the following packages before compilation.
libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5
The following steps which I have done are listed as follows:
git clone https://github.com/russdill/tunsocks.git
cd tunsocks/
git submodule update --init
./autogen.sh
./configure --prefix=/usr
make
In the last step, the error message shows:
mv -f $depbase.Tpo $depbase.Po
src/libevent.c:45:32: fatal error: lwip/priv/tcp_priv.h: No such file or directory
#include "lwip/priv/tcp_priv.h"
^
compilation terminated.
Makefile:520: recipe for target 'src/libevent.o' failed
make: *** [src/libevent.o] Error 1
I have installed the following packages before compilation.
libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5
The following steps which I have done are listed as follows:
In the last step, the error message shows:
The detailed log could be checked out here.
https://pastebin.com/KzNPauru
Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: