Fri Nov 09 12:53:41 2007axel [...] 3drachen.de - Ticket created
Subject:
Font-FreeType build fails
Date:
Fri, 09 Nov 2007 18:53:26 +0100
To:
bug-Font-FreeType [...] rt.cpan.org
From:
Axel Huizinga <axel [...] 3drachen.de>
Hi,
trying to install Font-FreeType on my VServer fails with:
FreeType.xs:808: error: invalid lvalue in assignment
the line is:
RETVAL = newSVuv((UV) glyph->char_code = char_code);
I changed it to
RETVAL = newSVuv((UV) glyph->char_code );
and it works for me.
Cordially,
Axel
Sun Dec 21 12:24:22 2014zmughal [...] cpan.org - Correspondence added
Thanks for the patch. Fixed in v0.04_01!
Sun Dec 21 12:24:22 2014The RT System itself - Status changed from 'new' to 'open'
Sun Dec 21 12:24:28 2014zmughal [...] cpan.org - Status changed from 'open' to 'resolved'
Sun Dec 21 12:24:28 2014zmughal [...] cpan.org - Fixed in 0.04_01 added