Compile problem on OSX PPC after version 1.22.4



Hello, I’m trying to compile pango as a dependency for a project I’m working on and am having difficulty with the newest versions.  I started with 1.24.3 which is the latest and get errors while compiling.  I had already compiled this on the Intel based OSX box without issue so I went back to some older versions.  I was able to track down the version where the problem started which was in 1.23.0.  Versions before this (1.22.4 and earlier) work correctly.

 

The output of the compile fails with the following output:

 

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_

ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/etc\" -DLIBDIR=\"

/usr/local/lib\" -I.. -DPANGO_ENABLE_DEBUG -D_REENTRANT -I/usr/local/include/gli

b-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/cairo -I/usr/local/

include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/loca

l/include/libpng12 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/lo

cal/include -I/usr/X11/include -I/usr/local/include/glib-2.0/glib -I/usr/local/i

nclude/cairo -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I

/usr/local/include/atk-1.0 -I/usr/local/include/freetype2 -g -O2 -Wall -MT pango

fc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c pangofc-fontmap.c  -fno-c

ommon -DPIC -o .libs/pangofc-fontmap.o

pangofc-fontmap.c: In function 'pango_fc_convert_weight_to_fc':

pangofc-fontmap.c:1256: error: 'FC_WEIGHT_EXTRABLACK' undeclared (first use in t

his function)

pangofc-fontmap.c:1256: error: (Each undeclared identifier is reported only once

pangofc-fontmap.c:1256: error: for each function it appears in.)

pangofc-fontmap.c: In function 'pango_fc_convert_weight_to_pango':

pangofc-fontmap.c:1892: error: 'FC_WEIGHT_EXTRABLACK' undeclared (first use in t

his function)

make[4]: *** [pangofc-fontmap.lo] Error 1

make[3]: *** [all-recursive] Error 1

make[2]: *** [all] Error 2

make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2

 

Any help?



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