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

compile error under owner-group-mode branch

From: Stephen Ecker <uther_at_the-pendragon.org>
Date: 2007-02-15 01:50:22 CET

in the file:
http://svn.collab.net/repos/svn/branches/meta-data-versioning/owner-group-mode/subversion/libsvn_client/commit_util.c

when compiling errors with:

subversion/libsvn_client/commit_util.c: In function 'harvest_committables':
subversion/libsvn_client/commit_util.c:197: error: redeclaration of 'finfo' with no linkage
subversion/libsvn_client/commit_util.c:196: error: previous declaration of 'finfo' was here
make: *** [subversion/libsvn_client/commit_util.lo] Error 1

turns out, in commit_util.c, the following line is repeated:
  apr_finfo_t finfo;

removing one solved the problem
Received on Sat Feb 17 12:20:43 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.