Qihoo360 / evpp

A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evpp failed to build with error LNK1181 on MSVC

nnfdnkns opened this issue · comments

Hi all,
Evpp fails to build on MSVC due to error LNK1181. Could you help look?

Environment:
Windows: windows server 2019
VS: 2019

Repro steps:
1.git clone https://github.com/Qihoo360/evpp F:\gitP\Qihoo360\evpp
2.set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=amd64
3.cd F:\gitP\Qihoo360\evpp\build_amd64
4.msbuild /m /p:Platform=x64 /p:Configuration=Release safe-evpp.sln /t:Rebuild 2>&1

Expected
build successfully.

error message:
LINK : fatal error LNK1181: cannot open input file 'gflags.lib'