|
From: | suzuki toshiya |
Subject: | Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does |
Date: | Mon, 24 Oct 2011 22:58:54 +0900 |
User-agent: | Mozilla-Thunderbird 2.0.0.12 (X11/20080406) |
Werner LEMBERG wrote: >> 1. Download FreeType 2.4.6 to Mac OS X 10.6.8 >> 2. Configure and build: >> >> export MACOSX_DEPLOYMENT_TARGET=10.6 >> ./configure --with-old-mac-fonts \ >> CFLAGS="-Os -arch i386 -arch x86_64" >> make >> >> 3. It builds fine. >> 4. Repeat the above for 2.4.7, and you'll get: >> >> In file included from src/raster/raster.c:24: >> src/raster/ftrend1.c: In function 'ft_raster1_render': >> src/raster/ftrend1.c:180: error: 'FT_USHORT_MAX' undeclared (first use >> in this function) >> src/raster/ftrend1.c:180: error: (Each undeclared identifier is reported >> only once >> src/raster/ftrend1.c:180: error: for each function it appears in.) > > This looks like you are still using the header files of 2.4.6 (or even > an older version)! And, I could not reproduce the issue by Mac OS X 10.6.0 + gcc-4.2.1. Regards, mpsuzuki
[Prev in Thread] | Current Thread | [Next in Thread] |