-
Notifications
You must be signed in to change notification settings - Fork 2
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
The Crystal lib can only be linked to a specific version of ICU #1
Labels
Comments
Here are some ideas to solve the issue:
|
This topic is also discussed on Crystal's google group. update: see https://gist.github.com/olbat/4a5d6d474efd54e14fbac317b3ae8819 |
there is also different so names for osx and linux, i write little binding here: https://github.com/kostya/icu/blob/master/src/icu/lib.cr, but it not solve suffixes |
olbat
added a commit
that referenced
this issue
May 4, 2017
olbat
added a commit
that referenced
this issue
May 7, 2017
olbat
added a commit
that referenced
this issue
Jun 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reasons 1,2,3, most distributions of ICU are compiled using the symbol renaming feature (a suffix containing the ICU version number is added to every symbols in shared objects).
It makes the task of creating a generic Crystal binding more difficult since ABIs of different versions of ICU are 100% incompatible.
For the moment the lib_icu binding has been generated against the version 52 of ICU making it incompatible with any other version of the library.
The text was updated successfully, but these errors were encountered: