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

Re: Continued build problems - 1.1.0-rc2, Mac OS X 10.2.8

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-19 16:44:45 CEST

On Thu, 2004-08-19 at 09:37, Clay Loveless wrote:

> _svn_client_add2
> _svn_cmdline_printf
> _svn_client_diff_peg
> _svn_opt_parse_path
> _svn_client_export2
> _svn_wc_adm_probe_open2
> _svn_client_version
> _svn_cmdline_fflush
> _svn_cmdline_fprintf
> _svn_cmdline_fputs
> _svn_delta_version
> _svn_ra_version
> _svn_subr_version
> _svn_ver_check_list
> _svn_wc_version
> _svn_client_merge_peg

These are all the 'new' functions in svn 1.1. This tells me that your
linker is trying to link against 1.0 libraries already installed on your
system, rather than the libraries in your source tree.

> My suspicion is that the problem is related (at least in part) to the latest
> neon 0.24.7 that's included with Subversion 1.1.0-rc1 and rc2.
>

Why would you think that? I see no connection to neon at all.

I'm guessing there's some libtool weirdness going on. At a minimum,
"uninstall" your svn 1.0 libraries and try building again.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 19 16:47:11 2004

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.