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

Re: Subversion 1.2-rc3 - build issue...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-11 13:46:20 CEST

On May 11, 2005, at 6:37 AM, Peter N. Lundblad wrote:

> On Wed, 11 May 2005, NormW wrote:
>
>
>> Good evening All...
>> Just trying a build of the above release and get the 'error' noted
>> below
>> when using CodeWarrior for a NetWare build on Win2K...
>>
>>
>>> Compiling c:\projects\gccnlm\subversion-1.2.0-rc3/subversion/
>>> libsvn_wc/translate.c
>>> ### mwccnlm Compiler:
>>> # File: ..\..\..\..\subversion\libsvn_wc\translate.c
>>> # -----------------------------------------------------
>>> # 273: svn_error_t *svn_err__temp = (svn_wc_entry (&entry,
>>> path, adm_access, 0, pool)); if (svn_err__temp) return svn_err
>>> __temp; } w
>>> #
>>> Error:
>>> ^
>>> # illegal implicit conversion from 'struct svn_wc_entry_t **' to
>>> # 'const struct svn_wc_entry_t **'
>>>
>>
>> Seems like a small consistency problem....
>> Changing line 269 (translate.c) from:
>> svn_wc_entry_t* entry;
>> to:
>> const svn_wc_entry_t* entry;
>> resolves it.
>>
>>
>>
> This was fixed in r14629.
>

If this breaks the Netware build, should we put it into rc4?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 11 14:03:49 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.