freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] new CFF engine


From: Werner LEMBERG
Subject: Re: [ft-devel] new CFF engine
Date: Fri, 03 May 2013 11:47:51 +0200 (CEST)

> After trying on Fedora 19 64bit, Ubuntu 13.04 64bit with gcc 4.7 and
> gcc 4.6 with the same result, I eventually tried Ubuntu 13.04 32 bit
> and it seemed normal. Maybe it is a 64-bit issue?

Yes, I think so.  BTW, does `make devel' really works out of the box
on your 64bit platform?  I suppose that you have

  UINT_MAX = ULONG_MAX = 2^64 - 1

and if I read the code correctly, FreeType aborts with

  no 32bit type found -- please check your configuration files

under these conditions...

Please send me the output of

  echo '#include <limits.h>' | cpp -dM -E


    Werner



reply via email to

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