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

Re: apr library churn?

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-10-11 08:23:13 CEST

On Wed, Oct 11, 2000 at 07:38:33AM +0200, Daniel Stenberg wrote:
> On Tue, 10 Oct 2000, Greg Hudson wrote:
> > The error I get building apr is:
> >
> > gcc -g -O2 -pthread -D_REENTRANT -c -I../../include -I. poll.c
> > In file included from poll.c:55:
> > networkio.h:127: parse error before `apr_socklen_t'
> > networkio.h:127: warning: no semicolon at end of struct or union
>
> Joe Orton pointed out the fix for me:
>
> "You need to re-run buildconf in APR (or better, autogen.sh at the top
> level): apr_socklen_t has been added to apr/include/apr.h.in."

That is necessary, but may not be sufficient.

You'll need to also ensure that APR gets reconfigured after buildconf runs.
To do this, pass --enable-subdir-config to SVN's configure.

Specifically:

$ ./autogen.sh
$ ./configure --enable-subdir-config <your other switches>

Hmm. Now that we are about to ship, I need to flip the default for that
switch. We should config the subdirs by default...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:10 2006

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.