heiher / natmap

TCP/UDP port mapping for full cone NAT
MIT License
1.38k stars 103 forks source link

build failed with error 'fatal error: hev-task.h' #2

Closed sbilly closed 2 years ago

sbilly commented 2 years ago
In file included from src/hev-conf.c:14:
src/hev-misc.h:13:10: fatal error: hev-task.h: No such file or directory
   13 | #include <hev-task.h>
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:75: build/hev-conf.o] Error 1
heiher commented 2 years ago

clone with --recursive

git clone --recursive git://github.com/heiher/natmap

or

fetch submodule now

git submodule init
git submodule update
heiher commented 2 years ago

问题解决了吗?