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

Re: Problems building Subversion 1.1.0RC1

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-15 17:48:04 CEST

On Wed, 2004-07-14 at 19:47, Clay Loveless wrote:

> "--with-apr=/usr/local/apache2" \
> "--with-apr-util=/usr/local/apache2" \

In my personal experience, these work better when you set them to the
full path of apr-config and apu-config. (i.e.
/usr/local/apache2/bin/apr-config).

> ld: Undefined symbols:
> _svn_delta_version
> _svn_txdelta_read_svndiff_window
> _svn_txdelta_skip_svndiff_window
> _svn_txdelta_target_push

These are all new symbols defined in the 1.1 libraries. This tells me
that your linker is probably picking up already-installed 1.0 libraries,
rather than the ones in your build tree.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 15 17:49:18 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.