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