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

Re: SVN 1.3.0-rc4 ...for NetWare... builds

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-11-27 15:33:13 CET

NormW wrote:
> Just trying a build of the 1.3-rc4 taeball for SVN for the NetWare box
> and two 'issues' arise:
>
> 1. Some sources use 'SVN_NEON_0_25' but my compiler says:
>
> #if SVN_NEON_0_25
>
> is an incomplete statement, _unles_ I define iy as '1', which is not
> what the comments in svn_private_conig.h.in suggest. Perhaps that should
> be:
>
> #ifdef SVN_NEON_0_25

That is the correct fix, and r17014 does that.

Is the compiler throwing an error or just a warning? If it's just a warning,
ignore it for now - the above fix will be included in a future release. If
it's an error (and stops the build), then we need to work out who is wrong and
whether (and when) we need to port that r17014 patch into Subversion 1.3.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 27 15:34:18 2005

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.