On Sun, Nov 7, 2010 at 12:04 PM, Daniel Trebbien <dtrebb...@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

Reply via email to