[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 00:58:14 CEST

Sounds like you need to reconfig APR:

[svn]$ ./autogen.sh # runs APR's "buildconf" script
[svn]$ ./configure --enable-subdir-config --with-maintainer-mode --disable-static

Cheers,
-g

On Tue, Oct 10, 2000 at 06:48:33PM -0400, Greg Hudson wrote:
> I haven't been able to build the apr library in a while, which means I
> can't build all of the subversion tree because of the uuid changes.
> 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
>
> and some more stuff all relating to apr_socklen_t not being defined
> anywhere. This is on a Red Hat Linux 6.2 system. Any clues?

-- 
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.