Will FSVS compile against SVN 1.7? I've downloaded the 1.7.9 source tarball for Subversion on CentOS 6.4 (minimal install) and installed packages "zlib-devel sqlite-devel pcre-devel gdbm-devel openssh-clients".
However, after compiling (./configure && make && make install) and installing SVN, I get the following error during fsvs-1.2.5 ./configure: $ ./configure 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... /bin/grep checking for egrep... /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 /usr/include/apr-1" configure: "LDFLAGS= -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... yes configure: No compatible valgrind version. configure: error: in `/usr/local/src/fsvs-1.2.5': configure: error: You have a sparse S_IFMT. Please tell the dev@ mailing list. See `config.log' for more details $ egrep -r "#define[[:space:]]+S_IFMT" /usr/include /usr/include/linux/stat.h:#define S_IFMT 00170000 ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=3055222 To unsubscribe from this discussion, e-mail: [[email protected]].
