Hi all,

I am trying to build apr-util against an RPM of apr (and apr-devel). During the build it is bombing out like so:

/bin/sh /usr/lib/apr/build/libtool --silent --mode=compile gcc -pthread -O2 -g -pipe -march=i386 -mcpu=i686 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/redhat/BUILD/apr-util-1.0.0/include -I/usr/src/redhat/BUILD/apr-util-1.0.0/include/private -I/usr/include/apr-1 -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
xml/apr_xml.c:33:19: ascii.h: No such file or directory
xml/apr_xml.c:37: `ASCII_x' undeclared here (not in a function)
xml/apr_xml.c:37: initializer element is not constant
xml/apr_xml.c:37: (near initialization for `APR_KW_xmlns[0]')
xml/apr_xml.c:37: `ASCII_m' undeclared here (not in a function)
xml/apr_xml.c:37: initializer element is not constant
xml/apr_xml.c:37: (near initialization for `APR_KW_xmlns[1]')


A search on the machine shows that ascii.h is supposed to be part of expat, but the Redhat supplied expat-devel contains no such file.

Anyone know what this mysterious ascii.h belongs to?

Regards,
Graham
--



Reply via email to