[Chicken-users] error when building freetype egg

2019-04-07 Thread Kristian Lein-Mathisen
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:

http://bugs.call-cc.org/browser/project/release/5/freetype/trunk/freetype.scm#L262

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.
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


Re: [Chicken-users] minor cut and paste in (chicken file posix)

2019-04-07 Thread Peter Bex
On Sun, Apr 07, 2019 at 06:44:46AM -0700, Eric Hoffman wrote:
> i was a little puzzled at my inability to set the approprate mode bits from 
> open with create, but looking at the source of posix-common.scm, it seems 
> like the references to the grp and oth
> sets just reference S_IREAD, etc, instead of S_IRGRP and S_IROTH

Hello Eric,

Thanks for pointing this out!  This certainly needs to be fixed
before we release 5.1 (which we're thinking about).

I've made a ticket to track this at https://bugs.call-cc.org/ticket/1602

Cheers,
Peter


signature.asc
Description: PGP signature
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] minor cut and paste in (chicken file posix)

2019-04-07 Thread Eric Hoffman


i was a little puzzled at my inability to set the approprate mode bits from 
open with create, but looking at the source of posix-common.scm, it seems like 
the references to the grp and oth
sets just reference S_IREAD, etc, instead of S_IRGRP and S_IROTH


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