Sample Header Ad - 728x90

C++ linking error: 'libcairo.so: undefined reference to FT_Get_Var_Blend_Coordinates'

1 vote
1 answer
1033 views
I'm trying to build a C++ project via CLion and have been unable to get past this error in the linking process:
/lib/../lib64/libcairo.so: undefined reference to `FT_Get_Var_Blend_Coordinates'
I'm wondering if anyone knows what the source of this issue could be - I've found a few similar questions in forums that were solved by the removal of a problematic package, but I have none of the aforementioned packages installed. The version of cairo is cairo-1.15.12-4.el7.x86_64
Asked by ap84 (13 rep)
Jul 23, 2020, 01:50 AM
Last activity: Jul 23, 2020, 07:02 AM