Skip to content

compiling tunsocks fails #5

@hunterforcode

Description

@hunterforcode

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

The detailed log could be checked out here.
https://pastebin.com/KzNPauru

Any suggestions would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions