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

Re: Is fs_loader.c a mistake?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-04-30 02:03:16 CEST

Philip Martin <philip@codematters.co.uk> writes:

> I'm getting lots of errors like:
>
> .libs/fs_loader.o(.text+0x440): In function `svn_fs_set_uuid':
> ../svn/subversion/libsvn_fs/fs_loader.c:421: multiple definition of `svn_fs_set_uuid'
> .libs/fs-loader.o(.text+0x13b0):../svn/subversion/libsvn_fs/fs-loader.c:770: first defined here
> /usr/bin/ld: Warning: size of symbol `svn_fs_set_uuid' changed from 34 in .libs/fs-loader.o to 5 in .libs/fs_loader.o

"svn rm fs_loader.c" appears to do the trick.

Some gcc 3.4 warnings:

../svn/subversion/libsvn_fs_fs/fs_fs.c:1096: warning: comparison between signed and unsigned
../svn/subversion/libsvn_fs_fs/fs_fs.c:1099: warning: comparison between signed and unsigned
../svn/subversion/libsvn_fs_fs/fs_fs.c:1441: warning: comparison between signed and unsigned
../svn/subversion/libsvn_fs_fs/fs_fs.c:2606: warning: 'change_string' might be used uninitialized in this function

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 30 02:03:36 2004

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.