Install icu
Error: Cannot find icutu69.dll
#19673
Labels
requires:repro
The issue is not currently repro-able
icu
Error: Cannot find icutu69.dll
#19673
Problem
Running
vcpkg install icu
(triplet set withVCPKG_DEFAULT_TRIPLET=x64-windows
) fails with the following error log message:C:/vcpkg/buildtrees/icu/x64-windows-rel/bin/icupkg.exe: error while loading shared libraries: icutu69.dll: cannot open shared object file: No such file or directory
Environment
Steps to Reproduce
vcpkg
SetupInstall
icu
NOTE:
1. Set
VCPKG_DEFAULT_TRIPLET=x64-windows
in environment variables_2. Use
x64 Native Tools Command Prompt for VS 2017
command prompt inAdministrator
mode> vcpkg install icu
Output
Expected Behavior
icu
installs without errorFailure Logs
build-x64-windows-rel-out.log
build-x64-windows-rel-err.log
Additional Context
I also downloaded icu4c-69_1-Win64-MSVC2019.zip, unzipping to
C:\icu\
and adding thelib64
,bin64
, andinclude
folders toPATH
and re-ran to see if it would help, but it did not.The text was updated successfully, but these errors were encountered: