You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
[vcpkg-tool] - build failure after commit 2f3a6b407e0312c22c0c0dc4b542015f2e2d9ba2 dated Tue Feb 14 21:45:40 2023 +0100
Environment
OS: [Windows Version 11 Pro [10.0.22621.1265] ]
Compiler: Visual Studio Community 2022 Version: [17.4.5] VS Tools Version: [14.34.31933]
Microsoft (R) C/C++ Optimizing Compiler Version [19.34.31942] for x64
To Reproduce
Steps to reproduce the behavior:
cmake/msbuild (see script used compiling/linking vcpkg-tool if you need how it is being built vcpkg-tool.cmd)
See error
3>Done Building Project "D:\vcpkg-tool\build\vcpkglib.vcxproj" (default targets) -- FAILED.
1>Done Building Project "D:\vcpkg-tool\build\vcpkg.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\vcpkg-tool\build\vcpkg.vcxproj" (default target) (1) ->
"D:\vcpkg-tool\build\vcpkglib.vcxproj" (default target) (3) ->
(ClCompile target) ->
D:\vcpkg-tool\src\vcpkg\commands.ci.cpp(183,18): error C2039: 'warnings':
is not a member of 'vcpkg::ActionPlan' [D:\vcpkg-tool\build\vcpkglib.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:02:09.05
Repro code when
Expected behavior
A clear and concise description of what you expected to happen.
[vcpkg-tool] should compile/link
Additional context
Add any other context about the problem here.
I locally did a hard reset to vcpkg-tool commit 0dcfb797ab033af2451c39f6b430ba0a7d763cb2 and vcpkg-tool compiles/links normally.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
[vcpkg-tool] - build failure after commit 2f3a6b407e0312c22c0c0dc4b542015f2e2d9ba2 dated Tue Feb 14 21:45:40 2023 +0100
Environment
Microsoft (R) C/C++ Optimizing Compiler Version [19.34.31942] for x64
To Reproduce
Steps to reproduce the behavior:
Repro code when
Expected behavior
A clear and concise description of what you expected to happen.
[vcpkg-tool] should compile/link
Failure logs
-(please attached failure logs)
vcpkg-tool-build.log
Additional context
Add any other context about the problem here.
I locally did a hard reset to vcpkg-tool commit 0dcfb797ab033af2451c39f6b430ba0a7d763cb2 and vcpkg-tool compiles/links normally.
The text was updated successfully, but these errors were encountered: