|
From: | Werner LEMBERG |
Subject: | Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does |
Date: | Mon, 24 Oct 2011 15:51:53 +0200 (CEST) |
> 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)! Werner
[Prev in Thread] | Current Thread | [Next in Thread] |