-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[icu:x64-windows] build failure #18992
Comments
Citing above output:
|
Yeah it is an white space issue, there is a white space in |
@Erxl ,Please move the path to one without |
It is usually not a good choice to use a path with spaces in cross-compilation. |
@Erxl ,Does this problem still exist? |
I have the same problem, but my installation path has no white space |
vcpkg install icu Call Stack (most recent call first): Error: Building package icu:x64-windows failed with: BUILD_FAILED Additionally, attach any relevant sections from the log files above. C:\dev\common\tools\vcpkg (master -> origin) |
C:\dev is a symlink to E:\dev ,I don't know if this is what caused the problem. |
You don't have this problem, you have #18086. But this is fixed. Please update vcpkg by |
thanks , it helps |
@yuanbaopapa ,Please let me know if this issue have be sloved? |
vcpkg install icu --editableComputing installation plan... Call Stack (most recent call first): Error: Building package icu:x64-windows failed with: BUILD_FAILED Additionally, attach any relevant sections from the log files above. |
git log -n 1 vcpkg is updated to this commit,here are the log files |
I have confirmed this issue is caused by symlink. c:\develop is a symlink to e:\develop . There is no problem when I install icu under e:\develop |
MingW may cause problems when calling symlink. |
In out.log:
This is in subdir |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install icu:x64-windows
Failure logs
Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.
install-x64-windows-dbg-err.log
install-x64-windows-dbg-out.log
The text was updated successfully, but these errors were encountered: