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

Subversion 1.2-rc3 - build issue...

From: NormW <normw_at_bocnet.com.au>
Date: 2005-05-11 10:37:20 CEST

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

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.