Compiling error: libQt5Gui.so. hb_font_funcs_set_nominal_glyph_func #460
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tested on Oracle Linux 7 (based on RHEL 7)
qmake-qt5 && make
Hit this compiling error:
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libQt5Gui.so: undefined reference to
hb_font_funcs_set_nominal_glyph_func' /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libQt5Gui.so: undefined reference to
hb_font_funcs_set_font_h_extents_func'/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libQt5Gui.so: undefined reference to `hb_font_funcs_set_variation_glyph_func'
Seems that it is the version mismatch of QT freetype? Hope this platform can also be supported.
Thanks
in my case,
yum install harfbuzz-devel harfbuzz-icu graphite2-devel
made me happy!