We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: