>>>>> "WL" == Werner LEMBERG <[email protected]> writes:

WL> Thanks for the report; should be fixed in git.

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.

-JimC
-- 
James Cloos <[email protected]>         OpenPGP: 1024D/ED7DAEA6

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to