You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by NormW <no...@bocnet.com.au> on 2005/05/11 08:37:20 UTC

Subversion 1.2-rc3 - build issue...

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.


Regards,
Norm

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

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

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
On Wed, 11 May 2005, Ben Collins-Sussman wrote:

>
> On May 11, 2005, at 6:37 AM, Peter N. Lundblad wrote:
>
> > On Wed, 11 May 2005, NormW wrote:
> >
> >
> >> 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?

I added it. It's a trivial change.

Regards,
//Peter

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

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

Posted by Ben Collins-Sussman <su...@collab.net>.
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

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

Posted by "Peter N. Lundblad" <pe...@famlundblad.se>.
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.

Regards,
//Peter

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