-
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
[libiconv] Build error #28896
Comments
I have the same issue. |
updating file
solved the issue for me. It looks like that |
Thanks for reporting this, but please would you change the title to include |
Changing it to libtool-2.4.6-10 worked for me, came here to mention it but looks like someone beat me to it. |
Well I think the problem has something to do with libiconv simply because I cannot directly install libtool but well, thanks and I will do so. |
I updated the vcpkg_acquire_msys.cmake and it is now encountering with a compile error. `The following packages will be built and installed: -- Using cached msys-gzip-1.11-1-x86_64.pkg.tar.zst. Call Stack (most recent call first): error: building libiconv:x86-windows failed with: BUILD_FAILED
|
And now the title should be changed back to [libiconv] lol. |
But now there is an easy answer: Don't build in paths with spaces. The autotools buildsystems doesn't handle this well. |
Thanks and I will try to change it to another folder |
Wait for PR #28919 to be merged before closing. |
following... |
I tried updating my cmake file with this, but it appears that the libtool-2.4.6-10 has also been removed from the msys2 repo. I had to update it to 2.4.6-11:
|
Package: libiconv[core]:x86-windows -> 1.17
Host Environment
To Reproduce
./vcpkg install libiconv
Failure logs
=========================================
Running on Windows 10 Professional Edition.
Have already tried to update vcpkg & use proxy to download but still, it failed.
The text was updated successfully, but these errors were encountered: