-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] icu/68.2 does not compile on Windows with MSVC #4301
Comments
I created a conanfile.txt:
Then I did a |
msys2 fails to build (actually it seems to fail to access several urls). There is no information about icu in this log. Try to build icu only: It builds on my computer with the same profile, except that Logs (Include/Attach if Applicable)Click to expand log
|
You can try the new msys2 version. |
Hi there! If problem persists in newer issues, do not hesitate create a new ticket. |
I am trying to use the ICU library to add unicode support to one of my projects but I get an error when conan install tries to compile it.
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)I am using the
cmake-conan
library to automatically detect the compiler info so I'm not sure how to get the exact profile info used. https://github.com/conan-io/cmake-conanAt the start of the run it does spit out this information though that might be what you are looking for:
Steps to reproduce (Include if Applicable)
ICU fails near the end of the build during the
conan install
stepThis issue is likely related to ICU not working with Boost: #4297
The text was updated successfully, but these errors were encountered: