Hi,
When I chicken-install freetype, I get this:
/home/klm/.chicken-install/cache/freetype/freetype.c: In function ‘stub2714’:
/home/klm/.chicken-install/cache/freetype/freetype.c:820:6: error: ‘FT_GlyphSlotRec’ {aka ‘struct FT_GlyphSlotRec_’} has no member named ‘reserved’
g2615->reserved = g2616;
Here's the line that's causing that the problem:
If comment that out, it seems to work. I'm on Arch Linux with freetype2 Version 2.10.0-1.
Maybe someone can look into a proper fix for this. Thanks,
K.