Vasilij Schneidermann <m...@vasilij.de> wrote:
> Hey Kristian,
> 
> > 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;
> 
> I can reproduce this.  It's a breaking change in freetype.h:
> 
>     FT_UInt glyph_index; /* new in 2.10; was reserved previously */
> 
> > Maybe someone can look into a proper fix for this. Thanks,

Fixed in the 0.3 release of the egg.

I just removed the code that generated accessors and setters to that
struct slot. They probably aren’t used by anyone.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to