[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: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-05-11 13:37:45 CEST

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
Received on Wed May 11 13:40:09 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.