You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Simon Knight <Si...@itsq.com.au> on 2004/09/30 04:38:31 UTC

Svn 1.1 RC 4 does not compile on Red Hat 7

Hi All,

Svn 1.1 RC 4 does not compile on Red Hat 7.0  because the code in
subversion/mod_dav_svn/file_revs.c line 220 is not valid C, its C++.
Swap the lines to this and its OK.

 

  /* These get determined from the request document. */

  svn_revnum_t start = SVN_INVALID_REVNUM;

  svn_revnum_t end = SVN_INVALID_REVNUM;

 

  /* Construct the authz read check baton. */

  arb.r = resource->info->r;

  arb.repos = resource->info->repos;

 

cheers

Simon


Re: Svn 1.1 RC 4 does not compile on Red Hat 7

Posted by Greg Hudson <gh...@MIT.EDU>.
On Thu, 2004-09-30 at 00:38, Simon Knight wrote:
> Hi All,
> 
> Svn 1.1 RC 4 does not compile on Red Hat 7.0  because the code in
> subversion/mod_dav_svn/file_revs.c line 220 is not valid C, its C++.

Or C99, or gcc-extended C for some versions of gcc, but yes, it's a bug.

svn 1.1.0 was released today.  It fixes this problem, and is otherwise
identical (in code) to svn 1.1.0-rc4.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org