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

Re: Trouble building trunk: Undefined references to svn_repos_load_fs3() and svn_repos_get_fs_build_parser3()

From: Daniel Trebbien <dtrebbien_at_gmail.com>
Date: Sun, 7 Nov 2010 12:18:33 -0800

On Sun, Nov 7, 2010 at 12:04 PM, Daniel Trebbien <dtrebbien_at_gmail.com> wrote:
> Weird. It seems that `subversion/libsvn_repos/load-fs-vtable.c` was
> the only C file in `subversion/libsvn_repos` that wasn't being
> compiled. So, I modified the CC line that compiled
> `subversion/libsvn_repos/log.c` to instead compile
> `subversion/libsvn_repos/load-fs-vtable.c` and manually added
> `load-fs-vtable.lo` to the link line that produces
> `libsvn_repos-1.la`. That made the problem go away for now.

Two other C files were also not built:
`subversion/svn/relocate-cmd.c` and
`subversion/tests/libsvn_wc/utils.c`. Except for these files and
`subversion/libsvn_repos/load-fs-vtable.c`, Subversion built just
fine.

Am I configuring Subversion incorrectly? I am using this config line:
./configure --enable-maintainer-mode
--prefix=/usr/local/stow/dtrebbien-subversion-HEAD --with-neon
Received on 2010-11-07 21:19:10 CET

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.