| Summary: | won't build under rh9 gcc-3.2.2-10 | ||
|---|---|---|---|
| Product: | fontconfig | Reporter: | sean darcy <seandarcy> |
| Component: | library | Assignee: | Keith Packard <keithp> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | high | ||
| Version: | 2.1 | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
FWIW, tried again with rpmbuild -bb fontfile.spec. Same result. sean |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Thought I'd try out the beta. But... ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man make ........ mv -f .libs/fcdir.lo fcdir.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I.. -I../src -g -O2 -c fcfreetype.c rm -f .libs/fcfreetype.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -I.. -I../src -g -O2 -c fcfreetype.c -fPIC -DPIC -o .libs/fcfreetype.lo fcfreetype.c: In function `FcFreeTypeQuery': fcfreetype.c:783: `BDF_PropertyRec' undeclared (first use in this function) fcfreetype.c:783: (Each undeclared identifier is reported only once fcfreetype.c:783: for each function it appears in.) fcfreetype.c:783: parse error before "prop" fcfreetype.c:784: `prop' undeclared (first use in this function) fcfreetype.c:785: `BDF_PROPERTY_TYPE_ATOM' undeclared (first use in this function) fcfreetype.c:791: parse error before "prop" fcfreetype.c:793: `BDF_PROPERTY_TYPE_INTEGER' undeclared (first use in this function) fcfreetype.c:794: `BDF_PROPERTY_TYPE_CARDINAL' undeclared (first use in this function) make[2]: *** [fcfreetype.lo] Error 1 make[2]: Leaving directory `/opt/misc/fontconfig-2.1.94/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/misc/fontconfig-2.1.94' make: *** [all-recursive-am] Error 2 sean