[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] 2.3.5 compile error on Mac OS X
From: |
Werner LEMBERG |
Subject: |
Re: [ft] 2.3.5 compile error on Mac OS X |
Date: |
Thu, 06 Dec 2007 17:11:10 +0100 (CET) |
> I have hit the same problem with 2.3.5:
> ttgload.c(1406) : error C2037: left of 'GS' specifies undefined
> struct/union 'TT_ExecContextRec_'
> ttgload.c(1418) : error C2037: left of 'GS' specifies undefined
> struct/union 'TT_ExecContextRec_'
>
> It seems to occur when *all* bytecode interpretation is disabled by
> turning off TT_CONFIG_OPTION_BYTECODE_INTERPRETER *and*
> TT_CONFIG_OPTION_UNPATENTED_HINTING in ftoption.h so that
> TT_USE_BYTECODE_INTERPRETER is not defined.
Fixed in the CVS. Thanks for the report.
Werner