On Fri, Jul 02, 2004 at 02:34:22PM +0200, Graham Leggett wrote: > Hi all, > > While trying to build apr-util from HEAD (as an RPM), the build bombs > out like so: > > /bin/sh /usr/lib/apr/build-1/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 xlate/xlate.lo -c xlate/xlate.c && touch > xlate/xlate.lo > xlate/xlate.c:61: syntax error before "iconv_t"
iconv.h hasn't been included... probably some configure screwup. Do you have apr-iconv installed? If so try removing it and building again.
