Errors occured while Linking CXX executable scribus

Previous topic - Next topic

DIYPlanner

HI,there.
I managed to compile Scribus from source from scratch.I used Debian 11 and had Qt 5.15.2 and all dependencies pre-installed however when it link CXX executable Scribus error occured.Just looking at the error it said:
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.2: undefined reference to `hb_font_funcs_set_nominal_glyph_func'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.2: undefined reference to `hb_font_funcs_set_font_h_extents_func'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.2: undefined reference to `hb_font_set_ptem'
/usr/bin/ld: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.2: undefined reference to `hb_font_funcs_set_variation_glyph_func'
collect2: error: ld returned 1 exit status
I'm new to compile and build Scribus.I can't make sense what it means. How can I do?