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

Re: svn commit: r13123 - in trunk/subversion: clients/cmdline include libsvn_client

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-24 10:44:28 CET

Ben Collins-Sussman wrote:
>
> On Feb 23, 2005, at 5:54 PM, Philip Martin wrote:
>
>>
>> At present this function causes a "defined but not used" warning, are
>> you planning to use it?
>>
>
> Yup, working on it now. That's phase 2.

   I'm guessing r13123 is why I'm getting undefined symbol errors for
   svn_client_info (OS X)? If I reverse-merge that revision the
   error below goes away:

danpat@chuckles:~/trunk$ make
cd subversion/clients/cmdline && /bin/sh /Users/danpat/trunk/libtool
--tag=CC --silent --mode=link gcc -g -O2 -g -O2 -DNEON_ZLIB
-DNEON_SSL -L/sw/lib -rpath /usr/local/lib -o svn add-cmd.o
blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o
copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o
info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o
notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o
proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o
status-cmd.o status.o switch-cmd.o update-cmd.o util.o
../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la /sw/lib/libaprutil-0.la
-lgdbm -ldb-4.2 -lexpat -liconv /sw/lib/libapr-0.la -lresolv -lpthread
-L/usr/local/lib -lneon -lssl -lcrypto -lz -lintl
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
ld: Undefined symbols:
_svn_client_info
make: *** [subversion/clients/cmdline/svn] Error 1

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 24 10:50:45 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.