Skip to content
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

harfbuzz build error using freetype-gl-err #285

Open
Radiant-Waffle opened this issue Aug 26, 2024 · 2 comments
Open

harfbuzz build error using freetype-gl-err #285

Radiant-Waffle opened this issue Aug 26, 2024 · 2 comments

Comments

@Radiant-Waffle
Copy link

I've been trying to build the library with Harfbuzz on, as my project uses Arabic characters.
The latest commit doesn't seem to work and This issue seems to be related. However, this (A) merge is where the problem is first introduced.
Initially, I thought that this (B) merge was the problem. It looked like the freetype-gl-err files are added, but then at this point, the files are removed to match the changes on master. The same changes never got carried over to the harfbuzz folder where the symlinks are now broken.
Trying the build from the first commit (A), I found that the problem was actually here. It looks like the refactoring that was done here was never carried to the harfbuzz part.
I'm not really competent enough to refactor the harfbuzz implementation on my own, but if someone is familiar with how to accomplish this, that would really be appreciated. The commit before is the latest commit where the harfbuzz stuff actually works.

@rougier
Copy link
Owner

rougier commented Sep 2, 2024

Thanks for the precise report. I do not have much time right now to investigate but your analysis would certainly help. By the way, what is your system (window, linux, osx)?

@Radiant-Waffle
Copy link
Author

I'm running an Ubuntu VM, version 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@rougier @Radiant-Waffle and others