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
To Reproduce
Steps to reproduce the behavior: vcpkg install x264
Failure logs
-- Installing x64-windows-dbg
-- Installing x64-windows-rel
CMake Error at ports/x264/portfile.cmake:37 (file):
file RENAME failed to rename
D:/temp/vcpkg/packages/x264_x64-windows/bin/x264.exe
to
D:/temp/vcpkg/packages/x264_x64-windows/tools/x264/x264.exe
because: File exists
Call Stack (most recent call first):
scripts/ports.cmake:94 (include)
Additional context
Problem occurs with static and non-static triplets, x64 and x86.
Everything seems to build correctly, just the last stage of install fails?
The text was updated successfully, but these errors were encountered:
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg install x264
Failure logs
Additional context
Problem occurs with static and non-static triplets, x64 and x86.
Everything seems to build correctly, just the last stage of install fails?
The text was updated successfully, but these errors were encountered: