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

Re: cannot compile with serf trunk

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Mon, 28 Sep 2009 09:47:04 +0200

Hey Edmund,

the API of serf on trunk has been changed in an incompatible way, and
Subversion isn't adapted yet.

I have a patch for Subversion, but since there are other problems with
serf trunk I didn't bother committing it yet.

The most stable branch of serf right now is:
http://serf.googlecode.com/svn/branches/0.3.x

Lieven

On Mon, Sep 28, 2009 at 8:47 AM, Edmund Wong <edmund_at_belfordhk.com> wrote:
> Hi,
>
> Seeing as I've been having some problems with using
> the serf library (0.3.0), and taking a clue from
> the thread:
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2396028
>
> I checked out the trunk of serf via:
>
> http://code.google.com/p/serf/source/checkout
>
> So it is now Serf 0.4.0.
>
> When I do a 'nmake all1', I get the following:
>
> ..\..\..\subversion\libsvn_ra_serf\update.c(2155): warning C4113:
> 'serf_bucket_t *(__cdecl *)(apr_socket_t *,void *,apr_pool_t *)' differs
> in parameter lists
> from 'serf_connection_setup_t'
> ..\..\..\subversion\libsvn_ra_serf\update.c(2155): error C4047:
> 'function' : 'serf_connection_setup_t' differs in levels of indirection
> from 'serf_bucket_t *(__cdecl *)(apr_socket_t *,void *,apr_pool_t *)'
> ..\..\..\subversion\libsvn_ra_serf\update.c(2155): error C4024:
> 'serf_connection_create' : different types for formal and actual parameter 3
>
> It then stops compiling.  I don't know enough of the serf library
> to fix this yet, so I was wondering if someone might have a clue
> as how I might be able to patch this, especially that '
> differs in levels of indirection'.
>
> Thanks
>
> Edmund
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2401037
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2401047
Received on 2009-09-28 09:47:46 CEST

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.