heiher / hev-socks5-tunnel

A high-performance tun2socks for Linux/Android/FreeBSD/macOS/iOS/WSL2 (IPv4/IPv6/TCP/UDP)
MIT License
636 stars 130 forks source link

Can't build on Ubuntu #113

Closed pronebird closed 2 months ago

pronebird commented 2 months ago

Hi,

Maybe you could give me a pointer, make fails to build:

make 
In file included from third-part/lwip/include/lwip/init.h:40,
                 from src/hev-main.c:13:
third-part/lwip/include/lwip/opt.h:51:10: fatal error: lwipopts.h: No such file or directory
   51 | #include "lwipopts.h"
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:130: build/hev-main.o] Error 1
pronebird commented 2 months ago

My bad, seems like things changed in submodule and I ran an update by mistake.