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
Received on Wed May 11 10:50:33 2005