-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[x264] build failure #13603
Comments
It seems that bash env recreated by pieces is not proper env |
A bit of digging shows that just launching bash does not add proper directory to path |
Apparently the culprit is this line in vcpkg_configure_make.cmake:
Cmake is case sensitive in replace, so if your env is like mine, then your path contains C:\Windows\system32 instead of C:\Windows\System32, and replace does nothing. This results in bash not having it's internal tools in path |
And while above mentioned helps, install step will still fail with some cryptic error messages |
Judging by changes to msys consumption summon for help: @Neumann-A |
a) this is a duplicate of another issue |
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg install x264:x86-windows-static x264:x64-windows-static
Failure logs
D:\gitee\vcpkg\buildtrees\x264\config-x64-windows-static-dbg-out.log
:D:\gitee\vcpkg\buildtrees\x264\config-x64-windows-static-dbg-err.log
:Additional context
I try to remove
downloads\tools\msys2
directory and rebuild, still failed.The text was updated successfully, but these errors were encountered: