-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[g2o] Build error on x64-windows #43128
Comments
The error LNK1168: cannot open bin\g2o_solver_structure_only.dll for writing usually occurs because the target file is being used by another process, preventing the linker from writing to it. You can try the following steps to resolve this issue:
|
|
The failure is at DLL creation time. There are races with (some) anitvirus software which cause such problems. And when the debug build fails, the release build never starts. |
Package: g2o:x64-windows@2024-12-14#2
Host Environment
vcpkg-scripts version: 65be701 2025-01-03 (3 days ago)
To Reproduce
vcpkg install g2o
Failure logs
C:\dev\github\vcpkg\buildtrees\g2o\install-x64-windows-dbg-out-1.log
C:\dev\github\vcpkg\buildtrees\g2o\install-x64-windows-dbg-out.log
The text was updated successfully, but these errors were encountered: