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

Re: What is the minimum version of apr needed for subversion?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-10 17:22:39 CEST

On 10/10/06, Kamesh Jayachandran <kamesh@collab.net> wrote:
> Hi All,
> All these days when I build subversion I always use apr-0.9.7 it worked
> well.
> When I tried to build with serf I get linker errors of the following kind,
> <snip>
> /home/kamesh/work/svn/merge-tracking/vpath/subversion/libsvn_ra_serf/.libs/libsvn_ra_serf-1.so:
> undefined reference to `apr_file_buffer_set'
> collect2: ld returned 1 exit status
> make: *** [subversion/svn/svn] Error 1
> </snip>
>
> When delved I could find '`apr_file_buffer_set' available only on trunk
> and pollcb-dev branch?
>
> I could see the identical implementation in all platforms (win32, os2,
> unix, except netware, does not have this 'buffereing' implemented at all.).

Justin says it definately won't work against 0.9.x... If it needs
that function then I suspect it requires either trunk or 1.3.x (which
hasn't been released yet).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 10 17:22:57 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.