On Tue, 18 Oct 2011 22:12:47 +0000, Daniel Shahaf wrote: ... > - those foo.h file generated from foo.sql files are supposed to be > pre-generated in the tarball
They are. Except that I copied over the tree, and the timestamps afterwards were so that it tought it necessary to recreate. Ouch. Ok, after an '#include <unistd.h>' in the sqlite amalg (for ftruncate), a few touches on the generated .h, and re-invoking the linker commands (quite a few) with an -lintl added, I seem to have a binary. But svnadmin greets me with: + svnadmin create repo svnadmin: Version mismatch in 'svn_delta': found 1.5.5, expected 1.7.0 svnadmin: Version mismatch in 'svn_fs': found 1.5.5, expected 1.7.0 svnadmin: Version mismatch in 'svn_repos': found 1.5.5, expected 1.7.0 svnadmin: Version mismatch in 'svn_subr': found 1.5.5, expected 1.7.0 :-( Andreas -- "Totally trivial. Famous last words." From: Linus Torvalds <torvalds@*.org> Date: Fri, 22 Jan 2010 07:29:21 -0800