freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Adobe's CFF engine and 64bit issues


From: Werner LEMBERG
Subject: Re: [ft-devel] Adobe's CFF engine and 64bit issues
Date: Sun, 05 May 2013 17:50:48 +0200 (CEST)

>> .../freetype2/src/base/ftcalc.c: In function 'FT_MulDiv':
>> .../freetype2/src/base/ftcalc.c:208:31: error: 'FT_Int64' undeclared (first 
>> use in this function)
>>      d = (FT_Long)( c > 0 ? ( (FT_Int64)a * b + ( c >> 1 ) ) / c
>>                                ^
>> and so on.
> 
> Interesting.  How do you compile?  I've just tried `make devel' on a
> x86_64 GNU/Linux system, and it worked just fine.  Similarly, a normal
> `./configure; make' worked also.  `make multi' is OK too.

OK, setting FT_CONFIG_FORCE_INT64 manually, together with running
`./configure' did the trick...

Fixed in git.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]