>> .../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

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

Reply via email to