Hoping some one can help me out i have spent quite a bit of time on this and not progressed.
I/python ( 8605): OSError: dlopen failed: cannot locate symbol "hb_ft_font_create" referenced by "libfreetype.so"...
From googling around it sounds like this means those methods are not available in the built .so file.
however I can inspect the built files with objdump
objdump -TC libharfbuzz.so | grep hb_font_create
00013208 g DF .text 000000ac hb_font_create
000132b4 g DF .text 000000c0 hb_font_create_sub_font
objdump -TC libfreetype.so | grep hb_ft
00000000 D *UND* 00000000 hb_ft_font_create
I wonder if its a case of freetype cant find harfbuzz to call the method perhaps ?
but i am delving deeper and deeper out of my knowledge level with this stuff.
any one able to lend a hand or offer some things to try ?
you can see my current branch here #378
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.