xitongsys / wpt

windows ports tunnel
Apache License 2.0
6 stars 1 forks source link

Build error #1

Open Behrouz-m opened 1 year ago

Behrouz-m commented 1 year ago

when I am building C++ project I get these errors:

Severity    Code    Description Project File    Line    Suppression State
Error   C1083   Cannot open include file: 'json.hpp': No such file or directory wpt b:\root\Projects\Tunnel\wpt\wpt\config.h    3   
Error   C1083   Cannot open include file: 'json.hpp': No such file or directory wpt b:\root\Projects\Tunnel\wpt\wpt\config.h    3   
Error   C1083   Cannot open include file: 'json.hpp': No such file or directory wpt b:\root\Projects\Tunnel\wpt\wpt\config.h    3   
Error   C1083   Cannot open include file: 'ethernet/include/util.h': No such file or directory  wpt b:\root\Projects\Tunnel\wpt\wpt\route.h 6   
Error   C1083   Cannot open include file: 'json.hpp': No such file or directory wpt b:\root\Projects\Tunnel\wpt\wpt\config.h    3   
Error   C1083   Cannot open include file: 'windivert.h': No such file or directory  wpt b:\root\Projects\Tunnel\wpt\wpt\tun.h   6   
Behrouz-m commented 1 year ago

I have found json.hpp and windivert.h but where is the download link for ethernet lib?