Closed AlessandroPampado99 closed 5 days ago
Permission denied errors on windows are often due to AV software.
Using the latest version of vcpkg for local installation does not reproduce the issue.
It is probably an antivirus lock race. Could you please try again?
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Hello! I'm trying to install COIN-OR CoinUtils in Windows, according to https://gitlab.com/smspp/smspp-project/-/wikis/Installing-SMS++#requirements. However, if I write
vcpkg install coinutils pybind11 --triplet x64-windows
the following error appears
error: building openblas:x64-windows failed with: BUILD_FAILED See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information. Elapsed time to handle openblas:x64-windows: 17 s read_contents("C:\vcpkg\buildtrees\openblas\config-x64-windows-out.log"): permission denied
config-x64-windows-out.log states:
MSVC CMake Error at cmake/prebuild.cmake:1376 (try_compile): Cannot copy output executable
to destination specified by COPY_FILE:
because:
Call Stack (most recent call first): cmake/system.cmake:170 (include) CMakeLists.txt:104 (include)
And I don't know how to solve it. Could you please help me? Thank you in advance.