John Tsangaris <johnt@webevent.com> writes:
> I've downloaded subversion and am trying to install. I keep getting
> an error but have been unable to identify why it's dying (other than
> what the error says):
>
> subversion/mod_dav_svn/log.c: In function `dav_svn__log_report':
> subversion/mod_dav_svn/log.c:196: too few arguments to function
> `apr_brigade_create'
> make: *** [subversion/mod_dav_svn/log.lo] Error 1
>
>
> The criminal line shows:
>
> lrb.bb = apr_brigade_create(resource->pool); /* not the subpool! */
>
>
> It looks like it is expecting:
>
> APU_DECLARE(apr_bucket_brigade *) apr_brigade_create(apr_pool_t *p)
>
>
> It's been a long time since I've done C.. so it'll take me a little
> bit to dig into the code to find out what's what.. so I was hoping
> someone has the 10 second answer.
You're building the the latest SVN tree, right? revision 1679 or so?
Looks like it might be trying to use an old APR library lying around
your system. Make sure you have the latest APR (from CVS) within your
tree, and that there isn't an old apr-config binary lying around in
your /usr/local/bin. Delete any old /usr/local/lib/libsvn* and
/usr/local/lib/libapr* as well.
> Also.. any projected date for when 1.0 is coming out? I'm researching
> subversion for the company I work for (yes, I understand it's
> pre-alpha currently.).
Sometime this summer, we expect.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 12 18:57:41 2002