gtk4-rs icon indicating copy to clipboard operation
gtk4-rs copied to clipboard

[HELP] windows build fails (libpangoft2-1.0-0)

Open Sillyvan opened this issue 2 years ago • 3 comments

Maybe this is an issue for the gnome team im not very sure.

I followed the MSVC toolchain instructions on https://gtk-rs.org/gtk4-rs/git/book/installation_windows.html and no problems there.

now if I try to build any example from this repo I get this error

Entry Point Not Found The procedure entry point hb_ft_face_create could not be located in the dynamic link library C:\gnome\bin\libpangoft2-1.0-0.dll

Sillyvan avatar Dec 09 '21 14:12 Sillyvan

Even the basic example doesn't work?

bilelmoussaoui avatar Dec 10 '21 10:12 bilelmoussaoui

I think pango normally builds harfbuzz as subproject, so it should normally work without any issues

bilelmoussaoui avatar Dec 10 '21 10:12 bilelmoussaoui

yes even the basic exmaple dosent work for me

Sillyvan avatar Dec 10 '21 23:12 Sillyvan

For whatever reason, you ended up with a missing/broken harfbuzz build, so i would recommend trying again otherwise open an issue upstream.

bilelmoussaoui avatar Oct 08 '22 12:10 bilelmoussaoui