Hi All. Thanks for FSVS it's great!! I use it to backup several linux servers.
However, I'm working on a local project here on my mac and would like to get
fsvs installed. It's a mac powerbook g4 running 10.4.11.
All is good until i go to "make". I've scoured internet and discussion groups
to no avail. I'm going to run through what i did step by step:
1.) Downloaded fsvs-1.2.2.tar.gz from freshmeats
2.) Untar in /opt/src
3.) Used macports to install depy's (svn, apr, pcre, gdbm)
4.) I was getting errors w/ pcre and apr, so I had to setup the following
symlinks and path vars:
sudo ln -s /opt/local/lib/libpcre.a /usr/local/lib
sudo ln -s /opt/local/include/pcre.h /usr/local/include
export LDFLAGS=-L/opt/local
5.) I ran sudo ./configure but got the warning about MAJOR(), MINOR(), and
MAKEDEV() definitions not found.
6.) I ran sudo ./configure --enable-dev-fake and configured w/o error. (see
attached "configure.out.txt")
7.) Now, when i try to "make", I get all kinds of errors. Simple stuff like
files not being found. See attached file "make.output.txt"
So here I'm stuck. I've also tried:
sudo ./configure --prefix=/opt/local
sudo ./configure --with-svnlib=/opt/local/include
and a bunch of others, but still get simliar output. I must be missing
something stupid like an environment variable right? Any help is GREATLY
appreciated!! Thanks guys! If you help me out I'll gladly write up the "HOW TO
- Mac Install".
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2652110
To unsubscribe from this discussion, e-mail:
[[email protected]].
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
configure: *** Now configuring FSVS ***
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
configure: "CFLAGS=-g -O2 -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -idirafter
/usr/local/include -idirafter /usr/include -idirafter /openpkg/include
-idirafter /opt/local/include/apr-1"
configure: "LDFLAGS=-L/opt/local/lib -L/usr/local/lib -L/openpkg/lib"
checking for pcre_compile in -lpcre... yes
checking for apr_md5_init in -laprutil-1... yes
checking for svn_txdelta_apply in -lsvn_delta-1... yes
checking for svn_ra_initialize in -lsvn_ra-1... yes
checking for gdbm_firstkey in -lgdbm... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct stat.st_mtim... no
configure: No compatible valgrind version.
configure: No compatible valgrind version.
checking linux/kdev_t.h usability... no
checking linux/kdev_t.h presence... no
checking for linux/kdev_t.h... no
checking for getdents64... no
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking linux/unistd.h usability... no
checking linux/unistd.h presence... no
checking for linux/unistd.h... no
checking for comparison_fn_t... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
./configure: line 5574: [: too many arguments
checking for uint32_t... yes
checking for uint64_t... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for fchdir... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for munmap... yes
checking for rmdir... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strtoul... yes
checking for strtoull... yes
checking for alphasort... yes
checking for dirfd... no
checking for lchown... yes
checking for lutimes... no
checking for strsep... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: WARNING: 'src/Makefile.in' seems to ignore the --datarootdir
setting
config.status: creating tests/Makefile
config.status: creating src/config.h
Makefile:174: .ac_list.d: No such file or directory
Makefile:174: .actions.d: No such file or directory
Makefile:174: .add_unvers.d: No such file or directory
Makefile:174: .build.d: No such file or directory
Makefile:174: .cache.d: No such file or directory
Makefile:174: .cat.d: No such file or directory
Makefile:174: .checkout.d: No such file or directory
Makefile:174: .checksum.d: No such file or directory
Makefile:174: .commit.d: No such file or directory
Makefile:174: .cp_mv.d: No such file or directory
Makefile:174: .diff.d: No such file or directory
Makefile:174: .direnum.d: No such file or directory
Makefile:174: .est_ops.d: No such file or directory
Makefile:174: .export.d: No such file or directory
Makefile:174: .fsvs.d: No such file or directory
Makefile:174: .hash_ops.d: No such file or directory
Makefile:174: .helper.d: No such file or directory
Makefile:174: .ignore.d: No such file or directory
Makefile:174: .info.d: No such file or directory
Makefile:174: .log.d: No such file or directory
Makefile:174: .options.d: No such file or directory
Makefile:174: .props.d: No such file or directory
Makefile:174: .racallback.d: No such file or directory
Makefile:174: .remote.d: No such file or directory
Makefile:174: .resolve.d: No such file or directory
Makefile:174: .revert.d: No such file or directory
Makefile:174: .status.d: No such file or directory
Makefile:174: .sync.d: No such file or directory
Makefile:174: .update.d: No such file or directory
Makefile:174: .url.d: No such file or directory
Makefile:174: .waa.d: No such file or directory
Makefile:174: .warnings.d: No such file or directory
deps for warnings.c
In file included from options.h:13,
from warnings.h:13,
from warnings.c:14:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for waa.c
waa.c:13:23: error: apr_pools.h: No such file or directory
waa.c:14:21: error: apr_md5.h: No such file or directory
waa.c:15:34: error: subversion-1/svn_md5.h: No such file or directory
In file included from waa.h:15,
from waa.c:23:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from waa.c:29:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for url.c
In file included from actions.h:12,
from url.h:12,
from url.c:16:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from url.c:21:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for update.c
update.c:56:21: error: apr_md5.h: No such file or directory
update.c:57:23: error: apr_pools.h: No such file or directory
update.c:58:22: error: apr_user.h: No such file or directory
update.c:59:25: error: apr_file_io.h: No such file or directory
update.c:60:36: error: subversion-1/svn_delta.h: No such file or directory
update.c:61:33: error: subversion-1/svn_ra.h: No such file or directory
update.c:62:36: error: subversion-1/svn_error.h: No such file or directory
update.c:63:37: error: subversion-1/svn_string.h: No such file or directory
update.c:64:35: error: subversion-1/svn_time.h: No such file or directory
In file included from update.c:73:
global.h:17:18: error: gdbm.h: No such file or directory
deps for sync.c
sync.c:64:21: error: apr_md5.h: No such file or directory
sync.c:65:23: error: apr_pools.h: No such file or directory
sync.c:66:22: error: apr_user.h: No such file or directory
sync.c:67:25: error: apr_file_io.h: No such file or directory
sync.c:68:36: error: subversion-1/svn_delta.h: No such file or directory
sync.c:69:33: error: subversion-1/svn_ra.h: No such file or directory
sync.c:70:36: error: subversion-1/svn_error.h: No such file or directory
sync.c:71:37: error: subversion-1/svn_string.h: No such file or directory
sync.c:72:35: error: subversion-1/svn_time.h: No such file or directory
In file included from sync.c:81:
global.h:17:18: error: gdbm.h: No such file or directory
deps for status.c
In file included from status.c:13:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from status.c:25:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for revert.c
revert.c:13:36: error: subversion-1/svn_delta.h: No such file or directory
revert.c:14:33: error: subversion-1/svn_ra.h: No such file or directory
In file included from actions.h:12,
from revert.h:12,
from revert.c:16:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for resolve.c
In file included from resolve.c:14:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for remote.c
deps for racallback.c
racallback.c:18:33: error: subversion-1/svn_ra.h: No such file or directory
racallback.c:19:35: error: subversion-1/svn_auth.h: No such file or directory
racallback.c:20:37: error: subversion-1/svn_client.h: No such file or directory
racallback.c:21:38: error: subversion-1/svn_cmdline.h: No such file or directory
In file included from racallback.c:25:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from racallback.c:29:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for props.c
props.c:25:18: error: gdbm.h: No such file or directory
props.c:27:36: error: subversion-1/svn_props.h: No such file or directory
In file included from props.c:29:
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for options.c
In file included from options.c:11:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for log.c
log.c:47:23: error: apr_pools.h: No such file or directory
log.c:48:33: error: subversion-1/svn_ra.h: No such file or directory
log.c:49:36: error: subversion-1/svn_error.h: No such file or directory
log.c:50:37: error: subversion-1/svn_string.h: No such file or directory
log.c:51:35: error: subversion-1/svn_time.h: No such file or directory
In file included from log.c:60:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
deps for info.c
In file included from info.c:56:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for ignore.c
In file included from ignore.c:16:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for helper.c
helper.c:20:25: error: apr_file_io.h: No such file or directory
helper.c:21:21: error: apr_md5.h: No such file or directory
helper.c:22:37: error: subversion-1/svn_config.h: No such file or directory
In file included from helper.c:24:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from helper.c:29:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for hash_ops.c
In file included from hash_ops.c:11:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for fsvs.c
fsvs.c:19:23: error: apr_pools.h: No such file or directory
fsvs.c:21:36: error: subversion-1/svn_error.h: No such file or directory
In file included from fsvs.c:23:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from fsvs.c:26:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for export.c
export.c:17:36: error: subversion-1/svn_delta.h: No such file or directory
export.c:18:33: error: subversion-1/svn_ra.h: No such file or directory
export.c:19:36: error: subversion-1/svn_error.h: No such file or directory
In file included from actions.h:12,
from export.h:12,
from export.c:21:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for est_ops.c
In file included from est_ops.c:18:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from est_ops.c:27:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for direnum.c
In file included from est_ops.h:13,
from direnum.c:20:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for diff.c
In file included from diff.c:17:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for cp_mv.c
In file included from cp_mv.c:12:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from cp_mv.c:17:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for commit.c
commit.c:68:21: error: apr_md5.h: No such file or directory
commit.c:69:23: error: apr_pools.h: No such file or directory
commit.c:70:22: error: apr_user.h: No such file or directory
commit.c:71:25: error: apr_file_io.h: No such file or directory
commit.c:72:36: error: subversion-1/svn_delta.h: No such file or directory
commit.c:73:33: error: subversion-1/svn_ra.h: No such file or directory
commit.c:74:36: error: subversion-1/svn_error.h: No such file or directory
commit.c:75:37: error: subversion-1/svn_string.h: No such file or directory
commit.c:76:35: error: subversion-1/svn_time.h: No such file or directory
In file included from commit.c:85:
global.h:17:18: error: gdbm.h: No such file or directory
deps for checksum.c
checksum.c:13:21: error: apr_md5.h: No such file or directory
In file included from checksum.h:12,
from checksum.c:16:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from checksum.c:16:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for checkout.c
In file included from actions.h:12,
from url.h:12,
from checkout.c:16:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from checkout.c:19:
commit.h:12:36: error: subversion-1/svn_delta.h: No such file or directory
deps for cat.c
In file included from cat.c:13:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for cache.c
In file included from cache.c:13:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for build.c
In file included from build.c:11:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for add_unvers.c
In file included from add_unvers.c:11:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
deps for actions.c
In file included from actions.h:12,
from actions.c:12:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from actions.c:15:
checksum.h:14:36: error: subversion-1/svn_delta.h: No such file or directory
deps for ac_list.c
In file included from ac_list.c:9:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:20:21: error: apr_md5.h: No such file or directory
global.h:21:25: error: apr_file_io.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from ac_list.c:12:
commit.h:12:36: error: subversion-1/svn_delta.h: No such file or directory
/bin/sh: line 1: tags: No such file or directory
tags
Duplicate entry in file cp_mv.c, line 366: cm___match_t
Second entry ignored
Duplicate entry in file direnum.c, line 150: fsvs_dirent
Second entry ignored
Duplicate entry in file direnum.c, line 151: dir__handle
Second entry ignored
Duplicate entry in file direnum.c, line 155: dir__start_enum
Second entry ignored
Duplicate entry in file direnum.c, line 168: dir__enum
Second entry ignored
Duplicate entry in file direnum.c, line 185: dir__close
Second entry ignored
Duplicate entry in file direnum.c, line 197: dir__get_dir_size
Second entry ignored
Duplicate entry in file helper.c, line 282: hlp__local2utf8
Second entry ignored
Duplicate entry in file helper.c, line 289: hlp__utf82local
Second entry ignored
Duplicate entry in files actions.h and cp_mv.c: sts (Warning only)
Duplicate entry in files cache.h and helper.c: __attribute__ (Warning only)
Duplicate entry in files config.h and actions.h: void (Warning only)
Duplicate entry in files est_ops.h and est_ops.c: DEBUGP_dump_estat (Warning
only)
Duplicate entry in file est_ops.h, line 159: estat
Second entry ignored
Duplicate entry in files global.h and est_ops.h: estat (Warning only)
Duplicate entry in file global.h, line 651: DEBUGP
Second entry ignored
Duplicate entry in file options.h, line 169: opt__prio_e
Second entry ignored
Duplicate entry in files resolve.h and resolve.c: res__mark_conflict (Warning
only)
Not seen: S_ISDOOR
CC ac_list.c
In file included from ac_list.c:9:
global.h:17:18: error: gdbm.h: No such file or directory
global.h:22:33: error: subversion-1/svn_ra.h: No such file or directory
global.h:23:37: error: subversion-1/svn_string.h: No such file or directory
In file included from ac_list.c:9:
global.h:193: error: parse error before "svn_revnum_t"
global.h:193: warning: no semicolon at end of struct or union
global.h:196: warning: type defaults to 'int' in declaration of
'current_target_rev'
global.h:196: warning: data definition has no type or storage class
global.h:198: error: parse error before "current_rev"
global.h:198: warning: type defaults to 'int' in declaration of 'current_rev'
global.h:198: warning: data definition has no type or storage class
global.h:200: error: parse error before "head_rev"
global.h:200: warning: type defaults to 'int' in declaration of 'head_rev'
global.h:200: warning: data definition has no type or storage class
global.h:215: error: parse error before '*' token
global.h:215: warning: type defaults to 'int' in declaration of 'session'
global.h:215: warning: data definition has no type or storage class
global.h:224: error: parse error before ':' token
global.h:226: error: parse error before ':' token
global.h:228: error: parse error before ':' token
global.h:311: error: parse error before "svn_revnum_t"
global.h:311: warning: no semicolon at end of struct or union
global.h:313: warning: type defaults to 'int' in declaration of 'old_rev'
global.h:313: warning: data definition has no type or storage class
global.h:387: warning: unnamed struct/union that defines no instances
global.h:406: error: parse error before "svn_stringbuf_t"
global.h:406: warning: no semicolon at end of struct or union
global.h:406: warning: no semicolon at end of struct or union
global.h:411: warning: unnamed struct/union that defines no instances
global.h:415: warning: unnamed struct/union that defines no instances
global.h:416: error: parse error before '}' token
global.h:432: error: parse error before '*' token
global.h:432: warning: type defaults to 'int' in declaration of 'user_prop'
global.h:432: warning: data definition has no type or storage class
global.h:448: error: parse error before ':' token
global.h:450: error: parse error before ':' token
global.h:453: error: parse error before ':' token
global.h:458: error: parse error before ':' token
global.h:461: error: parse error before ':' token
global.h:468: error: parse error before ':' token
global.h:473: error: parse error before ':' token
global.h:477: error: parse error before ':' token
global.h:481: error: parse error before ':' token
global.h:485: error: parse error before ':' token
global.h:490: error: parse error before ':' token
global.h:493: error: parse error before ':' token
global.h:497: error: parse error before ':' token
global.h:501: error: parse error before ':' token
global.h:505: error: parse error before ':' token
global.h:865: error: parse error before "target_revision"
global.h:865: warning: type defaults to 'int' in declaration of
'target_revision'
global.h:865: warning: data definition has no type or storage class
global.h:869: error: parse error before "opt_target_revision"
global.h:869: warning: type defaults to 'int' in declaration of
'opt_target_revision'
global.h:869: warning: data definition has no type or storage class
global.h:871: error: parse error before "opt_target_revision2"
global.h:871: warning: type defaults to 'int' in declaration of
'opt_target_revision2'
global.h:871: warning: data definition has no type or storage class
global.h:885: error: parse error before '*' token
global.h:885: warning: type defaults to 'int' in declaration of 'session'
global.h:885: warning: data definition has no type or storage class
In file included from ac_list.c:12:
commit.h:12:36: error: subversion-1/svn_delta.h: No such file or directory
In file included from ac_list.c:12:
commit.h:27: error: parse error before "svn_revnum_t"
In file included from ac_list.c:13:
update.h:24: warning: type defaults to 'int' in declaration of 'svn_string_t'
update.h:24: error: parse error before '*' token
update.h:35: error: parse error before '*' token
update.h:36: error: parse error before "svn_revnum_t"
update.h:37: warning: type defaults to 'int' in declaration of
'up__set_target_revision'
update.h:37: warning: data definition has no type or storage class
update.h:38: error: parse error before '*' token
update.h:39: error: parse error before "svn_revnum_t"
update.h:45: error: parse error before "svn_revnum_t"
update.h:50: warning: type defaults to 'int' in declaration of 'svn_string_t'
update.h:50: error: parse error before '*' token
update.h:54: warning: type defaults to 'int' in declaration of
'up__close_directory'
update.h:54: warning: data definition has no type or storage class
update.h:55: error: parse error before '*' token
update.h:57: warning: type defaults to 'int' in declaration of
'up__absent_directory'
update.h:57: warning: data definition has no type or storage class
update.h:58: error: parse error before '*' token
update.h:61: error: parse error before "svn_revnum_t"
update.h:63: warning: type defaults to 'int' in declaration of 'up__add_file'
update.h:63: warning: data definition has no type or storage class
update.h:64: error: parse error before '*' token
update.h:67: error: parse error before "svn_txdelta_window_handler_t"
update.h:68: warning: type defaults to 'int' in declaration of
'up__apply_textdelta'
update.h:68: warning: data definition has no type or storage class
update.h:69: error: parse error before '*' token
update.h:71: warning: type defaults to 'int' in declaration of 'svn_string_t'
update.h:71: error: parse error before '*' token
update.h:72: warning: type defaults to 'int' in declaration of
'up__change_file_prop'
update.h:72: warning: data definition has no type or storage class
update.h:73: error: parse error before '*' token
update.h:75: warning: type defaults to 'int' in declaration of 'up__close_file'
update.h:75: warning: data definition has no type or storage class
update.h:76: error: parse error before '*' token
update.h:78: warning: type defaults to 'int' in declaration of 'up__absent_file'
update.h:78: warning: data definition has no type or storage class
update.h:79: error: parse error before '*' token
update.h:80: warning: type defaults to 'int' in declaration of 'up__close_edit'
update.h:80: warning: data definition has no type or storage class
update.h:81: error: parse error before '*' token
update.h:82: warning: type defaults to 'int' in declaration of 'up__abort_edit'
update.h:82: warning: data definition has no type or storage class
In file included from ac_list.c:17:
ignore.h:32: error: parse error before "apr_hash_t"
ignore.h:32: warning: no semicolon at end of struct or union
ignore.h:34: error: parse error before ':' token
ignore.h:35: error: parse error before ':' token
In file included from ac_list.c:18:
cp_mv.h:28: error: parse error before "svn_revnum_t"
In file included from ac_list.c:22:
url.h:52: error: parse error before '*' token
url.h: In function 'url__to_be_handled':
url.h:78: error: dereferencing pointer to incomplete type
url.h: At top level:
url.h:84: error: parse error before '*' token
url.h:86: error: parse error before '*' token
url.h: In function 'url__iterator':
url.h:88: error: 'target_rev' undeclared (first use in this function)
url.h:88: error: (Each undeclared identifier is reported only once
url.h:88: error: for each function it appears in.)
url.h: In function 'url__sorter':
url.h:104: error: dereferencing pointer to incomplete type
url.h:104: error: dereferencing pointer to incomplete type
url.h:105: error: dereferencing pointer to incomplete type
url.h:105: error: dereferencing pointer to incomplete type
url.h:107: error: dereferencing pointer to incomplete type
url.h:107: error: dereferencing pointer to incomplete type
url.h: At top level:
url.h:116: error: parse error before "svn_revnum_t"
In file included from props.h:19,
from ac_list.c:24:
hash_ops.h:31: error: parse error before "GDBM_FILE"
hash_ops.h:31: warning: no semicolon at end of struct or union
hash_ops.h:38: warning: type defaults to 'int' in declaration of 'to_delete'
hash_ops.h:38: warning: data definition has no type or storage class
hash_ops.h:41: error: parse error before '}' token
hash_ops.h:65: error: parse error before "datum"
hash_ops.h:71: error: parse error before "datum"
hash_ops.h:84: error: parse error before "datum"
hash_ops.h:87: error: parse error before "datum"
hash_ops.h:90: error: parse error before "datum"
hash_ops.h:92: error: parse error before "datum"
hash_ops.h:95: error: parse error before "datum"
In file included from ac_list.c:24:
props.h:41: warning: type defaults to 'int' in declaration of 'svn_string_t'
props.h:41: error: parse error before '*' token
props.h:54: error: parse error before "apr_hash_t"
props.h:66: error: parse error before "datum"
props.h:68: error: parse error before "datum"
props.h:70: error: parse error before "datum"
props.h: In function 'prp__first':
props.h:73: error: 'db' undeclared (first use in this function)
props.h:73: error: 'key' undeclared (first use in this function)
props.h: At top level:
props.h:81: error: parse error before "datum"
props.h: In function 'prp__next':
props.h:84: error: 'db' undeclared (first use in this function)
props.h:84: error: 'key' undeclared (first use in this function)
props.h:84: error: 'oldkey' undeclared (first use in this function)
props.h: At top level:
props.h:92: error: parse error before "datum"
props.h: In function 'prp__fetch':
props.h:96: error: 'db' undeclared (first use in this function)
props.h:98: error: 'key' undeclared (first use in this function)
props.h:98: error: 'value' undeclared (first use in this function)
props.h: At top level:
props.h:128: error: parse error before "data"
props.h: In function 'prp__prop_will_be_removed':
props.h:130: error: 'data' undeclared (first use in this function)
In file included from ac_list.c:26:
revert.h: At top level:
revert.h:24: error: parse error before "svn_revnum_t"
revert.h:37: error: parse error before "svn_revnum_t"
revert.h:41: error: parse error before "svn_revnum_t"
revert.h:49: error: parse error before "svn_revnum_t"
revert.h:58: error: parse error before "svn_revnum_t"
make[1]: *** [ac_list.o] Error 1
make: *** [default-target] Error 2