[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] Compile error: src/truetype/truetype.c: 'struct TT_ExecContex
From: |
Nikolaus Waxweiler |
Subject: |
[ft-devel] Compile error: src/truetype/truetype.c: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode' when undefining TT_CONFIG_OPTION_SUBPIXEL_HINTING |
Date: |
Sun, 24 May 2015 13:07:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Hi list,
just a quick note:
In file included from
/home/nikolaus/Entwicklung/freetype2/src/truetype/truetype.c:25:0:
/home/nikolaus/Entwicklung/freetype2/src/truetype/ttgload.c: In function
'tt_loader_init':
/home/nikolaus/Entwicklung/freetype2/src/truetype/ttgload.c:2305:13:
error: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode'
exec->ignore_x_mode = 0;
^
In file included from
/home/nikolaus/Entwicklung/freetype2/src/truetype/truetype.c:29:0:
/home/nikolaus/Entwicklung/freetype2/src/truetype/ttinterp.c: In
function 'Ins_INSTCTRL':
/home/nikolaus/Entwicklung/freetype2/src/truetype/ttinterp.c:5191:10:
error: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode'
exc->ignore_x_mode = FT_BOOL( L == 4 );
^
Defining TT_CONFIG_OPTION_SUBPIXEL_HINTING in ftoption.h solves this.
Regards,
Nikolaus
- [ft-devel] Compile error: src/truetype/truetype.c: 'struct TT_ExecContextRec_' has no member named 'ignore_x_mode' when undefining TT_CONFIG_OPTION_SUBPIXEL_HINTING,
Nikolaus Waxweiler <=