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

Re: make check produces error

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2001-12-13 17:47:14 CET

John Regal <jcr@flashline.com> writes:

> ../../../subversion/libsvn_fs/.libs/libsvn_fs.a(fs.o): In function
> `cleanup_fs':/usr/local/subversion-r588/subversion/libsvn_fs/fs.c:134:
> undefined reference to `txn_checkpoint'

txn_checkpoint is a db-3.3.11 symbol. It is the one that subversion
currently uses that is not present in db-4.0.14. Did you compile
against 3.3.11 headers and link against 4.0.14 libraries? That won't
work.

Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 2006

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.