You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rodrigo Goncalves <ro...@cflex.com.br> on 2010/01/06 10:02:14 UTC

SVN 1.6.6 compilation error

Hello ALL,

I am trying to compile SVN 1.6.6 on a linux machine.
After resolving all dependencies and running the ./configure, I am  
getting a strange error at make:

(...)
/bin/sh /root/svn/subversion-1.6.6/libtool --tag=CC --silent -- 
mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE - 
D_LARGEFILE64_SOURCE  -g -O2  -g -O2 -pthread  -D_LARGEFILE64_SOURCE - 
DNE_LFS  -I./subversion/include -I./subversion -I/usr/local/apr/ 
include/apr-1   -I/usr/local/apr/include/apr-1 -I/root/svn/ 
subversion-1.6.6/neon/src -I/usr/local/include/neon    -I./serf -I/ 
root/svn/subversion-1.6.6/sqlite-amalgamation  -o subversion/ 
libsvn_fs_fs/rep-cache.lo -c subversion/libsvn_fs_fs/rep-cache.c
In file included from subversion/libsvn_fs_fs/rep-cache.c:28:
subversion/libsvn_fs_fs/rep-cache-db.h:8: error: expected identifier  
or '(' before string constant
subversion/libsvn_fs_fs/rep-cache-db.h:10: error: expected identifier  
or '(' before string constant
subversion/libsvn_fs_fs/rep-cache-db.h:24: error: expected identifier  
or '(' before string constant
subversion/libsvn_fs_fs/rep-cache-db.h:24: error: missing terminating  
" character
subversion/libsvn_fs_fs/rep-cache.c:34: error: missing terminating "  
character
subversion/libsvn_fs_fs/rep-cache.c: In function  
'svn_fs_fs__open_rep_cache':
subversion/libsvn_fs_fs/rep-cache.c:67: error: 'upgrade_sql'  
undeclared (first use in this function)
subversion/libsvn_fs_fs/rep-cache.c:67: error: (Each undeclared  
identifier is reported only once
subversion/libsvn_fs_fs/rep-cache.c:67: error: for each function it  
appears in.)
make: *** [subversion/libsvn_fs_fs/rep-cache.lo] Error 1

I have no idea how to solve this.
No luck at Google...

Please help!

Tks,
Rodrigo.