Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evpp failed to build with error LNK1181 on MSVC #287

Open
nnfdnkns opened this issue Aug 15, 2022 · 0 comments
Open

Evpp failed to build with error LNK1181 on MSVC #287

nnfdnkns opened this issue Aug 15, 2022 · 0 comments

Comments

@nnfdnkns
Copy link

nnfdnkns commented Aug 15, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant