Hi Greg (is it?),
Note that I'm configuring without BDB support; my build fails with this message:
[[[
gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -g -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread
-D_LARGEFILE64_SOURCE -DNE_LFS -Wpointer-arith -Wwrite-strings -Wshadow
-ansi -std=c99 -Wall -Wformat=2 -Wunused -Waggregate-return
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wno-multichar -Wredundant-decls -Wnested-externs -Wunreachable-code
-Winline -Wno-long-long -Wold-style-definition -DSVN_DEBUG -DAP_DEBUG
-I./subversion/include -I./subversion
-I/arch/elego/svn/prefix/apr/include/apr-1
-I/arch/elego/svn/prefix/apr-util/include/apr-1
-I/arch/elego/svn/prefix/neon/include/neon -o
subversion/tests/libsvn_subr/skel-test.o -c
subversion/tests/libsvn_subr/skel-test.c
In file included from subversion/tests/libsvn_subr/../../libsvn_fs_base/fs.h:28,
from subversion/tests/libsvn_subr/skel-test.c:31:
subversion/tests/libsvn_subr/../../libsvn_fs_base/bdb/env.h:77: error:
expected specifier-qualifier-list before ‘DB_ENV’
In file included from subversion/tests/libsvn_subr/skel-test.c:31:
subversion/tests/libsvn_subr/../../libsvn_fs_base/fs.h:91: error: expected
specifier-qualifier-list before ‘DB’
make: *** [subversion/tests/libsvn_subr/skel-test.o] Error 1
]]]
When I disable the skel test in the build.conf, everything goes fine.
~Neels
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=982644
Received on 2008-12-11 03:27:52 CET