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

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

From: NormW <normw_at_bocnet.com.au>
Date: 2005-11-27 08:20:10 CET

Greetings All,
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

or change the the comments relating to the setting perhaps?

2. The latest Novell C library indicates inet_addr() returns a structure
(in_addr_t) and the compiler doesn't like:

#define INADDR_NONE ((in_addr_t) -1)

Trying to find out from Novell how to test for -1 but wondering if there
is any other way of writting this to get the same result when testing
laddr against INADDR_NONE later in the program (ne_socket.c).

Regards,
Norm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 27 08:19:47 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.