Compiling error: libQt5Gui.so. hb_font_funcs_set_nominal_glyph_func #460

Open
opened 2018-06-29 17:44:46 +02:00 by liuauto · 1 comment
liuauto commented 2018-06-29 17:44:46 +02:00 (Migrated from github.com)

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

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
dekopac commented 2019-05-02 04:15:47 +02:00 (Migrated from github.com)

in my case,

yum install harfbuzz-devel harfbuzz-icu graphite2-devel

made me happy!

in my case, yum install harfbuzz-devel harfbuzz-icu graphite2-devel made me happy!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#460
No description provided.