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 13:33:46 +0200 (CEST)

> Now it dies in MulDiv, FT_MulDiv_No_Round, FT_MulFix and 
> ft_corner_orientation:
> 
> In file included from .../freetype2/src/base/ftbase.c:26:0:
> .../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.


    Werner



reply via email to

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