-
Notifications
You must be signed in to change notification settings - Fork 635
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
Make Fail #1569
Comments
Hey there. I almost sure there is something wrong with your packaging as we compile harfbuzz on very different places from ArchLinux to macOS without the issue and are testing that in our CI docker images but a quick workaround, do you really need ICU support on your project? I mean, harfbuzz can use either use ICU or glib or its buildin ucdn for needed unicode callbacks so you can switch between those if you like to with --without-icu for example. If you however like to just help in this specific case, share more details of your system, distro, version, compiler, anything you see relevant. Thanks |
I am using Ubuntu 18.04. Probably I need ICU. Idont know how to use HarfBuzz but currently I am facing a problem stated here. I want to use HarfBuzz with Mapbox GL JS and Mapbox Native. Somewhere I read ICU will be needed. Though without ICU it compiled. But I dont know how to start or how to integrate HarfBuzz with Mapbox. I need the support of Indic Language currently they are not providing. Please help me. Here is the code I am using to install HarfBuzz
|
This bot is very similar in config with your setup https://github.com/harfbuzz/harfbuzz/blob/master/.circleci/config.yml#L92 and doesn't have the issue. I can change the bot to use 18.04 but that was my development machine while ago and we have a similar 17.10 machine so I'd say something is changed on your system files, can you try a clean machine also? |
I have edited my question. Now I can use without ICU. Can you help me to start harfbuzz with mapbox? |
I don't know mapbox, closing this compile issue as we can't reproduce it but let us know if you see anything needed to be fixed. Thanks! |
After ./configure the harfbuzz I was trying to make the project. But it was ended with error. here the terminal error log
The text was updated successfully, but these errors were encountered: