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

Re: [neon] Re: Subversion/Neon win32 compilation

From: Yves Martin <yves.martin_at_elca.ch>
Date: 2007-03-30 12:03:52 CEST

On Fri, 2007-03-30 at 10:40 +0200, Ulrich Eckhardt wrote:
> On Friday 30 March 2007 10:10, Yves Martin wrote:
> > It seems "ne_decompress_reader" has four parameters in signature and the
> > compiler expect only 3 ??
>
> Okay, if that is the case you don't even need the calling convention to mess
> up things. It simply means that the functions don't match. Why that is the
> case, when this last used to work or how it should be fixed is beyond me, I'd
> have to take a real look at the code.

I'm wrong. The problem comes from the spool_reader definition in util.c;
Neon expects an integer as return type (ne_block_reader definition) and
the lacks of the SVN_NEON_0_25 defines it as "void".

Comparing with a Linux compilation, I think I have to add
#DEFINE SVN_NEON_0_25 1
#DEFINE SVN_NEON_0_26 1
in subversion/svn_private_config.h

I guess it should be the gen_make.py responsability to generate that
file right.

Great ! My compilation is over !
Best regards,

-- 
Yves Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 30 12:04:07 2007

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.