Hi, trying to compile subversion-16.12 on sparc solaris 5.10 fails with
--- snip --- /bin/bash /tmp/subversion-1.6.12/libtool --tag=CC --silent --mode=compile gcc -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -g -O2 -D_LARGEFILE64_SOURCE -DNE_LFS -I./subversion/include -I./subversion -I/tmp/subversion-1.6.12/apr/include -I/tmp/subversion-1.6.12/apr-util/include -I/tmp/subversion-1.6.12/neon/src -I/files/tools/include/neon -I./serf -I/tmp/subversion-1.6.12/sqlite-amalgamation -o subversion/libsvn_fs_fs/rep-cache.lo -c subversion/libsvn_fs_fs/rep-cache.c subversion/libsvn_fs_fs/rep-cache.c:35: error: `REP_CACHE_DB_SQL' undeclared here (not in a function) subversion/libsvn_fs_fs/rep-cache.c:35: error: initializer element is not constant subversion/libsvn_fs_fs/rep-cache.c:35: error: (near initialization for `upgrade_sql[1]') *** Error code 1 make: Fatal error: Command failed for target `subversion/libsvn_fs_fs/rep-cache.lo' --- snap --- Any hints? my configure-options were --- snip ---- $ ./configure --prefix=/files/tools --with-ssl --with-libs=/files/tools:/usr/local --enable-shared --with-openssl=/files/tools --- snap--- OS is: --- snip --- $ uname -a SunOS xxx.xxx.xx 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-V440 --- snap ---