> 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
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel