[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 3545 - trunk

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-29 05:59:32 CET

mbk@tigris.org writes:

> Author: mbk
> Date: 2002-10-28 21:49:55 -0600 (Mon, 28 Oct 2002)
> New Revision: 3545
>
> Modified:
> trunk/Makefile.in
> trunk/build.conf
> trunk/configure.in

Ah, I see that you've taught ./configure to search for the xmlrpc-epi
library.

I downloaded the latest sourceball of xmlrpc-epi, and the thing won't
build on FreeBSD. It can't find 'iconv.h' that one of the C files
#includes. On BSD, it's in /usr/local/include, instead of
/usr/include. (Stupid linux-centric sourceball!)

Anyone know how to make its configure.in find iconv.h and add a proper
-I to the cflags? My autoconf-fu is super weak. I added 'iconv.h' to
the AC_CHECK_HEADERS() macro, but that merely causes ./configure to
print

checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no

...and then go its merry way.

If this is fixable, I'd like to send a configure.in patch to the
maintainer.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 05:59:46 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.