-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can't load updated libicu #33
Comments
I'm having the same issue on FreeBSD. |
Looks like this was related to |
✨ This is an old work account. Please reference @brandonchinn178 for all future communication ✨ Note that this package does not interface well with Homebrew, because in my experience, Homebrew doesn't really support pinned versions, and this would happen every time Homebrew updates its version of ICU. This breaks |
Hard to say what to do here. ICU is actively developed and often updated to a new major version (there is a new Unicode revision almost every year, and ICU adds its own features as well). It's not like OpenSSL, where the interface is almost doesn't change, and only new algorithms or bug fixes are added. So precise versioning ( Adding a symlink from Neither stack nor cabal is checking for updates of system-wide libraries. No go there. Perhaps the only two options are manual recompilation or statically linking the ICU library. |
Not sure if this is the right place for this but when attempting to build
haskell-ide-engine
which relies ontext-icu
as a dependency, it complains about the following:However when running
brew install icu4c
, it installs the latest version which is59.1
. Does support for ICU 59.1 need to be added totext-icu
or is this issue just unrelated?More info regarding the error message can be found here haskell/haskell-ide-engine#303.
The text was updated successfully, but these errors were encountered: